Shades of Athens Grey #D6E0DF
Tints of Athens Grey #D6E0DF
RGB
CMYK
RGB Variations
Color information
#D6E0DF (or 0xD6E0DF) is known color: Athens Grey. HEX triplet: D6, E0 and DF. RGB value is (214,224,223). Sum of RGB (Red+Green+Blue) = 214+224+223=661 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.38% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E0DF is #291F20. Grayscale: #DCDCDC. Windows color (decimal): -2694945 or 14672086. OLE color: 14672086.
HSL color Cylindrical-coordinate representation of color #D6E0DF: hue angle of 174º degrees, saturation: 0.14, 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 #D6E0DF is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 224 | 223 | - |
| CMYK | 0.04 | 0 | 0.00 | 0.12 |
| HSL | 174º | 0.14% | 0.86% | - |
| HSV(B) | 174º | 0.04% | 0.88% | - |
| XYZ | 67.71 | 72.94 | 80.32 | - |
| YUV | 220.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 223 | 0.04 | 0 | 0.00 | 0.12 | 174 | 0.14 | 0.86 |
| Hex | D6 | E0 | DF | 4 | 0 | 0 | C | AE | E | 56 |
| Octal | 326 | 340 | 337 | 4 | 0 | 0 | 14 | 256 | 16 | 126 |
| Binary | 11010110 | 11100000 | 11011111 | 100 | 0 | 0 | 1100 | 10101110 | 1110 | 1010110 |
Color Harmonies of #D6E0DF
Complementary color
Monochromatic Colors of #D6E0DF
Black with #D6E0DF
Text Example
Text Example
White with #D6E0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E0DF; }
p { color: rgb(214,224,223); }
H1.HeaderClassName
{
color: #D6E0DF;
}
.AnyTagClassName
{
color: #D6E0DF;
}
</style>
background-color css
<style>
a { background-color: #D6E0DF; }
a { background-color: rgb(214,224,223); }
div.DivClassName
{
background-color: #D6E0DF;
}
.BgClassName
{
background-color: #D6E0DF;
}
</style>
border-color css
<style>
span { border-color: #D6E0DF; }
span { border-color: rgb(214,224,223); }
td.TdClassName
{
border-color: #D6E0DF;
}
.TagClassName
{
border-color: #D6E0DF;
}
</style>