Shades of Spanish White #DDD1B5
Tints of Spanish White #DDD1B5
RGB
CMYK
RGB Variations
Color information
#DDD1B5 (or 0xDDD1B5) is known color: Spanish White. HEX triplet: DD, D1 and B5. RGB value is (221,209,181). Sum of RGB (Red+Green+Blue) = 221+209+181=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 181 (71.09% from 255 or 29.62% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1B5 is #222E4A. Grayscale: #D1D1D1. Windows color (decimal): -2240075 or 11915741. OLE color: 11915741.
HSL color Cylindrical-coordinate representation of color #DDD1B5: hue angle of 42º 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 #DDD1B5 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 181 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.13 |
| HSL | 42º | 0.37% | 0.79% | - |
| HSV(B) | 42º | 0.18% | 0.87% | - |
| XYZ | 60.96 | 64.31 | 52.92 | - |
| YUV | 209.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 181 | 0 | 0.05 | 0.18 | 0.13 | 42 | 0.37 | 0.79 |
| Hex | DD | D1 | B5 | 0 | 5 | 12 | D | 2A | 25 | 4F |
| Octal | 335 | 321 | 265 | 0 | 5 | 22 | 15 | 52 | 45 | 117 |
| Binary | 11011101 | 11010001 | 10110101 | 0 | 101 | 10010 | 1101 | 101010 | 100101 | 1001111 |
Color Harmonies of #DDD1B5
Complementary color
Monochromatic Colors of #DDD1B5
Black with #DDD1B5
Text Example
Text Example
White with #DDD1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1B5; }
p { color: rgb(221,209,181); }
H1.HeaderClassName
{
color: #DDD1B5;
}
.AnyTagClassName
{
color: #DDD1B5;
}
</style>
background-color css
<style>
a { background-color: #DDD1B5; }
a { background-color: rgb(221,209,181); }
div.DivClassName
{
background-color: #DDD1B5;
}
.BgClassName
{
background-color: #DDD1B5;
}
</style>
border-color css
<style>
span { border-color: #DDD1B5; }
span { border-color: rgb(221,209,181); }
td.TdClassName
{
border-color: #DDD1B5;
}
.TagClassName
{
border-color: #DDD1B5;
}
</style>