Shades of Blanc #DECDBA
Tints of Blanc #DECDBA
RGB
CMYK
RGB Variations
Color information
#DECDBA (or 0xDECDBA) is known color: Blanc. HEX triplet: DE, CD and BA. RGB value is (222,205,186). Sum of RGB (Red+Green+Blue) = 222+205+186=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDBA is #213245. Grayscale: #D0D0D0. Windows color (decimal): -2175558 or 12242398. OLE color: 12242398.
HSL color Cylindrical-coordinate representation of color #DECDBA: hue angle of 31.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DECDBA is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 186 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.13 |
| HSL | 31.67º | 0.35% | 0.8% | - |
| HSV(B) | 31.67º | 0.16% | 0.87% | - |
| XYZ | 60.82 | 62.74 | 55.36 | - |
| YUV | 207.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 186 | 0 | 0.08 | 0.16 | 0.13 | 31.67 | 0.35 | 0.8 |
| Hex | DE | CD | BA | 0 | 8 | 10 | D | 20 | 23 | 50 |
| Octal | 336 | 315 | 272 | 0 | 10 | 20 | 15 | 40 | 43 | 120 |
| Binary | 11011110 | 11001101 | 10111010 | 0 | 1000 | 10000 | 1101 | 100000 | 100011 | 1010000 |
Color Harmonies of #DECDBA
Complementary color
Monochromatic Colors of #DECDBA
Black with #DECDBA
Text Example
Text Example
White with #DECDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDBA; }
p { color: rgb(222,205,186); }
H1.HeaderClassName
{
color: #DECDBA;
}
.AnyTagClassName
{
color: #DECDBA;
}
</style>
background-color css
<style>
a { background-color: #DECDBA; }
a { background-color: rgb(222,205,186); }
div.DivClassName
{
background-color: #DECDBA;
}
.BgClassName
{
background-color: #DECDBA;
}
</style>
border-color css
<style>
span { border-color: #DECDBA; }
span { border-color: rgb(222,205,186); }
td.TdClassName
{
border-color: #DECDBA;
}
.TagClassName
{
border-color: #DECDBA;
}
</style>