Shades of Spanish White #DECDB3
Tints of Spanish White #DECDB3
RGB
CMYK
RGB Variations
Color information
#DECDB3 (or 0xDECDB3) is known color: Spanish White. HEX triplet: DE, CD and B3. RGB value is (222,205,179). Sum of RGB (Red+Green+Blue) = 222+205+179=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDB3 is #21324C. Grayscale: #CFCFCF. Windows color (decimal): -2175565 or 11783646. OLE color: 11783646.
HSL color Cylindrical-coordinate representation of color #DECDB3: hue angle of 36.28º 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 #DECDB3 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 179 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.13 |
| HSL | 36.28º | 0.39% | 0.79% | - |
| HSV(B) | 36.28º | 0.19% | 0.87% | - |
| XYZ | 60.09 | 62.45 | 51.53 | - |
| YUV | 207.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 179 | 0 | 0.08 | 0.19 | 0.13 | 36.28 | 0.39 | 0.79 |
| Hex | DE | CD | B3 | 0 | 8 | 13 | D | 24 | 27 | 4F |
| Octal | 336 | 315 | 263 | 0 | 10 | 23 | 15 | 44 | 47 | 117 |
| Binary | 11011110 | 11001101 | 10110011 | 0 | 1000 | 10011 | 1101 | 100100 | 100111 | 1001111 |
Color Harmonies of #DECDB3
Complementary color
Monochromatic Colors of #DECDB3
Black with #DECDB3
Text Example
Text Example
White with #DECDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDB3; }
p { color: rgb(222,205,179); }
H1.HeaderClassName
{
color: #DECDB3;
}
.AnyTagClassName
{
color: #DECDB3;
}
</style>
background-color css
<style>
a { background-color: #DECDB3; }
a { background-color: rgb(222,205,179); }
div.DivClassName
{
background-color: #DECDB3;
}
.BgClassName
{
background-color: #DECDB3;
}
</style>
border-color css
<style>
span { border-color: #DECDB3; }
span { border-color: rgb(222,205,179); }
td.TdClassName
{
border-color: #DECDB3;
}
.TagClassName
{
border-color: #DECDB3;
}
</style>