Shades of Athens Grey #D2DBDC
Tints of Athens Grey #D2DBDC
RGB
CMYK
RGB Variations
Color information
#D2DBDC (or 0xD2DBDC) is known color: Athens Grey. HEX triplet: D2, DB and DC. RGB value is (210,219,220). Sum of RGB (Red+Green+Blue) = 210+219+220=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBDC is #2D2423. Grayscale: #D8D8D8. Windows color (decimal): -2958372 or 14474194. OLE color: 14474194.
HSL color Cylindrical-coordinate representation of color #D2DBDC: hue angle of 186º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2DBDC is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 220 | - |
| CMYK | 0.05 | 0.00 | 0 | 0.14 |
| HSL | 186º | 0.13% | 0.84% | - |
| HSV(B) | 186º | 0.05% | 0.86% | - |
| XYZ | 64.83 | 69.53 | 77.71 | - |
| YUV | 216.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 220 | 0.05 | 0.00 | 0 | 0.14 | 186 | 0.13 | 0.84 |
| Hex | D2 | DB | DC | 5 | 0 | 0 | E | BA | C | 54 |
| Octal | 322 | 333 | 334 | 5 | 0 | 0 | 16 | 272 | 14 | 124 |
| Binary | 11010010 | 11011011 | 11011100 | 101 | 0 | 0 | 1110 | 10111010 | 1100 | 1010100 |
Color Harmonies of #D2DBDC
Complementary color
Monochromatic Colors of #D2DBDC
Black with #D2DBDC
Text Example
Text Example
White with #D2DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DBDC; }
p { color: rgb(210,219,220); }
H1.HeaderClassName
{
color: #D2DBDC;
}
.AnyTagClassName
{
color: #D2DBDC;
}
</style>
background-color css
<style>
a { background-color: #D2DBDC; }
a { background-color: rgb(210,219,220); }
div.DivClassName
{
background-color: #D2DBDC;
}
.BgClassName
{
background-color: #D2DBDC;
}
</style>
border-color css
<style>
span { border-color: #D2DBDC; }
span { border-color: rgb(210,219,220); }
td.TdClassName
{
border-color: #D2DBDC;
}
.TagClassName
{
border-color: #D2DBDC;
}
</style>