Shades of Athens Grey #DDDEDE
Tints of Athens Grey #DDDEDE
RGB
CMYK
RGB Variations
Color information
#DDDEDE (or 0xDDDEDE) is known color: Athens Grey. HEX triplet: DD, DE and DE. RGB value is (221,222,222). Sum of RGB (Red+Green+Blue) = 221+222+222=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #DDDEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEDE is #222121. Grayscale: #DDDDDD. Windows color (decimal): -2236706 or 14606045. OLE color: 14606045.
HSL color Cylindrical-coordinate representation of color #DDDEDE: hue angle of 180º degrees, saturation: 0.01, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DDDEDE is Cyan = 0.00, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 222 | 222 | - |
CMYK | 0.00 | 0 | 0 | 0.13 |
HSL | 180º | 0.01% | 0.87% | - |
HSV(B) | 180º | 0% | 0.87% | - |
XYZ | 69.12 | 72.89 | 79.53 | - |
YUV | 221.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 222 | 0.00 | 0 | 0 | 0.13 | 180 | 0.01 | 0.87 |
Hex | DD | DE | DE | 0 | 0 | 0 | D | B4 | 1 | 57 |
Octal | 335 | 336 | 336 | 0 | 0 | 0 | 15 | 264 | 1 | 127 |
Binary | 11011101 | 11011110 | 11011110 | 0 | 0 | 0 | 1101 | 10110100 | 1 | 1010111 |
Color Harmonies of #DDDEDE
Complementary color
Monochromatic Colors of #DDDEDE
Black with #DDDEDE
Text Example
Text Example
White with #DDDEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEDE; }
p { color: rgb(221,222,222); }
H1.HeaderClassName
{
color: #DDDEDE;
}
.AnyTagClassName
{
color: #DDDEDE;
}
</style>
background-color css
<style>
a { background-color: #DDDEDE; }
a { background-color: rgb(221,222,222); }
div.DivClassName
{
background-color: #DDDEDE;
}
.BgClassName
{
background-color: #DDDEDE;
}
</style>
border-color css
<style>
span { border-color: #DDDEDE; }
span { border-color: rgb(221,222,222); }
td.TdClassName
{
border-color: #DDDEDE;
}
.TagClassName
{
border-color: #DDDEDE;
}
</style>