Shades of Spanish White #DECDB2
Tints of Spanish White #DECDB2
RGB
CMYK
RGB Variations
Color information
#DECDB2 (or 0xDECDB2) is known color: Spanish White. HEX triplet: DE, CD and B2. RGB value is (222,205,178). Sum of RGB (Red+Green+Blue) = 222+205+178=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECDB2 is #21324D. Grayscale: #CFCFCF. Windows color (decimal): -2175566 or 11718110. OLE color: 11718110.
HSL color Cylindrical-coordinate representation of color #DECDB2: hue angle of 36.82º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DECDB2 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 178 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.13 |
| HSL | 36.82º | 0.4% | 0.78% | - |
| HSV(B) | 36.82º | 0.2% | 0.87% | - |
| XYZ | 59.99 | 62.41 | 51 | - |
| YUV | 207.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 178 | 0 | 0.08 | 0.20 | 0.13 | 36.82 | 0.4 | 0.78 |
| Hex | DE | CD | B2 | 0 | 8 | 14 | D | 25 | 28 | 4E |
| Octal | 336 | 315 | 262 | 0 | 10 | 24 | 15 | 45 | 50 | 116 |
| Binary | 11011110 | 11001101 | 10110010 | 0 | 1000 | 10100 | 1101 | 100101 | 101000 | 1001110 |
Color Harmonies of #DECDB2
Complementary color
Monochromatic Colors of #DECDB2
Black with #DECDB2
Text Example
Text Example
White with #DECDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDB2; }
p { color: rgb(222,205,178); }
H1.HeaderClassName
{
color: #DECDB2;
}
.AnyTagClassName
{
color: #DECDB2;
}
</style>
background-color css
<style>
a { background-color: #DECDB2; }
a { background-color: rgb(222,205,178); }
div.DivClassName
{
background-color: #DECDB2;
}
.BgClassName
{
background-color: #DECDB2;
}
</style>
border-color css
<style>
span { border-color: #DECDB2; }
span { border-color: rgb(222,205,178); }
td.TdClassName
{
border-color: #DECDB2;
}
.TagClassName
{
border-color: #DECDB2;
}
</style>