Shades of Athens Grey #DCDEDE
Tints of Athens Grey #DCDEDE
RGB
CMYK
RGB Variations
Color information
#DCDEDE (or 0xDCDEDE) is known color: Athens Grey. HEX triplet: DC, DE and DE. RGB value is (220,222,222). Sum of RGB (Red+Green+Blue) = 220+222+222=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #DCDEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEDE is #232121. Grayscale: #DDDDDD. Windows color (decimal): -2302242 or 14606044. OLE color: 14606044.
HSL color Cylindrical-coordinate representation of color #DCDEDE: hue angle of 180º degrees, saturation: 0.03, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DCDEDE is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 222 | 222 | - |
CMYK | 0.01 | 0 | 0 | 0.13 |
HSL | 180º | 0.03% | 0.87% | - |
HSV(B) | 180º | 0.01% | 0.87% | - |
XYZ | 68.82 | 72.73 | 79.52 | - |
YUV | 221.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 222 | 0.01 | 0 | 0 | 0.13 | 180 | 0.03 | 0.87 |
Hex | DC | DE | DE | 1 | 0 | 0 | D | B4 | 3 | 57 |
Octal | 334 | 336 | 336 | 1 | 0 | 0 | 15 | 264 | 3 | 127 |
Binary | 11011100 | 11011110 | 11011110 | 1 | 0 | 0 | 1101 | 10110100 | 11 | 1010111 |
Color Harmonies of #DCDEDE
Complementary color
Monochromatic Colors of #DCDEDE
Black with #DCDEDE
Text Example
Text Example
White with #DCDEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEDE; }
p { color: rgb(220,222,222); }
H1.HeaderClassName
{
color: #DCDEDE;
}
.AnyTagClassName
{
color: #DCDEDE;
}
</style>
background-color css
<style>
a { background-color: #DCDEDE; }
a { background-color: rgb(220,222,222); }
div.DivClassName
{
background-color: #DCDEDE;
}
.BgClassName
{
background-color: #DCDEDE;
}
</style>
border-color css
<style>
span { border-color: #DCDEDE; }
span { border-color: rgb(220,222,222); }
td.TdClassName
{
border-color: #DCDEDE;
}
.TagClassName
{
border-color: #DCDEDE;
}
</style>