Shades of Athens Grey #D8E0DF
Tints of Athens Grey #D8E0DF
RGB
CMYK
RGB Variations
Color information
#D8E0DF (or 0xD8E0DF) is known color: Athens Grey. HEX triplet: D8, E0 and DF. RGB value is (216,224,223). Sum of RGB (Red+Green+Blue) = 216+224+223=663 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.58% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E0DF is #271F20. Grayscale: #DDDDDD. Windows color (decimal): -2563873 or 14672088. OLE color: 14672088.
HSL color Cylindrical-coordinate representation of color #D8E0DF: hue angle of 172.5º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D8E0DF is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 224 | 223 | - |
| CMYK | 0.04 | 0 | 0.00 | 0.12 |
| HSL | 172.5º | 0.11% | 0.86% | - |
| HSV(B) | 172.5º | 0.04% | 0.88% | - |
| XYZ | 68.29 | 73.24 | 80.35 | - |
| YUV | 221.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 224 | 223 | 0.04 | 0 | 0.00 | 0.12 | 172.5 | 0.11 | 0.86 |
| Hex | D8 | E0 | DF | 4 | 0 | 0 | C | AC | B | 56 |
| Octal | 330 | 340 | 337 | 4 | 0 | 0 | 14 | 254 | 13 | 126 |
| Binary | 11011000 | 11100000 | 11011111 | 100 | 0 | 0 | 1100 | 10101100 | 1011 | 1010110 |
Color Harmonies of #D8E0DF
Complementary color
Monochromatic Colors of #D8E0DF
Black with #D8E0DF
Text Example
Text Example
White with #D8E0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E0DF; }
p { color: rgb(216,224,223); }
H1.HeaderClassName
{
color: #D8E0DF;
}
.AnyTagClassName
{
color: #D8E0DF;
}
</style>
background-color css
<style>
a { background-color: #D8E0DF; }
a { background-color: rgb(216,224,223); }
div.DivClassName
{
background-color: #D8E0DF;
}
.BgClassName
{
background-color: #D8E0DF;
}
</style>
border-color css
<style>
span { border-color: #D8E0DF; }
span { border-color: rgb(216,224,223); }
td.TdClassName
{
border-color: #D8E0DF;
}
.TagClassName
{
border-color: #D8E0DF;
}
</style>