Shades of Prim #DDD6D9
Tints of Prim #DDD6D9
RGB
CMYK
RGB Variations
Color information
#DDD6D9 (or 0xDDD6D9) is known color: Prim. HEX triplet: DD, D6 and D9. RGB value is (221,214,217). Sum of RGB (Red+Green+Blue) = 221+214+217=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 214 (83.98% from 255 or 32.82% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6D9 is #222926. Grayscale: #D8D8D8. Windows color (decimal): -2238759 or 14276317. OLE color: 14276317.
HSL color Cylindrical-coordinate representation of color #DDD6D9: hue angle of 334.29º degrees, saturation: 0.09, 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 #DDD6D9 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 214 | 217 | - |
CMYK | 0 | 0.03 | 0.02 | 0.13 |
HSL | 334.29º | 0.09% | 0.85% | - |
HSV(B) | 334.29º | 0.03% | 0.87% | - |
XYZ | 66.39 | 68.48 | 75.36 | - |
YUV | 216.44 | 128.32 | 131.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 214 | 217 | 0 | 0.03 | 0.02 | 0.13 | 334.29 | 0.09 | 0.85 |
Hex | DD | D6 | D9 | 0 | 3 | 2 | D | 14E | 9 | 55 |
Octal | 335 | 326 | 331 | 0 | 3 | 2 | 15 | 516 | 11 | 125 |
Binary | 11011101 | 11010110 | 11011001 | 0 | 11 | 10 | 1101 | 101001110 | 1001 | 1010101 |
Color Harmonies of #DDD6D9
Complementary color
Monochromatic Colors of #DDD6D9
Black with #DDD6D9
Text Example
Text Example
White with #DDD6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6D9; }
p { color: rgb(221,214,217); }
H1.HeaderClassName
{
color: #DDD6D9;
}
.AnyTagClassName
{
color: #DDD6D9;
}
</style>
background-color css
<style>
a { background-color: #DDD6D9; }
a { background-color: rgb(221,214,217); }
div.DivClassName
{
background-color: #DDD6D9;
}
.BgClassName
{
background-color: #DDD6D9;
}
</style>
border-color css
<style>
span { border-color: #DDD6D9; }
span { border-color: rgb(221,214,217); }
td.TdClassName
{
border-color: #DDD6D9;
}
.TagClassName
{
border-color: #DDD6D9;
}
</style>