Shades of Spanish White #DDD2B3
Tints of Spanish White #DDD2B3
RGB
CMYK
RGB Variations
Color information
#DDD2B3 (or 0xDDD2B3) is known color: Spanish White. HEX triplet: DD, D2 and B3. RGB value is (221,210,179). Sum of RGB (Red+Green+Blue) = 221+210+179=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 179 (70.31% from 255 or 29.34% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2B3 is #222D4C. Grayscale: #D1D1D1. Windows color (decimal): -2239821 or 11784925. OLE color: 11784925.
HSL color Cylindrical-coordinate representation of color #DDD2B3: hue angle of 44.29º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDD2B3 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 179 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.13 |
| HSL | 44.29º | 0.38% | 0.78% | - |
| HSV(B) | 44.29º | 0.19% | 0.87% | - |
| XYZ | 61 | 64.72 | 51.92 | - |
| YUV | 209.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 179 | 0 | 0.05 | 0.19 | 0.13 | 44.29 | 0.38 | 0.78 |
| Hex | DD | D2 | B3 | 0 | 5 | 13 | D | 2C | 26 | 4E |
| Octal | 335 | 322 | 263 | 0 | 5 | 23 | 15 | 54 | 46 | 116 |
| Binary | 11011101 | 11010010 | 10110011 | 0 | 101 | 10011 | 1101 | 101100 | 100110 | 1001110 |
Color Harmonies of #DDD2B3
Complementary color
Monochromatic Colors of #DDD2B3
Black with #DDD2B3
Text Example
Text Example
White with #DDD2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2B3; }
p { color: rgb(221,210,179); }
H1.HeaderClassName
{
color: #DDD2B3;
}
.AnyTagClassName
{
color: #DDD2B3;
}
</style>
background-color css
<style>
a { background-color: #DDD2B3; }
a { background-color: rgb(221,210,179); }
div.DivClassName
{
background-color: #DDD2B3;
}
.BgClassName
{
background-color: #DDD2B3;
}
</style>
border-color css
<style>
span { border-color: #DDD2B3; }
span { border-color: rgb(221,210,179); }
td.TdClassName
{
border-color: #DDD2B3;
}
.TagClassName
{
border-color: #DDD2B3;
}
</style>