Shades of Athens Grey #D0DFDF
Tints of Athens Grey #D0DFDF
RGB
CMYK
RGB Variations
Color information
#D0DFDF (or 0xD0DFDF) is known color: Athens Grey. HEX triplet: D0, DF and DF. RGB value is (208,223,223). Sum of RGB (Red+Green+Blue) = 208+223+223=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #D0DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFDF is #2F2020. Grayscale: #DADADA. Windows color (decimal): -3088417 or 14671824. OLE color: 14671824.
HSL color Cylindrical-coordinate representation of color #D0DFDF: hue angle of 180º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0DFDF is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 208 | 223 | 223 | - |
CMYK | 0.07 | 0 | 0 | 0.13 |
HSL | 180º | 0.19% | 0.85% | - |
HSV(B) | 180º | 0.07% | 0.87% | - |
XYZ | 65.72 | 71.51 | 80.15 | - |
YUV | 218.52 | 130.53 | 120.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 223 | 223 | 0.07 | 0 | 0 | 0.13 | 180 | 0.19 | 0.85 |
Hex | D0 | DF | DF | 7 | 0 | 0 | D | B4 | 13 | 55 |
Octal | 320 | 337 | 337 | 7 | 0 | 0 | 15 | 264 | 23 | 125 |
Binary | 11010000 | 11011111 | 11011111 | 111 | 0 | 0 | 1101 | 10110100 | 10011 | 1010101 |
Color Harmonies of #D0DFDF
Complementary color
Monochromatic Colors of #D0DFDF
Black with #D0DFDF
Text Example
Text Example
White with #D0DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFDF; }
p { color: rgb(208,223,223); }
H1.HeaderClassName
{
color: #D0DFDF;
}
.AnyTagClassName
{
color: #D0DFDF;
}
</style>
background-color css
<style>
a { background-color: #D0DFDF; }
a { background-color: rgb(208,223,223); }
div.DivClassName
{
background-color: #D0DFDF;
}
.BgClassName
{
background-color: #D0DFDF;
}
</style>
border-color css
<style>
span { border-color: #D0DFDF; }
span { border-color: rgb(208,223,223); }
td.TdClassName
{
border-color: #D0DFDF;
}
.TagClassName
{
border-color: #D0DFDF;
}
</style>