Shades of Athens Grey #DDDFDF
Tints of Athens Grey #DDDFDF
RGB
CMYK
RGB Variations
Color information
#DDDFDF (or 0xDDDFDF) is known color: Athens Grey. HEX triplet: DD, DF and DF. RGB value is (221,223,223). Sum of RGB (Red+Green+Blue) = 221+223+223=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #DDDFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFDF is #222020. Grayscale: #DEDEDE. Windows color (decimal): -2236449 or 14671837. OLE color: 14671837.
HSL color Cylindrical-coordinate representation of color #DDDFDF: hue angle of 180º degrees, saturation: 0.03, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DDDFDF is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 223 | 223 | - |
CMYK | 0.01 | 0 | 0 | 0.13 |
HSL | 180º | 0.03% | 0.87% | - |
HSV(B) | 180º | 0.01% | 0.87% | - |
XYZ | 69.53 | 73.48 | 80.33 | - |
YUV | 222.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 223 | 0.01 | 0 | 0 | 0.13 | 180 | 0.03 | 0.87 |
Hex | DD | DF | DF | 1 | 0 | 0 | D | B4 | 3 | 57 |
Octal | 335 | 337 | 337 | 1 | 0 | 0 | 15 | 264 | 3 | 127 |
Binary | 11011101 | 11011111 | 11011111 | 1 | 0 | 0 | 1101 | 10110100 | 11 | 1010111 |
Color Harmonies of #DDDFDF
Complementary color
Monochromatic Colors of #DDDFDF
Black with #DDDFDF
Text Example
Text Example
White with #DDDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFDF; }
p { color: rgb(221,223,223); }
H1.HeaderClassName
{
color: #DDDFDF;
}
.AnyTagClassName
{
color: #DDDFDF;
}
</style>
background-color css
<style>
a { background-color: #DDDFDF; }
a { background-color: rgb(221,223,223); }
div.DivClassName
{
background-color: #DDDFDF;
}
.BgClassName
{
background-color: #DDDFDF;
}
</style>
border-color css
<style>
span { border-color: #DDDFDF; }
span { border-color: rgb(221,223,223); }
td.TdClassName
{
border-color: #DDDFDF;
}
.TagClassName
{
border-color: #DDDFDF;
}
</style>