Shades of Spanish White #DECEB8
Tints of Spanish White #DECEB8
RGB
CMYK
RGB Variations
Color information
#DECEB8 (or 0xDECEB8) is known color: Spanish White. HEX triplet: DE, CE and B8. RGB value is (222,206,184). Sum of RGB (Red+Green+Blue) = 222+206+184=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEB8 is #213147. Grayscale: #D0D0D0. Windows color (decimal): -2175304 or 12111582. OLE color: 12111582.
HSL color Cylindrical-coordinate representation of color #DECEB8: hue angle of 34.74º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DECEB8 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 184 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.13 |
| HSL | 34.74º | 0.37% | 0.8% | - |
| HSV(B) | 34.74º | 0.17% | 0.87% | - |
| XYZ | 60.85 | 63.13 | 54.33 | - |
| YUV | 208.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 184 | 0 | 0.07 | 0.17 | 0.13 | 34.74 | 0.37 | 0.8 |
| Hex | DE | CE | B8 | 0 | 7 | 11 | D | 23 | 25 | 50 |
| Octal | 336 | 316 | 270 | 0 | 7 | 21 | 15 | 43 | 45 | 120 |
| Binary | 11011110 | 11001110 | 10111000 | 0 | 111 | 10001 | 1101 | 100011 | 100101 | 1010000 |
Color Harmonies of #DECEB8
Complementary color
Monochromatic Colors of #DECEB8
Black with #DECEB8
Text Example
Text Example
White with #DECEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEB8; }
p { color: rgb(222,206,184); }
H1.HeaderClassName
{
color: #DECEB8;
}
.AnyTagClassName
{
color: #DECEB8;
}
</style>
background-color css
<style>
a { background-color: #DECEB8; }
a { background-color: rgb(222,206,184); }
div.DivClassName
{
background-color: #DECEB8;
}
.BgClassName
{
background-color: #DECEB8;
}
</style>
border-color css
<style>
span { border-color: #DECEB8; }
span { border-color: rgb(222,206,184); }
td.TdClassName
{
border-color: #DECEB8;
}
.TagClassName
{
border-color: #DECEB8;
}
</style>