Shades of Spanish White #DDD3BA
Tints of Spanish White #DDD3BA
RGB
CMYK
RGB Variations
Color information
#DDD3BA (or 0xDDD3BA) is known color: Spanish White. HEX triplet: DD, D3 and BA. RGB value is (221,211,186). Sum of RGB (Red+Green+Blue) = 221+211+186=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3BA is #222C45. Grayscale: #D3D3D3. Windows color (decimal): -2239558 or 12243933. OLE color: 12243933.
HSL color Cylindrical-coordinate representation of color #DDD3BA: hue angle of 42.86º 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 #DDD3BA is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 186 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.13 |
| HSL | 42.86º | 0.34% | 0.8% | - |
| HSV(B) | 42.86º | 0.16% | 0.87% | - |
| XYZ | 61.98 | 65.51 | 55.83 | - |
| YUV | 211.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 186 | 0 | 0.05 | 0.16 | 0.13 | 42.86 | 0.34 | 0.8 |
| Hex | DD | D3 | BA | 0 | 5 | 10 | D | 2B | 22 | 50 |
| Octal | 335 | 323 | 272 | 0 | 5 | 20 | 15 | 53 | 42 | 120 |
| Binary | 11011101 | 11010011 | 10111010 | 0 | 101 | 10000 | 1101 | 101011 | 100010 | 1010000 |
Color Harmonies of #DDD3BA
Complementary color
Monochromatic Colors of #DDD3BA
Black with #DDD3BA
Text Example
Text Example
White with #DDD3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3BA; }
p { color: rgb(221,211,186); }
H1.HeaderClassName
{
color: #DDD3BA;
}
.AnyTagClassName
{
color: #DDD3BA;
}
</style>
background-color css
<style>
a { background-color: #DDD3BA; }
a { background-color: rgb(221,211,186); }
div.DivClassName
{
background-color: #DDD3BA;
}
.BgClassName
{
background-color: #DDD3BA;
}
</style>
border-color css
<style>
span { border-color: #DDD3BA; }
span { border-color: rgb(221,211,186); }
td.TdClassName
{
border-color: #DDD3BA;
}
.TagClassName
{
border-color: #DDD3BA;
}
</style>