Shades of Spanish White #DDD1B2
Tints of Spanish White #DDD1B2
RGB
CMYK
RGB Variations
Color information
#DDD1B2 (or 0xDDD1B2) is known color: Spanish White. HEX triplet: DD, D1 and B2. RGB value is (221,209,178). Sum of RGB (Red+Green+Blue) = 221+209+178=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 178 (69.92% from 255 or 29.28% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD1B2 is #222E4D. Grayscale: #D1D1D1. Windows color (decimal): -2240078 or 11719133. OLE color: 11719133.
HSL color Cylindrical-coordinate representation of color #DDD1B2: hue angle of 43.26º degrees, saturation: 0.39, 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 #DDD1B2 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 178 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.13 |
| HSL | 43.26º | 0.39% | 0.78% | - |
| HSV(B) | 43.26º | 0.19% | 0.87% | - |
| XYZ | 60.66 | 64.19 | 51.31 | - |
| YUV | 209.05 | 110.48 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 178 | 0 | 0.05 | 0.19 | 0.13 | 43.26 | 0.39 | 0.78 |
| Hex | DD | D1 | B2 | 0 | 5 | 13 | D | 2B | 27 | 4E |
| Octal | 335 | 321 | 262 | 0 | 5 | 23 | 15 | 53 | 47 | 116 |
| Binary | 11011101 | 11010001 | 10110010 | 0 | 101 | 10011 | 1101 | 101011 | 100111 | 1001110 |
Color Harmonies of #DDD1B2
Complementary color
Monochromatic Colors of #DDD1B2
Black with #DDD1B2
Text Example
Text Example
White with #DDD1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1B2; }
p { color: rgb(221,209,178); }
H1.HeaderClassName
{
color: #DDD1B2;
}
.AnyTagClassName
{
color: #DDD1B2;
}
</style>
background-color css
<style>
a { background-color: #DDD1B2; }
a { background-color: rgb(221,209,178); }
div.DivClassName
{
background-color: #DDD1B2;
}
.BgClassName
{
background-color: #DDD1B2;
}
</style>
border-color css
<style>
span { border-color: #DDD1B2; }
span { border-color: rgb(221,209,178); }
td.TdClassName
{
border-color: #DDD1B2;
}
.TagClassName
{
border-color: #DDD1B2;
}
</style>