Shades of Spanish White #DECDB4
Tints of Spanish White #DECDB4
RGB
CMYK
RGB Variations
Color information
#DECDB4 (or 0xDECDB4) is known color: Spanish White. HEX triplet: DE, CD and B4. RGB value is (222,205,180). Sum of RGB (Red+Green+Blue) = 222+205+180=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDB4 is #21324B. Grayscale: #CFCFCF. Windows color (decimal): -2175564 or 11849182. OLE color: 11849182.
HSL color Cylindrical-coordinate representation of color #DECDB4: hue angle of 35.71º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DECDB4 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 180 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.13 |
| HSL | 35.71º | 0.39% | 0.79% | - |
| HSV(B) | 35.71º | 0.19% | 0.87% | - |
| XYZ | 60.19 | 62.49 | 52.07 | - |
| YUV | 207.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 180 | 0 | 0.08 | 0.19 | 0.13 | 35.71 | 0.39 | 0.79 |
| Hex | DE | CD | B4 | 0 | 8 | 13 | D | 24 | 27 | 4F |
| Octal | 336 | 315 | 264 | 0 | 10 | 23 | 15 | 44 | 47 | 117 |
| Binary | 11011110 | 11001101 | 10110100 | 0 | 1000 | 10011 | 1101 | 100100 | 100111 | 1001111 |
Color Harmonies of #DECDB4
Complementary color
Monochromatic Colors of #DECDB4
Black with #DECDB4
Text Example
Text Example
White with #DECDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDB4; }
p { color: rgb(222,205,180); }
H1.HeaderClassName
{
color: #DECDB4;
}
.AnyTagClassName
{
color: #DECDB4;
}
</style>
background-color css
<style>
a { background-color: #DECDB4; }
a { background-color: rgb(222,205,180); }
div.DivClassName
{
background-color: #DECDB4;
}
.BgClassName
{
background-color: #DECDB4;
}
</style>
border-color css
<style>
span { border-color: #DECDB4; }
span { border-color: rgb(222,205,180); }
td.TdClassName
{
border-color: #DECDB4;
}
.TagClassName
{
border-color: #DECDB4;
}
</style>