Shades of Athens Grey #D5DEDD
Tints of Athens Grey #D5DEDD
RGB
CMYK
RGB Variations
Color information
#D5DEDD (or 0xD5DEDD) is known color: Athens Grey. HEX triplet: D5, DE and DD. RGB value is (213,222,221). Sum of RGB (Red+Green+Blue) = 213+222+221=656 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.47% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEDD is #2A2122. Grayscale: #DBDBDB. Windows color (decimal): -2760995 or 14540501. OLE color: 14540501.
HSL color Cylindrical-coordinate representation of color #D5DEDD: hue angle of 173.33º 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 #D5DEDD is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 213 | 222 | 221 | - |
CMYK | 0.04 | 0 | 0.00 | 0.13 |
HSL | 173.33º | 0.12% | 0.85% | - |
HSV(B) | 173.33º | 0.04% | 0.87% | - |
XYZ | 66.61 | 71.61 | 78.72 | - |
YUV | 219.2 | 129.02 | 123.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 222 | 221 | 0.04 | 0 | 0.00 | 0.13 | 173.33 | 0.12 | 0.85 |
Hex | D5 | DE | DD | 4 | 0 | 0 | D | AD | C | 55 |
Octal | 325 | 336 | 335 | 4 | 0 | 0 | 15 | 255 | 14 | 125 |
Binary | 11010101 | 11011110 | 11011101 | 100 | 0 | 0 | 1101 | 10101101 | 1100 | 1010101 |
Color Harmonies of #D5DEDD
Complementary color
Monochromatic Colors of #D5DEDD
Black with #D5DEDD
Text Example
Text Example
White with #D5DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DEDD; }
p { color: rgb(213,222,221); }
H1.HeaderClassName
{
color: #D5DEDD;
}
.AnyTagClassName
{
color: #D5DEDD;
}
</style>
background-color css
<style>
a { background-color: #D5DEDD; }
a { background-color: rgb(213,222,221); }
div.DivClassName
{
background-color: #D5DEDD;
}
.BgClassName
{
background-color: #D5DEDD;
}
</style>
border-color css
<style>
span { border-color: #D5DEDD; }
span { border-color: rgb(213,222,221); }
td.TdClassName
{
border-color: #D5DEDD;
}
.TagClassName
{
border-color: #D5DEDD;
}
</style>