Shades of Blanc #DDD4C6
Tints of Blanc #DDD4C6
RGB
CMYK
RGB Variations
Color information
#DDD4C6 (or 0xDDD4C6) is known color: Blanc. HEX triplet: DD, D4 and C6. RGB value is (221,212,198). Sum of RGB (Red+Green+Blue) = 221+212+198=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4C6 is #222B39. Grayscale: #D5D5D5. Windows color (decimal): -2239290 or 13030621. OLE color: 13030621.
HSL color Cylindrical-coordinate representation of color #DDD4C6: hue angle of 36.52º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD4C6 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 212 | 198 | - |
CMYK | 0 | 0.04 | 0.10 | 0.13 |
HSL | 36.52º | 0.25% | 0.82% | - |
HSV(B) | 36.52º | 0.1% | 0.87% | - |
XYZ | 63.56 | 66.54 | 62.92 | - |
YUV | 213.1 | 119.48 | 133.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 212 | 198 | 0 | 0.04 | 0.10 | 0.13 | 36.52 | 0.25 | 0.82 |
Hex | DD | D4 | C6 | 0 | 4 | A | D | 25 | 19 | 52 |
Octal | 335 | 324 | 306 | 0 | 4 | 12 | 15 | 45 | 31 | 122 |
Binary | 11011101 | 11010100 | 11000110 | 0 | 100 | 1010 | 1101 | 100101 | 11001 | 1010010 |
Color Harmonies of #DDD4C6
Complementary color
Monochromatic Colors of #DDD4C6
Black with #DDD4C6
Text Example
Text Example
White with #DDD4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4C6; }
p { color: rgb(221,212,198); }
H1.HeaderClassName
{
color: #DDD4C6;
}
.AnyTagClassName
{
color: #DDD4C6;
}
</style>
background-color css
<style>
a { background-color: #DDD4C6; }
a { background-color: rgb(221,212,198); }
div.DivClassName
{
background-color: #DDD4C6;
}
.BgClassName
{
background-color: #DDD4C6;
}
</style>
border-color css
<style>
span { border-color: #DDD4C6; }
span { border-color: rgb(221,212,198); }
td.TdClassName
{
border-color: #DDD4C6;
}
.TagClassName
{
border-color: #DDD4C6;
}
</style>