Shades of Athens Grey #D2DEDF
Tints of Athens Grey #D2DEDF
RGB
CMYK
RGB Variations
Color information
#D2DEDF (or 0xD2DEDF) is known color: Athens Grey. HEX triplet: D2, DE and DF. RGB value is (210,222,223). Sum of RGB (Red+Green+Blue) = 210+222+223=655 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.06% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2DEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DEDF is #2D2120. Grayscale: #DADADA. Windows color (decimal): -2957601 or 14671570. OLE color: 14671570.
HSL color Cylindrical-coordinate representation of color #D2DEDF: hue angle of 184.62º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2DEDF is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 222 | 223 | - |
| CMYK | 0.06 | 0.00 | 0 | 0.13 |
| HSL | 184.62º | 0.17% | 0.85% | - |
| HSV(B) | 184.62º | 0.06% | 0.87% | - |
| XYZ | 66.02 | 71.27 | 80.09 | - |
| YUV | 218.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 222 | 223 | 0.06 | 0.00 | 0 | 0.13 | 184.62 | 0.17 | 0.85 |
| Hex | D2 | DE | DF | 6 | 0 | 0 | D | B9 | 11 | 55 |
| Octal | 322 | 336 | 337 | 6 | 0 | 0 | 15 | 271 | 21 | 125 |
| Binary | 11010010 | 11011110 | 11011111 | 110 | 0 | 0 | 1101 | 10111001 | 10001 | 1010101 |
Color Harmonies of #D2DEDF
Complementary color
Monochromatic Colors of #D2DEDF
Black with #D2DEDF
Text Example
Text Example
White with #D2DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DEDF; }
p { color: rgb(210,222,223); }
H1.HeaderClassName
{
color: #D2DEDF;
}
.AnyTagClassName
{
color: #D2DEDF;
}
</style>
background-color css
<style>
a { background-color: #D2DEDF; }
a { background-color: rgb(210,222,223); }
div.DivClassName
{
background-color: #D2DEDF;
}
.BgClassName
{
background-color: #D2DEDF;
}
</style>
border-color css
<style>
span { border-color: #D2DEDF; }
span { border-color: rgb(210,222,223); }
td.TdClassName
{
border-color: #D2DEDF;
}
.TagClassName
{
border-color: #D2DEDF;
}
</style>