Shades of Spanish White #DECBB5
Tints of Spanish White #DECBB5
RGB
CMYK
RGB Variations
Color information
#DECBB5 (or 0xDECBB5) is known color: Spanish White. HEX triplet: DE, CB and B5. RGB value is (222,203,181). Sum of RGB (Red+Green+Blue) = 222+203+181=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBB5 is #21344A. Grayscale: #CECECE. Windows color (decimal): -2176075 or 11914206. OLE color: 11914206.
HSL color Cylindrical-coordinate representation of color #DECBB5: hue angle of 32.2º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DECBB5 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 181 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.13 |
| HSL | 32.2º | 0.38% | 0.79% | - |
| HSV(B) | 32.2º | 0.18% | 0.87% | - |
| XYZ | 59.82 | 61.58 | 52.45 | - |
| YUV | 206.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 181 | 0 | 0.09 | 0.18 | 0.13 | 32.2 | 0.38 | 0.79 |
| Hex | DE | CB | B5 | 0 | 9 | 12 | D | 20 | 26 | 4F |
| Octal | 336 | 313 | 265 | 0 | 11 | 22 | 15 | 40 | 46 | 117 |
| Binary | 11011110 | 11001011 | 10110101 | 0 | 1001 | 10010 | 1101 | 100000 | 100110 | 1001111 |
Color Harmonies of #DECBB5
Complementary color
Monochromatic Colors of #DECBB5
Black with #DECBB5
Text Example
Text Example
White with #DECBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECBB5; }
p { color: rgb(222,203,181); }
H1.HeaderClassName
{
color: #DECBB5;
}
.AnyTagClassName
{
color: #DECBB5;
}
</style>
background-color css
<style>
a { background-color: #DECBB5; }
a { background-color: rgb(222,203,181); }
div.DivClassName
{
background-color: #DECBB5;
}
.BgClassName
{
background-color: #DECBB5;
}
</style>
border-color css
<style>
span { border-color: #DECBB5; }
span { border-color: rgb(222,203,181); }
td.TdClassName
{
border-color: #DECBB5;
}
.TagClassName
{
border-color: #DECBB5;
}
</style>