Shades of Blanc #DDD3C2
Tints of Blanc #DDD3C2
RGB
CMYK
RGB Variations
Color information
#DDD3C2 (or 0xDDD3C2) is known color: Blanc. HEX triplet: DD, D3 and C2. RGB value is (221,211,194). Sum of RGB (Red+Green+Blue) = 221+211+194=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 194 (76.17% from 255 or 30.99% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3C2 is #222C3D. Grayscale: #D4D4D4. Windows color (decimal): -2239550 or 12768221. OLE color: 12768221.
HSL color Cylindrical-coordinate representation of color #DDD3C2: hue angle of 37.78º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDD3C2 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 194 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.13 |
| HSL | 37.78º | 0.28% | 0.81% | - |
| HSV(B) | 37.78º | 0.12% | 0.87% | - |
| XYZ | 62.85 | 65.86 | 60.44 | - |
| YUV | 212.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 194 | 0 | 0.05 | 0.12 | 0.13 | 37.78 | 0.28 | 0.81 |
| Hex | DD | D3 | C2 | 0 | 5 | C | D | 26 | 1C | 51 |
| Octal | 335 | 323 | 302 | 0 | 5 | 14 | 15 | 46 | 34 | 121 |
| Binary | 11011101 | 11010011 | 11000010 | 0 | 101 | 1100 | 1101 | 100110 | 11100 | 1010001 |
Color Harmonies of #DDD3C2
Complementary color
Monochromatic Colors of #DDD3C2
Black with #DDD3C2
Text Example
Text Example
White with #DDD3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3C2; }
p { color: rgb(221,211,194); }
H1.HeaderClassName
{
color: #DDD3C2;
}
.AnyTagClassName
{
color: #DDD3C2;
}
</style>
background-color css
<style>
a { background-color: #DDD3C2; }
a { background-color: rgb(221,211,194); }
div.DivClassName
{
background-color: #DDD3C2;
}
.BgClassName
{
background-color: #DDD3C2;
}
</style>
border-color css
<style>
span { border-color: #DDD3C2; }
span { border-color: rgb(221,211,194); }
td.TdClassName
{
border-color: #DDD3C2;
}
.TagClassName
{
border-color: #DDD3C2;
}
</style>