Shades of Blanc #DDD0BC
Tints of Blanc #DDD0BC
RGB
CMYK
RGB Variations
Color information
#DDD0BC (or 0xDDD0BC) is known color: Blanc. HEX triplet: DD, D0 and BC. RGB value is (221,208,188). Sum of RGB (Red+Green+Blue) = 221+208+188=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0BC is #222F43. Grayscale: #D1D1D1. Windows color (decimal): -2240324 or 12374237. OLE color: 12374237.
HSL color Cylindrical-coordinate representation of color #DDD0BC: hue angle of 36.36º 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 #DDD0BC is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 188 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.13 |
| HSL | 36.36º | 0.33% | 0.8% | - |
| HSV(B) | 36.36º | 0.15% | 0.87% | - |
| XYZ | 61.45 | 64.11 | 56.71 | - |
| YUV | 209.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 188 | 0 | 0.06 | 0.15 | 0.13 | 36.36 | 0.33 | 0.8 |
| Hex | DD | D0 | BC | 0 | 6 | F | D | 24 | 21 | 50 |
| Octal | 335 | 320 | 274 | 0 | 6 | 17 | 15 | 44 | 41 | 120 |
| Binary | 11011101 | 11010000 | 10111100 | 0 | 110 | 1111 | 1101 | 100100 | 100001 | 1010000 |
Color Harmonies of #DDD0BC
Complementary color
Monochromatic Colors of #DDD0BC
Black with #DDD0BC
Text Example
Text Example
White with #DDD0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0BC; }
p { color: rgb(221,208,188); }
H1.HeaderClassName
{
color: #DDD0BC;
}
.AnyTagClassName
{
color: #DDD0BC;
}
</style>
background-color css
<style>
a { background-color: #DDD0BC; }
a { background-color: rgb(221,208,188); }
div.DivClassName
{
background-color: #DDD0BC;
}
.BgClassName
{
background-color: #DDD0BC;
}
</style>
border-color css
<style>
span { border-color: #DDD0BC; }
span { border-color: rgb(221,208,188); }
td.TdClassName
{
border-color: #DDD0BC;
}
.TagClassName
{
border-color: #DDD0BC;
}
</style>