Shades of Spanish White #DDD3B5
Tints of Spanish White #DDD3B5
RGB
CMYK
RGB Variations
Color information
#DDD3B5 (or 0xDDD3B5) is known color: Spanish White. HEX triplet: DD, D3 and B5. RGB value is (221,211,181). Sum of RGB (Red+Green+Blue) = 221+211+181=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3B5 is #222C4A. Grayscale: #D2D2D2. Windows color (decimal): -2239563 or 11916253. OLE color: 11916253.
HSL color Cylindrical-coordinate representation of color #DDD3B5: hue angle of 45º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDD3B5 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 181 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.13 |
| HSL | 45º | 0.37% | 0.79% | - |
| HSV(B) | 45º | 0.18% | 0.87% | - |
| XYZ | 61.45 | 65.3 | 53.08 | - |
| YUV | 210.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 181 | 0 | 0.05 | 0.18 | 0.13 | 45 | 0.37 | 0.79 |
| Hex | DD | D3 | B5 | 0 | 5 | 12 | D | 2D | 25 | 4F |
| Octal | 335 | 323 | 265 | 0 | 5 | 22 | 15 | 55 | 45 | 117 |
| Binary | 11011101 | 11010011 | 10110101 | 0 | 101 | 10010 | 1101 | 101101 | 100101 | 1001111 |
Color Harmonies of #DDD3B5
Complementary color
Monochromatic Colors of #DDD3B5
Black with #DDD3B5
Text Example
Text Example
White with #DDD3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3B5; }
p { color: rgb(221,211,181); }
H1.HeaderClassName
{
color: #DDD3B5;
}
.AnyTagClassName
{
color: #DDD3B5;
}
</style>
background-color css
<style>
a { background-color: #DDD3B5; }
a { background-color: rgb(221,211,181); }
div.DivClassName
{
background-color: #DDD3B5;
}
.BgClassName
{
background-color: #DDD3B5;
}
</style>
border-color css
<style>
span { border-color: #DDD3B5; }
span { border-color: rgb(221,211,181); }
td.TdClassName
{
border-color: #DDD3B5;
}
.TagClassName
{
border-color: #DDD3B5;
}
</style>