Shades of Spanish White #DDD2BB
Tints of Spanish White #DDD2BB
RGB
CMYK
RGB Variations
Color information
#DDD2BB (or 0xDDD2BB) is known color: Spanish White. HEX triplet: DD, D2 and BB. RGB value is (221,210,187). Sum of RGB (Red+Green+Blue) = 221+210+187=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2BB is #222D44. Grayscale: #D2D2D2. Windows color (decimal): -2239813 or 12309213. OLE color: 12309213.
HSL color Cylindrical-coordinate representation of color #DDD2BB: hue angle of 40.59º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDD2BB is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 187 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.13 |
| HSL | 40.59º | 0.33% | 0.8% | - |
| HSV(B) | 40.59º | 0.15% | 0.87% | - |
| XYZ | 61.84 | 65.05 | 56.31 | - |
| YUV | 210.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 187 | 0 | 0.05 | 0.15 | 0.13 | 40.59 | 0.33 | 0.8 |
| Hex | DD | D2 | BB | 0 | 5 | F | D | 29 | 21 | 50 |
| Octal | 335 | 322 | 273 | 0 | 5 | 17 | 15 | 51 | 41 | 120 |
| Binary | 11011101 | 11010010 | 10111011 | 0 | 101 | 1111 | 1101 | 101001 | 100001 | 1010000 |
Color Harmonies of #DDD2BB
Complementary color
Monochromatic Colors of #DDD2BB
Black with #DDD2BB
Text Example
Text Example
White with #DDD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2BB; }
p { color: rgb(221,210,187); }
H1.HeaderClassName
{
color: #DDD2BB;
}
.AnyTagClassName
{
color: #DDD2BB;
}
</style>
background-color css
<style>
a { background-color: #DDD2BB; }
a { background-color: rgb(221,210,187); }
div.DivClassName
{
background-color: #DDD2BB;
}
.BgClassName
{
background-color: #DDD2BB;
}
</style>
border-color css
<style>
span { border-color: #DDD2BB; }
span { border-color: rgb(221,210,187); }
td.TdClassName
{
border-color: #DDD2BB;
}
.TagClassName
{
border-color: #DDD2BB;
}
</style>