Shades of Athens Grey #D8DEDF
Tints of Athens Grey #D8DEDF
RGB
CMYK
RGB Variations
Color information
#D8DEDF (or 0xD8DEDF) is known color: Athens Grey. HEX triplet: D8, DE and DF. RGB value is (216,222,223). Sum of RGB (Red+Green+Blue) = 216+222+223=661 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.68% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8DEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DEDF is #272120. Grayscale: #DCDCDC. Windows color (decimal): -2564385 or 14671576. OLE color: 14671576.
HSL color Cylindrical-coordinate representation of color #D8DEDF: hue angle of 188.57º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D8DEDF is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 222 | 223 | - |
| CMYK | 0.03 | 0.00 | 0 | 0.13 |
| HSL | 188.57º | 0.1% | 0.86% | - |
| HSV(B) | 188.57º | 0.03% | 0.87% | - |
| XYZ | 67.76 | 72.17 | 80.17 | - |
| YUV | 220.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 222 | 223 | 0.03 | 0.00 | 0 | 0.13 | 188.57 | 0.1 | 0.86 |
| Hex | D8 | DE | DF | 3 | 0 | 0 | D | BD | A | 56 |
| Octal | 330 | 336 | 337 | 3 | 0 | 0 | 15 | 275 | 12 | 126 |
| Binary | 11011000 | 11011110 | 11011111 | 11 | 0 | 0 | 1101 | 10111101 | 1010 | 1010110 |
Color Harmonies of #D8DEDF
Complementary color
Monochromatic Colors of #D8DEDF
Black with #D8DEDF
Text Example
Text Example
White with #D8DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DEDF; }
p { color: rgb(216,222,223); }
H1.HeaderClassName
{
color: #D8DEDF;
}
.AnyTagClassName
{
color: #D8DEDF;
}
</style>
background-color css
<style>
a { background-color: #D8DEDF; }
a { background-color: rgb(216,222,223); }
div.DivClassName
{
background-color: #D8DEDF;
}
.BgClassName
{
background-color: #D8DEDF;
}
</style>
border-color css
<style>
span { border-color: #D8DEDF; }
span { border-color: rgb(216,222,223); }
td.TdClassName
{
border-color: #D8DEDF;
}
.TagClassName
{
border-color: #D8DEDF;
}
</style>