Shades of Athens Grey #D2DDDD
Tints of Athens Grey #D2DDDD
RGB
CMYK
RGB Variations
Color information
#D2DDDD (or 0xD2DDDD) is known color: Athens Grey. HEX triplet: D2, DD and DD. RGB value is (210,221,221). Sum of RGB (Red+Green+Blue) = 210+221+221=652 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.21% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #D2DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDDD is #2D2222. Grayscale: #D9D9D9. Windows color (decimal): -2957859 or 14540242. OLE color: 14540242.
HSL color Cylindrical-coordinate representation of color #D2DDDD: hue angle of 180º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2DDDD is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 210 | 221 | 221 | - |
CMYK | 0.05 | 0 | 0 | 0.13 |
HSL | 180º | 0.14% | 0.85% | - |
HSV(B) | 180º | 0.05% | 0.87% | - |
XYZ | 65.49 | 70.63 | 78.59 | - |
YUV | 217.71 | 129.86 | 122.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 221 | 221 | 0.05 | 0 | 0 | 0.13 | 180 | 0.14 | 0.85 |
Hex | D2 | DD | DD | 5 | 0 | 0 | D | B4 | E | 55 |
Octal | 322 | 335 | 335 | 5 | 0 | 0 | 15 | 264 | 16 | 125 |
Binary | 11010010 | 11011101 | 11011101 | 101 | 0 | 0 | 1101 | 10110100 | 1110 | 1010101 |
Color Harmonies of #D2DDDD
Complementary color
Monochromatic Colors of #D2DDDD
Black with #D2DDDD
Text Example
Text Example
White with #D2DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDDD; }
p { color: rgb(210,221,221); }
H1.HeaderClassName
{
color: #D2DDDD;
}
.AnyTagClassName
{
color: #D2DDDD;
}
</style>
background-color css
<style>
a { background-color: #D2DDDD; }
a { background-color: rgb(210,221,221); }
div.DivClassName
{
background-color: #D2DDDD;
}
.BgClassName
{
background-color: #D2DDDD;
}
</style>
border-color css
<style>
span { border-color: #D2DDDD; }
span { border-color: rgb(210,221,221); }
td.TdClassName
{
border-color: #D2DDDD;
}
.TagClassName
{
border-color: #D2DDDD;
}
</style>