Shades of Blanc #DDD4C7
Tints of Blanc #DDD4C7
RGB
CMYK
RGB Variations
Color information
#DDD4C7 (or 0xDDD4C7) is known color: Blanc. HEX triplet: DD, D4 and C7. RGB value is (221,212,199). Sum of RGB (Red+Green+Blue) = 221+212+199=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4C7 is #222B38. Grayscale: #D5D5D5. Windows color (decimal): -2239289 or 13096157. OLE color: 13096157.
HSL color Cylindrical-coordinate representation of color #DDD4C7: hue angle of 35.45º degrees, saturation: 0.24, 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 #DDD4C7 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 199 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.13 |
| HSL | 35.45º | 0.24% | 0.82% | - |
| HSV(B) | 35.45º | 0.1% | 0.87% | - |
| XYZ | 63.67 | 66.58 | 63.53 | - |
| YUV | 213.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 199 | 0 | 0.04 | 0.10 | 0.13 | 35.45 | 0.24 | 0.82 |
| Hex | DD | D4 | C7 | 0 | 4 | A | D | 23 | 18 | 52 |
| Octal | 335 | 324 | 307 | 0 | 4 | 12 | 15 | 43 | 30 | 122 |
| Binary | 11011101 | 11010100 | 11000111 | 0 | 100 | 1010 | 1101 | 100011 | 11000 | 1010010 |
Color Harmonies of #DDD4C7
Complementary color
Monochromatic Colors of #DDD4C7
Black with #DDD4C7
Text Example
Text Example
White with #DDD4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4C7; }
p { color: rgb(221,212,199); }
H1.HeaderClassName
{
color: #DDD4C7;
}
.AnyTagClassName
{
color: #DDD4C7;
}
</style>
background-color css
<style>
a { background-color: #DDD4C7; }
a { background-color: rgb(221,212,199); }
div.DivClassName
{
background-color: #DDD4C7;
}
.BgClassName
{
background-color: #DDD4C7;
}
</style>
border-color css
<style>
span { border-color: #DDD4C7; }
span { border-color: rgb(221,212,199); }
td.TdClassName
{
border-color: #DDD4C7;
}
.TagClassName
{
border-color: #DDD4C7;
}
</style>