Shades of Athens Grey #D5DEDE
Tints of Athens Grey #D5DEDE
RGB
CMYK
RGB Variations
Color information
#D5DEDE (or 0xD5DEDE) is known color: Athens Grey. HEX triplet: D5, DE and DE. RGB value is (213,222,222). Sum of RGB (Red+Green+Blue) = 213+222+222=657 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.42% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #D5DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEDE is #2A2121. Grayscale: #DBDBDB. Windows color (decimal): -2760994 or 14606037. OLE color: 14606037.
HSL color Cylindrical-coordinate representation of color #D5DEDE: hue angle of 180º degrees, saturation: 0.12, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5DEDE is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 222 | 222 | - |
| CMYK | 0.04 | 0 | 0 | 0.13 |
| HSL | 180º | 0.12% | 0.85% | - |
| HSV(B) | 180º | 0.04% | 0.87% | - |
| XYZ | 66.75 | 71.66 | 79.42 | - |
| YUV | 219.31 | 129.52 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 222 | 222 | 0.04 | 0 | 0 | 0.13 | 180 | 0.12 | 0.85 |
| Hex | D5 | DE | DE | 4 | 0 | 0 | D | B4 | C | 55 |
| Octal | 325 | 336 | 336 | 4 | 0 | 0 | 15 | 264 | 14 | 125 |
| Binary | 11010101 | 11011110 | 11011110 | 100 | 0 | 0 | 1101 | 10110100 | 1100 | 1010101 |
Color Harmonies of #D5DEDE
Complementary color
Monochromatic Colors of #D5DEDE
Black with #D5DEDE
Text Example
Text Example
White with #D5DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DEDE; }
p { color: rgb(213,222,222); }
H1.HeaderClassName
{
color: #D5DEDE;
}
.AnyTagClassName
{
color: #D5DEDE;
}
</style>
background-color css
<style>
a { background-color: #D5DEDE; }
a { background-color: rgb(213,222,222); }
div.DivClassName
{
background-color: #D5DEDE;
}
.BgClassName
{
background-color: #D5DEDE;
}
</style>
border-color css
<style>
span { border-color: #D5DEDE; }
span { border-color: rgb(213,222,222); }
td.TdClassName
{
border-color: #D5DEDE;
}
.TagClassName
{
border-color: #D5DEDE;
}
</style>