Shades of Gallery #DED5CB
Tints of Gallery #DED5CB
RGB
CMYK
RGB Variations
Color information
#DED5CB (or 0xDED5CB) is known color: Gallery. HEX triplet: DE, D5 and CB. RGB value is (222,213,203). Sum of RGB (Red+Green+Blue) = 222+213+203=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5CB is #212A34. Grayscale: #D6D6D6. Windows color (decimal): -2173493 or 13358558. OLE color: 13358558.
HSL color Cylindrical-coordinate representation of color #DED5CB: hue angle of 31.58º degrees, saturation: 0.22, 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 #DED5CB is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 203 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.13 |
| HSL | 31.58º | 0.22% | 0.83% | - |
| HSV(B) | 31.58º | 0.09% | 0.87% | - |
| XYZ | 64.7 | 67.43 | 66.11 | - |
| YUV | 214.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 203 | 0 | 0.04 | 0.09 | 0.13 | 31.58 | 0.22 | 0.83 |
| Hex | DE | D5 | CB | 0 | 4 | 9 | D | 20 | 16 | 53 |
| Octal | 336 | 325 | 313 | 0 | 4 | 11 | 15 | 40 | 26 | 123 |
| Binary | 11011110 | 11010101 | 11001011 | 0 | 100 | 1001 | 1101 | 100000 | 10110 | 1010011 |
Color Harmonies of #DED5CB
Complementary color
Monochromatic Colors of #DED5CB
Black with #DED5CB
Text Example
Text Example
White with #DED5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED5CB; }
p { color: rgb(222,213,203); }
H1.HeaderClassName
{
color: #DED5CB;
}
.AnyTagClassName
{
color: #DED5CB;
}
</style>
background-color css
<style>
a { background-color: #DED5CB; }
a { background-color: rgb(222,213,203); }
div.DivClassName
{
background-color: #DED5CB;
}
.BgClassName
{
background-color: #DED5CB;
}
</style>
border-color css
<style>
span { border-color: #DED5CB; }
span { border-color: rgb(222,213,203); }
td.TdClassName
{
border-color: #DED5CB;
}
.TagClassName
{
border-color: #DED5CB;
}
</style>