Shades of Athens Grey #D0DDDF
Tints of Athens Grey #D0DDDF
RGB
CMYK
RGB Variations
Color information
#D0DDDF (or 0xD0DDDF) is known color: Athens Grey. HEX triplet: D0, DD and DF. RGB value is (208,221,223). Sum of RGB (Red+Green+Blue) = 208+221+223=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDDF is #2F2220. Grayscale: #D9D9D9. Windows color (decimal): -3088929 or 14671312. OLE color: 14671312.
HSL color Cylindrical-coordinate representation of color #D0DDDF: hue angle of 188º 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 #D0DDDF is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 223 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.13 |
| HSL | 188º | 0.19% | 0.85% | - |
| HSV(B) | 188º | 0.07% | 0.87% | - |
| XYZ | 65.19 | 70.45 | 79.97 | - |
| YUV | 217.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 223 | 0.07 | 0.01 | 0 | 0.13 | 188 | 0.19 | 0.85 |
| Hex | D0 | DD | DF | 7 | 1 | 0 | D | BC | 13 | 55 |
| Octal | 320 | 335 | 337 | 7 | 1 | 0 | 15 | 274 | 23 | 125 |
| Binary | 11010000 | 11011101 | 11011111 | 111 | 1 | 0 | 1101 | 10111100 | 10011 | 1010101 |
Color Harmonies of #D0DDDF
Complementary color
Monochromatic Colors of #D0DDDF
Black with #D0DDDF
Text Example
Text Example
White with #D0DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDDF; }
p { color: rgb(208,221,223); }
H1.HeaderClassName
{
color: #D0DDDF;
}
.AnyTagClassName
{
color: #D0DDDF;
}
</style>
background-color css
<style>
a { background-color: #D0DDDF; }
a { background-color: rgb(208,221,223); }
div.DivClassName
{
background-color: #D0DDDF;
}
.BgClassName
{
background-color: #D0DDDF;
}
</style>
border-color css
<style>
span { border-color: #D0DDDF; }
span { border-color: rgb(208,221,223); }
td.TdClassName
{
border-color: #D0DDDF;
}
.TagClassName
{
border-color: #D0DDDF;
}
</style>