Shades of Athens Grey #D8DADA
Tints of Athens Grey #D8DADA
RGB
CMYK
RGB Variations
Color information
#D8DADA (or 0xD8DADA) is known color: Athens Grey. HEX triplet: D8, DA and DA. RGB value is (216,218,218). Sum of RGB (Red+Green+Blue) = 216+218+218=652 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.13% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #D8DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DADA is #272525. Grayscale: #D9D9D9. Windows color (decimal): -2565414 or 14342872. OLE color: 14342872.
HSL color Cylindrical-coordinate representation of color #D8DADA: hue angle of 180º degrees, saturation: 0.03, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D8DADA is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 218 | 218 | - |
CMYK | 0.01 | 0 | 0 | 0.15 |
HSL | 180º | 0.03% | 0.85% | - |
HSV(B) | 180º | 0.01% | 0.85% | - |
XYZ | 66.05 | 69.8 | 76.32 | - |
YUV | 217.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 218 | 218 | 0.01 | 0 | 0 | 0.15 | 180 | 0.03 | 0.85 |
Hex | D8 | DA | DA | 1 | 0 | 0 | F | B4 | 3 | 55 |
Octal | 330 | 332 | 332 | 1 | 0 | 0 | 17 | 264 | 3 | 125 |
Binary | 11011000 | 11011010 | 11011010 | 1 | 0 | 0 | 1111 | 10110100 | 11 | 1010101 |
Color Harmonies of #D8DADA
Complementary color
Monochromatic Colors of #D8DADA
Black with #D8DADA
Text Example
Text Example
White with #D8DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DADA; }
p { color: rgb(216,218,218); }
H1.HeaderClassName
{
color: #D8DADA;
}
.AnyTagClassName
{
color: #D8DADA;
}
</style>
background-color css
<style>
a { background-color: #D8DADA; }
a { background-color: rgb(216,218,218); }
div.DivClassName
{
background-color: #D8DADA;
}
.BgClassName
{
background-color: #D8DADA;
}
</style>
border-color css
<style>
span { border-color: #D8DADA; }
span { border-color: rgb(216,218,218); }
td.TdClassName
{
border-color: #D8DADA;
}
.TagClassName
{
border-color: #D8DADA;
}
</style>