Shades of Athens Grey #DAE0DF
Tints of Athens Grey #DAE0DF
RGB
CMYK
RGB Variations
Color information
#DAE0DF (or 0xDAE0DF) is known color: Athens Grey. HEX triplet: DA, E0 and DF. RGB value is (218,224,223). Sum of RGB (Red+Green+Blue) = 218+224+223=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0DF is #251F20. Grayscale: #DEDEDE. Windows color (decimal): -2432801 or 14672090. OLE color: 14672090.
HSL color Cylindrical-coordinate representation of color #DAE0DF: hue angle of 170º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DAE0DF is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 223 | - |
| CMYK | 0.03 | 0 | 0.00 | 0.12 |
| HSL | 170º | 0.09% | 0.87% | - |
| HSV(B) | 170º | 0.03% | 0.88% | - |
| XYZ | 68.89 | 73.54 | 80.38 | - |
| YUV | 222.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 223 | 0.03 | 0 | 0.00 | 0.12 | 170 | 0.09 | 0.87 |
| Hex | DA | E0 | DF | 3 | 0 | 0 | C | AA | 9 | 57 |
| Octal | 332 | 340 | 337 | 3 | 0 | 0 | 14 | 252 | 11 | 127 |
| Binary | 11011010 | 11100000 | 11011111 | 11 | 0 | 0 | 1100 | 10101010 | 1001 | 1010111 |
Color Harmonies of #DAE0DF
Complementary color
Monochromatic Colors of #DAE0DF
Black with #DAE0DF
Text Example
Text Example
White with #DAE0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0DF; }
p { color: rgb(218,224,223); }
H1.HeaderClassName
{
color: #DAE0DF;
}
.AnyTagClassName
{
color: #DAE0DF;
}
</style>
background-color css
<style>
a { background-color: #DAE0DF; }
a { background-color: rgb(218,224,223); }
div.DivClassName
{
background-color: #DAE0DF;
}
.BgClassName
{
background-color: #DAE0DF;
}
</style>
border-color css
<style>
span { border-color: #DAE0DF; }
span { border-color: rgb(218,224,223); }
td.TdClassName
{
border-color: #DAE0DF;
}
.TagClassName
{
border-color: #DAE0DF;
}
</style>