Shades of Prim #DDD7D9
Tints of Prim #DDD7D9
RGB
CMYK
RGB Variations
Color information
#DDD7D9 (or 0xDDD7D9) is known color: Prim. HEX triplet: DD, D7 and D9. RGB value is (221,215,217). Sum of RGB (Red+Green+Blue) = 221+215+217=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7D9 is #222826. Grayscale: #D9D9D9. Windows color (decimal): -2238503 or 14276573. OLE color: 14276573.
HSL color Cylindrical-coordinate representation of color #DDD7D9: hue angle of 340º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDD7D9 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 215 | 217 | - |
CMYK | 0 | 0.03 | 0.02 | 0.13 |
HSL | 340º | 0.08% | 0.85% | - |
HSV(B) | 340º | 0.03% | 0.87% | - |
XYZ | 66.64 | 68.98 | 75.45 | - |
YUV | 217.02 | 127.99 | 130.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 215 | 217 | 0 | 0.03 | 0.02 | 0.13 | 340 | 0.08 | 0.85 |
Hex | DD | D7 | D9 | 0 | 3 | 2 | D | 154 | 8 | 55 |
Octal | 335 | 327 | 331 | 0 | 3 | 2 | 15 | 524 | 10 | 125 |
Binary | 11011101 | 11010111 | 11011001 | 0 | 11 | 10 | 1101 | 101010100 | 1000 | 1010101 |
Color Harmonies of #DDD7D9
Complementary color
Monochromatic Colors of #DDD7D9
Black with #DDD7D9
Text Example
Text Example
White with #DDD7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7D9; }
p { color: rgb(221,215,217); }
H1.HeaderClassName
{
color: #DDD7D9;
}
.AnyTagClassName
{
color: #DDD7D9;
}
</style>
background-color css
<style>
a { background-color: #DDD7D9; }
a { background-color: rgb(221,215,217); }
div.DivClassName
{
background-color: #DDD7D9;
}
.BgClassName
{
background-color: #DDD7D9;
}
</style>
border-color css
<style>
span { border-color: #DDD7D9; }
span { border-color: rgb(221,215,217); }
td.TdClassName
{
border-color: #DDD7D9;
}
.TagClassName
{
border-color: #DDD7D9;
}
</style>