Shades of Spanish White #DECCB5
Tints of Spanish White #DECCB5
RGB
CMYK
RGB Variations
Color information
#DECCB5 (or 0xDECCB5) is known color: Spanish White. HEX triplet: DE, CC and B5. RGB value is (222,204,181). Sum of RGB (Red+Green+Blue) = 222+204+181=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCB5 is #21334A. Grayscale: #CECECE. Windows color (decimal): -2175819 or 11914462. OLE color: 11914462.
HSL color Cylindrical-coordinate representation of color #DECCB5: hue angle of 33.66º 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 #DECCB5 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 204 | 181 | - |
CMYK | 0 | 0.08 | 0.18 | 0.13 |
HSL | 33.66º | 0.38% | 0.79% | - |
HSV(B) | 33.66º | 0.18% | 0.87% | - |
XYZ | 60.06 | 62.05 | 52.53 | - |
YUV | 206.76 | 113.46 | 138.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 204 | 181 | 0 | 0.08 | 0.18 | 0.13 | 33.66 | 0.38 | 0.79 |
Hex | DE | CC | B5 | 0 | 8 | 12 | D | 22 | 26 | 4F |
Octal | 336 | 314 | 265 | 0 | 10 | 22 | 15 | 42 | 46 | 117 |
Binary | 11011110 | 11001100 | 10110101 | 0 | 1000 | 10010 | 1101 | 100010 | 100110 | 1001111 |
Color Harmonies of #DECCB5
Complementary color
Monochromatic Colors of #DECCB5
Black with #DECCB5
Text Example
Text Example
White with #DECCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCB5; }
p { color: rgb(222,204,181); }
H1.HeaderClassName
{
color: #DECCB5;
}
.AnyTagClassName
{
color: #DECCB5;
}
</style>
background-color css
<style>
a { background-color: #DECCB5; }
a { background-color: rgb(222,204,181); }
div.DivClassName
{
background-color: #DECCB5;
}
.BgClassName
{
background-color: #DECCB5;
}
</style>
border-color css
<style>
span { border-color: #DECCB5; }
span { border-color: rgb(222,204,181); }
td.TdClassName
{
border-color: #DECCB5;
}
.TagClassName
{
border-color: #DECCB5;
}
</style>