Shades of Blanc #DECEBC
Tints of Blanc #DECEBC
RGB
CMYK
RGB Variations
Color information
#DECEBC (or 0xDECEBC) is known color: Blanc. HEX triplet: DE, CE and BC. RGB value is (222,206,188). Sum of RGB (Red+Green+Blue) = 222+206+188=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEBC is #213143. Grayscale: #D0D0D0. Windows color (decimal): -2175300 or 12373726. OLE color: 12373726.
HSL color Cylindrical-coordinate representation of color #DECEBC: hue angle of 31.76º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DECEBC is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 188 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.13 |
| HSL | 31.76º | 0.34% | 0.8% | - |
| HSV(B) | 31.76º | 0.15% | 0.87% | - |
| XYZ | 61.27 | 63.3 | 56.57 | - |
| YUV | 208.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 188 | 0 | 0.07 | 0.15 | 0.13 | 31.76 | 0.34 | 0.8 |
| Hex | DE | CE | BC | 0 | 7 | F | D | 20 | 22 | 50 |
| Octal | 336 | 316 | 274 | 0 | 7 | 17 | 15 | 40 | 42 | 120 |
| Binary | 11011110 | 11001110 | 10111100 | 0 | 111 | 1111 | 1101 | 100000 | 100010 | 1010000 |
Color Harmonies of #DECEBC
Complementary color
Monochromatic Colors of #DECEBC
Black with #DECEBC
Text Example
Text Example
White with #DECEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEBC; }
p { color: rgb(222,206,188); }
H1.HeaderClassName
{
color: #DECEBC;
}
.AnyTagClassName
{
color: #DECEBC;
}
</style>
background-color css
<style>
a { background-color: #DECEBC; }
a { background-color: rgb(222,206,188); }
div.DivClassName
{
background-color: #DECEBC;
}
.BgClassName
{
background-color: #DECEBC;
}
</style>
border-color css
<style>
span { border-color: #DECEBC; }
span { border-color: rgb(222,206,188); }
td.TdClassName
{
border-color: #DECEBC;
}
.TagClassName
{
border-color: #DECEBC;
}
</style>