Shades of Athens Grey #D2DBDD
Tints of Athens Grey #D2DBDD
RGB
CMYK
RGB Variations
Color information
#D2DBDD (or 0xD2DBDD) is known color: Athens Grey. HEX triplet: D2, DB and DD. RGB value is (210,219,221). Sum of RGB (Red+Green+Blue) = 210+219+221=650 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.31% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBDD is #2D2422. Grayscale: #D8D8D8. Windows color (decimal): -2958371 or 14539730. OLE color: 14539730.
HSL color Cylindrical-coordinate representation of color #D2DBDD: hue angle of 190.91º 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 #D2DBDD is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 219 | 221 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.13 |
| HSL | 190.91º | 0.14% | 0.85% | - |
| HSV(B) | 190.91º | 0.05% | 0.87% | - |
| XYZ | 64.96 | 69.59 | 78.41 | - |
| YUV | 216.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 221 | 0.05 | 0.01 | 0 | 0.13 | 190.91 | 0.14 | 0.85 |
| Hex | D2 | DB | DD | 5 | 1 | 0 | D | BF | E | 55 |
| Octal | 322 | 333 | 335 | 5 | 1 | 0 | 15 | 277 | 16 | 125 |
| Binary | 11010010 | 11011011 | 11011101 | 101 | 1 | 0 | 1101 | 10111111 | 1110 | 1010101 |
Color Harmonies of #D2DBDD
Complementary color
Monochromatic Colors of #D2DBDD
Black with #D2DBDD
Text Example
Text Example
White with #D2DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DBDD; }
p { color: rgb(210,219,221); }
H1.HeaderClassName
{
color: #D2DBDD;
}
.AnyTagClassName
{
color: #D2DBDD;
}
</style>
background-color css
<style>
a { background-color: #D2DBDD; }
a { background-color: rgb(210,219,221); }
div.DivClassName
{
background-color: #D2DBDD;
}
.BgClassName
{
background-color: #D2DBDD;
}
</style>
border-color css
<style>
span { border-color: #D2DBDD; }
span { border-color: rgb(210,219,221); }
td.TdClassName
{
border-color: #D2DBDD;
}
.TagClassName
{
border-color: #D2DBDD;
}
</style>