Shades of Spanish White #DDD2BD
Tints of Spanish White #DDD2BD
RGB
CMYK
RGB Variations
Color information
#DDD2BD (or 0xDDD2BD) is known color: Spanish White. HEX triplet: DD, D2 and BD. RGB value is (221,210,189). Sum of RGB (Red+Green+Blue) = 221+210+189=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2BD is #222D42. Grayscale: #D2D2D2. Windows color (decimal): -2239811 or 12440285. OLE color: 12440285.
HSL color Cylindrical-coordinate representation of color #DDD2BD: hue angle of 39.38º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD2BD is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 189 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.13 |
| HSL | 39.38º | 0.32% | 0.8% | - |
| HSV(B) | 39.38º | 0.14% | 0.87% | - |
| XYZ | 62.05 | 65.14 | 57.45 | - |
| YUV | 210.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 189 | 0 | 0.05 | 0.14 | 0.13 | 39.38 | 0.32 | 0.8 |
| Hex | DD | D2 | BD | 0 | 5 | E | D | 27 | 20 | 50 |
| Octal | 335 | 322 | 275 | 0 | 5 | 16 | 15 | 47 | 40 | 120 |
| Binary | 11011101 | 11010010 | 10111101 | 0 | 101 | 1110 | 1101 | 100111 | 100000 | 1010000 |
Color Harmonies of #DDD2BD
Complementary color
Monochromatic Colors of #DDD2BD
Black with #DDD2BD
Text Example
Text Example
White with #DDD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2BD; }
p { color: rgb(221,210,189); }
H1.HeaderClassName
{
color: #DDD2BD;
}
.AnyTagClassName
{
color: #DDD2BD;
}
</style>
background-color css
<style>
a { background-color: #DDD2BD; }
a { background-color: rgb(221,210,189); }
div.DivClassName
{
background-color: #DDD2BD;
}
.BgClassName
{
background-color: #DDD2BD;
}
</style>
border-color css
<style>
span { border-color: #DDD2BD; }
span { border-color: rgb(221,210,189); }
td.TdClassName
{
border-color: #DDD2BD;
}
.TagClassName
{
border-color: #DDD2BD;
}
</style>