Shades of Prim #DDD6D8
Tints of Prim #DDD6D8
RGB
CMYK
RGB Variations
Color information
#DDD6D8 (or 0xDDD6D8) is known color: Prim. HEX triplet: DD, D6 and D8. RGB value is (221,214,216). Sum of RGB (Red+Green+Blue) = 221+214+216=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 216 (84.77% from 255 or 33.18% from 651); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6D8 is #222927. Grayscale: #D8D8D8. Windows color (decimal): -2238760 or 14210781. OLE color: 14210781.
HSL color Cylindrical-coordinate representation of color #DDD6D8: hue angle of 342.86º 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 #DDD6D8 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 214 | 216 | - |
CMYK | 0 | 0.03 | 0.02 | 0.13 |
HSL | 342.86º | 0.09% | 0.85% | - |
HSV(B) | 342.86º | 0.03% | 0.87% | - |
XYZ | 66.26 | 68.42 | 74.68 | - |
YUV | 216.32 | 127.82 | 131.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 214 | 216 | 0 | 0.03 | 0.02 | 0.13 | 342.86 | 0.09 | 0.85 |
Hex | DD | D6 | D8 | 0 | 3 | 2 | D | 157 | 9 | 55 |
Octal | 335 | 326 | 330 | 0 | 3 | 2 | 15 | 527 | 11 | 125 |
Binary | 11011101 | 11010110 | 11011000 | 0 | 11 | 10 | 1101 | 101010111 | 1001 | 1010101 |
Color Harmonies of #DDD6D8
Complementary color
Monochromatic Colors of #DDD6D8
Black with #DDD6D8
Text Example
Text Example
White with #DDD6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6D8; }
p { color: rgb(221,214,216); }
H1.HeaderClassName
{
color: #DDD6D8;
}
.AnyTagClassName
{
color: #DDD6D8;
}
</style>
background-color css
<style>
a { background-color: #DDD6D8; }
a { background-color: rgb(221,214,216); }
div.DivClassName
{
background-color: #DDD6D8;
}
.BgClassName
{
background-color: #DDD6D8;
}
</style>
border-color css
<style>
span { border-color: #DDD6D8; }
span { border-color: rgb(221,214,216); }
td.TdClassName
{
border-color: #DDD6D8;
}
.TagClassName
{
border-color: #DDD6D8;
}
</style>