Shades of Athens Grey #D4DAD9
Tints of Athens Grey #D4DAD9
RGB
CMYK
RGB Variations
Color information
#D4DAD9 (or 0xD4DAD9) is known color: Athens Grey. HEX triplet: D4, DA and D9. RGB value is (212,218,217). Sum of RGB (Red+Green+Blue) = 212+218+217=647 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.77% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DAD9 is #2B2526. Grayscale: #D8D8D8. Windows color (decimal): -2827559 or 14277332. OLE color: 14277332.
HSL color Cylindrical-coordinate representation of color #D4DAD9: hue angle of 170º degrees, saturation: 0.08, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D4DAD9 is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 218 | 217 | - |
CMYK | 0.03 | 0 | 0.00 | 0.15 |
HSL | 170º | 0.08% | 0.84% | - |
HSV(B) | 170º | 0.03% | 0.85% | - |
XYZ | 64.75 | 69.15 | 75.58 | - |
YUV | 216.09 | 128.51 | 125.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 218 | 217 | 0.03 | 0 | 0.00 | 0.15 | 170 | 0.08 | 0.84 |
Hex | D4 | DA | D9 | 3 | 0 | 0 | F | AA | 8 | 54 |
Octal | 324 | 332 | 331 | 3 | 0 | 0 | 17 | 252 | 10 | 124 |
Binary | 11010100 | 11011010 | 11011001 | 11 | 0 | 0 | 1111 | 10101010 | 1000 | 1010100 |
Color Harmonies of #D4DAD9
Complementary color
Monochromatic Colors of #D4DAD9
Black with #D4DAD9
Text Example
Text Example
White with #D4DAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DAD9; }
p { color: rgb(212,218,217); }
H1.HeaderClassName
{
color: #D4DAD9;
}
.AnyTagClassName
{
color: #D4DAD9;
}
</style>
background-color css
<style>
a { background-color: #D4DAD9; }
a { background-color: rgb(212,218,217); }
div.DivClassName
{
background-color: #D4DAD9;
}
.BgClassName
{
background-color: #D4DAD9;
}
</style>
border-color css
<style>
span { border-color: #D4DAD9; }
span { border-color: rgb(212,218,217); }
td.TdClassName
{
border-color: #D4DAD9;
}
.TagClassName
{
border-color: #D4DAD9;
}
</style>