Shades of Spanish White #DDD1BB
Tints of Spanish White #DDD1BB
RGB
CMYK
RGB Variations
Color information
#DDD1BB (or 0xDDD1BB) is known color: Spanish White. HEX triplet: DD, D1 and BB. RGB value is (221,209,187). Sum of RGB (Red+Green+Blue) = 221+209+187=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1BB is #222E44. Grayscale: #D2D2D2. Windows color (decimal): -2240069 or 12308957. OLE color: 12308957.
HSL color Cylindrical-coordinate representation of color #DDD1BB: hue angle of 38.82º 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 #DDD1BB is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 187 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.13 |
| HSL | 38.82º | 0.33% | 0.8% | - |
| HSV(B) | 38.82º | 0.15% | 0.87% | - |
| XYZ | 61.59 | 64.56 | 56.23 | - |
| YUV | 210.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 187 | 0 | 0.05 | 0.15 | 0.13 | 38.82 | 0.33 | 0.8 |
| Hex | DD | D1 | BB | 0 | 5 | F | D | 27 | 21 | 50 |
| Octal | 335 | 321 | 273 | 0 | 5 | 17 | 15 | 47 | 41 | 120 |
| Binary | 11011101 | 11010001 | 10111011 | 0 | 101 | 1111 | 1101 | 100111 | 100001 | 1010000 |
Color Harmonies of #DDD1BB
Complementary color
Monochromatic Colors of #DDD1BB
Black with #DDD1BB
Text Example
Text Example
White with #DDD1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1BB; }
p { color: rgb(221,209,187); }
H1.HeaderClassName
{
color: #DDD1BB;
}
.AnyTagClassName
{
color: #DDD1BB;
}
</style>
background-color css
<style>
a { background-color: #DDD1BB; }
a { background-color: rgb(221,209,187); }
div.DivClassName
{
background-color: #DDD1BB;
}
.BgClassName
{
background-color: #DDD1BB;
}
</style>
border-color css
<style>
span { border-color: #DDD1BB; }
span { border-color: rgb(221,209,187); }
td.TdClassName
{
border-color: #DDD1BB;
}
.TagClassName
{
border-color: #DDD1BB;
}
</style>