Shades of Prim #DDD2D9
Tints of Prim #DDD2D9
RGB
CMYK
RGB Variations
Color information
#DDD2D9 (or 0xDDD2D9) is known color: Prim. HEX triplet: DD, D2 and D9. RGB value is (221,210,217). Sum of RGB (Red+Green+Blue) = 221+210+217=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2D9 is #222D26. Grayscale: #D6D6D6. Windows color (decimal): -2239783 or 14275293. OLE color: 14275293.
HSL color Cylindrical-coordinate representation of color #DDD2D9: hue angle of 321.82º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDD2D9 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 210 | 217 | - |
CMYK | 0 | 0.05 | 0.02 | 0.13 |
HSL | 321.82º | 0.14% | 0.85% | - |
HSV(B) | 321.82º | 0.05% | 0.87% | - |
XYZ | 65.39 | 66.48 | 75.03 | - |
YUV | 214.09 | 129.64 | 132.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 210 | 217 | 0 | 0.05 | 0.02 | 0.13 | 321.82 | 0.14 | 0.85 |
Hex | DD | D2 | D9 | 0 | 5 | 2 | D | 142 | E | 55 |
Octal | 335 | 322 | 331 | 0 | 5 | 2 | 15 | 502 | 16 | 125 |
Binary | 11011101 | 11010010 | 11011001 | 0 | 101 | 10 | 1101 | 101000010 | 1110 | 1010101 |
Color Harmonies of #DDD2D9
Complementary color
Monochromatic Colors of #DDD2D9
Black with #DDD2D9
Text Example
Text Example
White with #DDD2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2D9; }
p { color: rgb(221,210,217); }
H1.HeaderClassName
{
color: #DDD2D9;
}
.AnyTagClassName
{
color: #DDD2D9;
}
</style>
background-color css
<style>
a { background-color: #DDD2D9; }
a { background-color: rgb(221,210,217); }
div.DivClassName
{
background-color: #DDD2D9;
}
.BgClassName
{
background-color: #DDD2D9;
}
</style>
border-color css
<style>
span { border-color: #DDD2D9; }
span { border-color: rgb(221,210,217); }
td.TdClassName
{
border-color: #DDD2D9;
}
.TagClassName
{
border-color: #DDD2D9;
}
</style>