Shades of Blanc #DDD2C2
Tints of Blanc #DDD2C2
RGB
CMYK
RGB Variations
Color information
#DDD2C2 (or 0xDDD2C2) is known color: Blanc. HEX triplet: DD, D2 and C2. RGB value is (221,210,194). Sum of RGB (Red+Green+Blue) = 221+210+194=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2C2 is #222D3D. Grayscale: #D3D3D3. Windows color (decimal): -2239806 or 12767965. OLE color: 12767965.
HSL color Cylindrical-coordinate representation of color #DDD2C2: hue angle of 35.56º 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 #DDD2C2 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 194 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.13 |
| HSL | 35.56º | 0.28% | 0.81% | - |
| HSV(B) | 35.56º | 0.12% | 0.87% | - |
| XYZ | 62.6 | 65.36 | 60.36 | - |
| YUV | 211.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 194 | 0 | 0.05 | 0.12 | 0.13 | 35.56 | 0.28 | 0.81 |
| Hex | DD | D2 | C2 | 0 | 5 | C | D | 24 | 1C | 51 |
| Octal | 335 | 322 | 302 | 0 | 5 | 14 | 15 | 44 | 34 | 121 |
| Binary | 11011101 | 11010010 | 11000010 | 0 | 101 | 1100 | 1101 | 100100 | 11100 | 1010001 |
Color Harmonies of #DDD2C2
Complementary color
Monochromatic Colors of #DDD2C2
Black with #DDD2C2
Text Example
Text Example
White with #DDD2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2C2; }
p { color: rgb(221,210,194); }
H1.HeaderClassName
{
color: #DDD2C2;
}
.AnyTagClassName
{
color: #DDD2C2;
}
</style>
background-color css
<style>
a { background-color: #DDD2C2; }
a { background-color: rgb(221,210,194); }
div.DivClassName
{
background-color: #DDD2C2;
}
.BgClassName
{
background-color: #DDD2C2;
}
</style>
border-color css
<style>
span { border-color: #DDD2C2; }
span { border-color: rgb(221,210,194); }
td.TdClassName
{
border-color: #DDD2C2;
}
.TagClassName
{
border-color: #DDD2C2;
}
</style>