Shades of Athens Grey #D9DCDD
Tints of Athens Grey #D9DCDD
RGB
CMYK
RGB Variations
Color information
#D9DCDD (or 0xD9DCDD) is known color: Athens Grey. HEX triplet: D9, DC and DD. RGB value is (217,220,221). Sum of RGB (Red+Green+Blue) = 217+220+221=658 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.98% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCDD is #262322. Grayscale: #DBDBDB. Windows color (decimal): -2499363 or 14539993. OLE color: 14539993.
HSL color Cylindrical-coordinate representation of color #D9DCDD: hue angle of 195º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9DCDD is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 220 | 221 | - |
| CMYK | 0.02 | 0.00 | 0 | 0.13 |
| HSL | 195º | 0.06% | 0.86% | - |
| HSV(B) | 195º | 0.02% | 0.87% | - |
| XYZ | 67.26 | 71.16 | 78.6 | - |
| YUV | 219.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 221 | 0.02 | 0.00 | 0 | 0.13 | 195 | 0.06 | 0.86 |
| Hex | D9 | DC | DD | 2 | 0 | 0 | D | C3 | 6 | 56 |
| Octal | 331 | 334 | 335 | 2 | 0 | 0 | 15 | 303 | 6 | 126 |
| Binary | 11011001 | 11011100 | 11011101 | 10 | 0 | 0 | 1101 | 11000011 | 110 | 1010110 |
Color Harmonies of #D9DCDD
Complementary color
Monochromatic Colors of #D9DCDD
Black with #D9DCDD
Text Example
Text Example
White with #D9DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCDD; }
p { color: rgb(217,220,221); }
H1.HeaderClassName
{
color: #D9DCDD;
}
.AnyTagClassName
{
color: #D9DCDD;
}
</style>
background-color css
<style>
a { background-color: #D9DCDD; }
a { background-color: rgb(217,220,221); }
div.DivClassName
{
background-color: #D9DCDD;
}
.BgClassName
{
background-color: #D9DCDD;
}
</style>
border-color css
<style>
span { border-color: #D9DCDD; }
span { border-color: rgb(217,220,221); }
td.TdClassName
{
border-color: #D9DCDD;
}
.TagClassName
{
border-color: #D9DCDD;
}
</style>