Shades of Gallery #DED6CB
Tints of Gallery #DED6CB
RGB
CMYK
RGB Variations
Color information
#DED6CB (or 0xDED6CB) is known color: Gallery. HEX triplet: DE, D6 and CB. RGB value is (222,214,203). Sum of RGB (Red+Green+Blue) = 222+214+203=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6CB is #212934. Grayscale: #D7D7D7. Windows color (decimal): -2173237 or 13358814. OLE color: 13358814.
HSL color Cylindrical-coordinate representation of color #DED6CB: hue angle of 34.74º 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 #DED6CB is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 203 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.13 |
| HSL | 34.74º | 0.22% | 0.83% | - |
| HSV(B) | 34.74º | 0.09% | 0.87% | - |
| XYZ | 64.95 | 67.93 | 66.19 | - |
| YUV | 215.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 203 | 0 | 0.04 | 0.09 | 0.13 | 34.74 | 0.22 | 0.83 |
| Hex | DE | D6 | CB | 0 | 4 | 9 | D | 23 | 16 | 53 |
| Octal | 336 | 326 | 313 | 0 | 4 | 11 | 15 | 43 | 26 | 123 |
| Binary | 11011110 | 11010110 | 11001011 | 0 | 100 | 1001 | 1101 | 100011 | 10110 | 1010011 |
Color Harmonies of #DED6CB
Complementary color
Monochromatic Colors of #DED6CB
Black with #DED6CB
Text Example
Text Example
White with #DED6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED6CB; }
p { color: rgb(222,214,203); }
H1.HeaderClassName
{
color: #DED6CB;
}
.AnyTagClassName
{
color: #DED6CB;
}
</style>
background-color css
<style>
a { background-color: #DED6CB; }
a { background-color: rgb(222,214,203); }
div.DivClassName
{
background-color: #DED6CB;
}
.BgClassName
{
background-color: #DED6CB;
}
</style>
border-color css
<style>
span { border-color: #DED6CB; }
span { border-color: rgb(222,214,203); }
td.TdClassName
{
border-color: #DED6CB;
}
.TagClassName
{
border-color: #DED6CB;
}
</style>