Shades of Spanish White #DDCEBA
Tints of Spanish White #DDCEBA
RGB
CMYK
RGB Variations
Color information
#DDCEBA (or 0xDDCEBA) is known color: Spanish White. HEX triplet: DD, CE and BA. RGB value is (221,206,186). Sum of RGB (Red+Green+Blue) = 221+206+186=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEBA is #223145. Grayscale: #D0D0D0. Windows color (decimal): -2240838 or 12242653. OLE color: 12242653.
HSL color Cylindrical-coordinate representation of color #DDCEBA: hue angle of 34.29º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDCEBA is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 186 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.13 |
| HSL | 34.29º | 0.34% | 0.8% | - |
| HSV(B) | 34.29º | 0.16% | 0.87% | - |
| XYZ | 60.75 | 63.06 | 55.42 | - |
| YUV | 208.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 186 | 0 | 0.07 | 0.16 | 0.13 | 34.29 | 0.34 | 0.8 |
| Hex | DD | CE | BA | 0 | 7 | 10 | D | 22 | 22 | 50 |
| Octal | 335 | 316 | 272 | 0 | 7 | 20 | 15 | 42 | 42 | 120 |
| Binary | 11011101 | 11001110 | 10111010 | 0 | 111 | 10000 | 1101 | 100010 | 100010 | 1010000 |
Color Harmonies of #DDCEBA
Complementary color
Monochromatic Colors of #DDCEBA
Black with #DDCEBA
Text Example
Text Example
White with #DDCEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEBA; }
p { color: rgb(221,206,186); }
H1.HeaderClassName
{
color: #DDCEBA;
}
.AnyTagClassName
{
color: #DDCEBA;
}
</style>
background-color css
<style>
a { background-color: #DDCEBA; }
a { background-color: rgb(221,206,186); }
div.DivClassName
{
background-color: #DDCEBA;
}
.BgClassName
{
background-color: #DDCEBA;
}
</style>
border-color css
<style>
span { border-color: #DDCEBA; }
span { border-color: rgb(221,206,186); }
td.TdClassName
{
border-color: #DDCEBA;
}
.TagClassName
{
border-color: #DDCEBA;
}
</style>