Shades of Prim #DDD0D7
Tints of Prim #DDD0D7
RGB
CMYK
RGB Variations
Color information
#DDD0D7 (or 0xDDD0D7) is known color: Prim. HEX triplet: DD, D0 and D7. RGB value is (221,208,215). Sum of RGB (Red+Green+Blue) = 221+208+215=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0D7 is #222F28. Grayscale: #D4D4D4. Windows color (decimal): -2240297 or 14143709. OLE color: 14143709.
HSL color Cylindrical-coordinate representation of color #DDD0D7: hue angle of 327.69º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD0D7 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 215 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.13 |
| HSL | 327.69º | 0.16% | 0.84% | - |
| HSV(B) | 327.69º | 0.06% | 0.87% | - |
| XYZ | 64.64 | 65.39 | 73.5 | - |
| YUV | 212.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 215 | 0 | 0.06 | 0.03 | 0.13 | 327.69 | 0.16 | 0.84 |
| Hex | DD | D0 | D7 | 0 | 6 | 3 | D | 148 | 10 | 54 |
| Octal | 335 | 320 | 327 | 0 | 6 | 3 | 15 | 510 | 20 | 124 |
| Binary | 11011101 | 11010000 | 11010111 | 0 | 110 | 11 | 1101 | 101001000 | 10000 | 1010100 |
Color Harmonies of #DDD0D7
Complementary color
Monochromatic Colors of #DDD0D7
Black with #DDD0D7
Text Example
Text Example
White with #DDD0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0D7; }
p { color: rgb(221,208,215); }
H1.HeaderClassName
{
color: #DDD0D7;
}
.AnyTagClassName
{
color: #DDD0D7;
}
</style>
background-color css
<style>
a { background-color: #DDD0D7; }
a { background-color: rgb(221,208,215); }
div.DivClassName
{
background-color: #DDD0D7;
}
.BgClassName
{
background-color: #DDD0D7;
}
</style>
border-color css
<style>
span { border-color: #DDD0D7; }
span { border-color: rgb(221,208,215); }
td.TdClassName
{
border-color: #DDD0D7;
}
.TagClassName
{
border-color: #DDD0D7;
}
</style>