Shades of Athens Grey #D2DCDD
Tints of Athens Grey #D2DCDD
RGB
CMYK
RGB Variations
Color information
#D2DCDD (or 0xD2DCDD) is known color: Athens Grey. HEX triplet: D2, DC and DD. RGB value is (210,220,221). Sum of RGB (Red+Green+Blue) = 210+220+221=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCDD is #2D2322. Grayscale: #D9D9D9. Windows color (decimal): -2958115 or 14539986. OLE color: 14539986.
HSL color Cylindrical-coordinate representation of color #D2DCDD: hue angle of 185.45º 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 #D2DCDD is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 220 | 221 | - |
| CMYK | 0.05 | 0.00 | 0 | 0.13 |
| HSL | 185.45º | 0.14% | 0.85% | - |
| HSV(B) | 185.45º | 0.05% | 0.87% | - |
| XYZ | 65.22 | 70.11 | 78.5 | - |
| YUV | 217.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 221 | 0.05 | 0.00 | 0 | 0.13 | 185.45 | 0.14 | 0.85 |
| Hex | D2 | DC | DD | 5 | 0 | 0 | D | B9 | E | 55 |
| Octal | 322 | 334 | 335 | 5 | 0 | 0 | 15 | 271 | 16 | 125 |
| Binary | 11010010 | 11011100 | 11011101 | 101 | 0 | 0 | 1101 | 10111001 | 1110 | 1010101 |
Color Harmonies of #D2DCDD
Complementary color
Monochromatic Colors of #D2DCDD
Black with #D2DCDD
Text Example
Text Example
White with #D2DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCDD; }
p { color: rgb(210,220,221); }
H1.HeaderClassName
{
color: #D2DCDD;
}
.AnyTagClassName
{
color: #D2DCDD;
}
</style>
background-color css
<style>
a { background-color: #D2DCDD; }
a { background-color: rgb(210,220,221); }
div.DivClassName
{
background-color: #D2DCDD;
}
.BgClassName
{
background-color: #D2DCDD;
}
</style>
border-color css
<style>
span { border-color: #D2DCDD; }
span { border-color: rgb(210,220,221); }
td.TdClassName
{
border-color: #D2DCDD;
}
.TagClassName
{
border-color: #D2DCDD;
}
</style>