Shades of Athens Grey #D4DADA
Tints of Athens Grey #D4DADA
RGB
CMYK
RGB Variations
Color information
#D4DADA (or 0xD4DADA) is known color: Athens Grey. HEX triplet: D4, DA and DA. RGB value is (212,218,218). Sum of RGB (Red+Green+Blue) = 212+218+218=648 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.72% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #D4DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DADA is #2B2525. Grayscale: #D8D8D8. Windows color (decimal): -2827558 or 14342868. OLE color: 14342868.
HSL color Cylindrical-coordinate representation of color #D4DADA: hue angle of 180º 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 #D4DADA is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 218 | 218 | - |
CMYK | 0.03 | 0 | 0 | 0.15 |
HSL | 180º | 0.08% | 0.84% | - |
HSV(B) | 180º | 0.03% | 0.85% | - |
XYZ | 64.88 | 69.2 | 76.27 | - |
YUV | 216.21 | 129.01 | 125 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 218 | 218 | 0.03 | 0 | 0 | 0.15 | 180 | 0.08 | 0.84 |
Hex | D4 | DA | DA | 3 | 0 | 0 | F | B4 | 8 | 54 |
Octal | 324 | 332 | 332 | 3 | 0 | 0 | 17 | 264 | 10 | 124 |
Binary | 11010100 | 11011010 | 11011010 | 11 | 0 | 0 | 1111 | 10110100 | 1000 | 1010100 |
Color Harmonies of #D4DADA
Complementary color
Monochromatic Colors of #D4DADA
Black with #D4DADA
Text Example
Text Example
White with #D4DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DADA; }
p { color: rgb(212,218,218); }
H1.HeaderClassName
{
color: #D4DADA;
}
.AnyTagClassName
{
color: #D4DADA;
}
</style>
background-color css
<style>
a { background-color: #D4DADA; }
a { background-color: rgb(212,218,218); }
div.DivClassName
{
background-color: #D4DADA;
}
.BgClassName
{
background-color: #D4DADA;
}
</style>
border-color css
<style>
span { border-color: #D4DADA; }
span { border-color: rgb(212,218,218); }
td.TdClassName
{
border-color: #D4DADA;
}
.TagClassName
{
border-color: #D4DADA;
}
</style>