Shades of Spanish White #DDD3BC
Tints of Spanish White #DDD3BC
RGB
CMYK
RGB Variations
Color information
#DDD3BC (or 0xDDD3BC) is known color: Spanish White. HEX triplet: DD, D3 and BC. RGB value is (221,211,188). Sum of RGB (Red+Green+Blue) = 221+211+188=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3BC is #222C43. Grayscale: #D3D3D3. Windows color (decimal): -2239556 or 12375005. OLE color: 12375005.
HSL color Cylindrical-coordinate representation of color #DDD3BC: hue angle of 41.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 #DDD3BC is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 188 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.13 |
| HSL | 41.82º | 0.33% | 0.8% | - |
| HSV(B) | 41.82º | 0.15% | 0.87% | - |
| XYZ | 62.19 | 65.59 | 56.96 | - |
| YUV | 211.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 188 | 0 | 0.05 | 0.15 | 0.13 | 41.82 | 0.33 | 0.8 |
| Hex | DD | D3 | BC | 0 | 5 | F | D | 2A | 21 | 50 |
| Octal | 335 | 323 | 274 | 0 | 5 | 17 | 15 | 52 | 41 | 120 |
| Binary | 11011101 | 11010011 | 10111100 | 0 | 101 | 1111 | 1101 | 101010 | 100001 | 1010000 |
Color Harmonies of #DDD3BC
Complementary color
Monochromatic Colors of #DDD3BC
Black with #DDD3BC
Text Example
Text Example
White with #DDD3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3BC; }
p { color: rgb(221,211,188); }
H1.HeaderClassName
{
color: #DDD3BC;
}
.AnyTagClassName
{
color: #DDD3BC;
}
</style>
background-color css
<style>
a { background-color: #DDD3BC; }
a { background-color: rgb(221,211,188); }
div.DivClassName
{
background-color: #DDD3BC;
}
.BgClassName
{
background-color: #DDD3BC;
}
</style>
border-color css
<style>
span { border-color: #DDD3BC; }
span { border-color: rgb(221,211,188); }
td.TdClassName
{
border-color: #DDD3BC;
}
.TagClassName
{
border-color: #DDD3BC;
}
</style>