Shades of Gallery #DED5C9
Tints of Gallery #DED5C9
RGB
CMYK
RGB Variations
Color information
#DED5C9 (or 0xDED5C9) is known color: Gallery. HEX triplet: DE, D5 and C9. RGB value is (222,213,201). Sum of RGB (Red+Green+Blue) = 222+213+201=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5C9 is #212A36. Grayscale: #D6D6D6. Windows color (decimal): -2173495 or 13227486. OLE color: 13227486.
HSL color Cylindrical-coordinate representation of color #DED5C9: hue angle of 34.29º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DED5C9 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 201 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.13 |
| HSL | 34.29º | 0.24% | 0.83% | - |
| HSV(B) | 34.29º | 0.09% | 0.87% | - |
| XYZ | 64.46 | 67.34 | 64.86 | - |
| YUV | 214.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 201 | 0 | 0.04 | 0.09 | 0.13 | 34.29 | 0.24 | 0.83 |
| Hex | DE | D5 | C9 | 0 | 4 | 9 | D | 22 | 18 | 53 |
| Octal | 336 | 325 | 311 | 0 | 4 | 11 | 15 | 42 | 30 | 123 |
| Binary | 11011110 | 11010101 | 11001001 | 0 | 100 | 1001 | 1101 | 100010 | 11000 | 1010011 |
Color Harmonies of #DED5C9
Complementary color
Monochromatic Colors of #DED5C9
Black with #DED5C9
Text Example
Text Example
White with #DED5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED5C9; }
p { color: rgb(222,213,201); }
H1.HeaderClassName
{
color: #DED5C9;
}
.AnyTagClassName
{
color: #DED5C9;
}
</style>
background-color css
<style>
a { background-color: #DED5C9; }
a { background-color: rgb(222,213,201); }
div.DivClassName
{
background-color: #DED5C9;
}
.BgClassName
{
background-color: #DED5C9;
}
</style>
border-color css
<style>
span { border-color: #DED5C9; }
span { border-color: rgb(222,213,201); }
td.TdClassName
{
border-color: #DED5C9;
}
.TagClassName
{
border-color: #DED5C9;
}
</style>