Shades of Blanc #DDD0BD
Tints of Blanc #DDD0BD
RGB
CMYK
RGB Variations
Color information
#DDD0BD (or 0xDDD0BD) is known color: Blanc. HEX triplet: DD, D0 and BD. RGB value is (221,208,189). Sum of RGB (Red+Green+Blue) = 221+208+189=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0BD is #222F42. Grayscale: #D1D1D1. Windows color (decimal): -2240323 or 12439773. OLE color: 12439773.
HSL color Cylindrical-coordinate representation of color #DDD0BD: hue angle of 35.62º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD0BD is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 189 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.13 |
| HSL | 35.63º | 0.32% | 0.8% | - |
| HSV(B) | 35.63º | 0.14% | 0.87% | - |
| XYZ | 61.56 | 64.16 | 57.28 | - |
| YUV | 209.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 189 | 0 | 0.06 | 0.14 | 0.13 | 35.63 | 0.32 | 0.8 |
| Hex | DD | D0 | BD | 0 | 6 | E | D | 24 | 20 | 50 |
| Octal | 335 | 320 | 275 | 0 | 6 | 16 | 15 | 44 | 40 | 120 |
| Binary | 11011101 | 11010000 | 10111101 | 0 | 110 | 1110 | 1101 | 100100 | 100000 | 1010000 |
Color Harmonies of #DDD0BD
Complementary color
Monochromatic Colors of #DDD0BD
Black with #DDD0BD
Text Example
Text Example
White with #DDD0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0BD; }
p { color: rgb(221,208,189); }
H1.HeaderClassName
{
color: #DDD0BD;
}
.AnyTagClassName
{
color: #DDD0BD;
}
</style>
background-color css
<style>
a { background-color: #DDD0BD; }
a { background-color: rgb(221,208,189); }
div.DivClassName
{
background-color: #DDD0BD;
}
.BgClassName
{
background-color: #DDD0BD;
}
</style>
border-color css
<style>
span { border-color: #DDD0BD; }
span { border-color: rgb(221,208,189); }
td.TdClassName
{
border-color: #DDD0BD;
}
.TagClassName
{
border-color: #DDD0BD;
}
</style>