Shades of Athens Grey #D5E0DF
Tints of Athens Grey #D5E0DF
RGB
CMYK
RGB Variations
Color information
#D5E0DF (or 0xD5E0DF) is known color: Athens Grey. HEX triplet: D5, E0 and DF. RGB value is (213,224,223). Sum of RGB (Red+Green+Blue) = 213+224+223=660 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.27% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0DF is #2A1F20. Grayscale: #DCDCDC. Windows color (decimal): -2760481 or 14672085. OLE color: 14672085.
HSL color Cylindrical-coordinate representation of color #D5E0DF: hue angle of 174.55º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5E0DF is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 223 | - |
| CMYK | 0.05 | 0 | 0.00 | 0.12 |
| HSL | 174.55º | 0.15% | 0.86% | - |
| HSV(B) | 174.55º | 0.05% | 0.88% | - |
| XYZ | 67.42 | 72.79 | 80.31 | - |
| YUV | 220.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 223 | 0.05 | 0 | 0.00 | 0.12 | 174.55 | 0.15 | 0.86 |
| Hex | D5 | E0 | DF | 5 | 0 | 0 | C | AF | F | 56 |
| Octal | 325 | 340 | 337 | 5 | 0 | 0 | 14 | 257 | 17 | 126 |
| Binary | 11010101 | 11100000 | 11011111 | 101 | 0 | 0 | 1100 | 10101111 | 1111 | 1010110 |
Color Harmonies of #D5E0DF
Complementary color
Monochromatic Colors of #D5E0DF
Black with #D5E0DF
Text Example
Text Example
White with #D5E0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E0DF; }
p { color: rgb(213,224,223); }
H1.HeaderClassName
{
color: #D5E0DF;
}
.AnyTagClassName
{
color: #D5E0DF;
}
</style>
background-color css
<style>
a { background-color: #D5E0DF; }
a { background-color: rgb(213,224,223); }
div.DivClassName
{
background-color: #D5E0DF;
}
.BgClassName
{
background-color: #D5E0DF;
}
</style>
border-color css
<style>
span { border-color: #D5E0DF; }
span { border-color: rgb(213,224,223); }
td.TdClassName
{
border-color: #D5E0DF;
}
.TagClassName
{
border-color: #D5E0DF;
}
</style>