Shades of Prim #DDD1D6
Tints of Prim #DDD1D6
RGB
CMYK
RGB Variations
Color information
#DDD1D6 (or 0xDDD1D6) is known color: Prim. HEX triplet: DD, D1 and D6. RGB value is (221,209,214). Sum of RGB (Red+Green+Blue) = 221+209+214=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 209 (82.03% from 255 or 32.45% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1D6 is #222E29. Grayscale: #D5D5D5. Windows color (decimal): -2240042 or 14078429. OLE color: 14078429.
HSL color Cylindrical-coordinate representation of color #DDD1D6: hue angle of 335º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDD1D6 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 209 | 214 | - |
CMYK | 0 | 0.05 | 0.03 | 0.13 |
HSL | 335º | 0.15% | 0.84% | - |
HSV(B) | 335º | 0.05% | 0.87% | - |
XYZ | 64.76 | 65.83 | 72.91 | - |
YUV | 213.16 | 128.48 | 133.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 209 | 214 | 0 | 0.05 | 0.03 | 0.13 | 335 | 0.15 | 0.84 |
Hex | DD | D1 | D6 | 0 | 5 | 3 | D | 14F | F | 54 |
Octal | 335 | 321 | 326 | 0 | 5 | 3 | 15 | 517 | 17 | 124 |
Binary | 11011101 | 11010001 | 11010110 | 0 | 101 | 11 | 1101 | 101001111 | 1111 | 1010100 |
Color Harmonies of #DDD1D6
Complementary color
Monochromatic Colors of #DDD1D6
Black with #DDD1D6
Text Example
Text Example
White with #DDD1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1D6; }
p { color: rgb(221,209,214); }
H1.HeaderClassName
{
color: #DDD1D6;
}
.AnyTagClassName
{
color: #DDD1D6;
}
</style>
background-color css
<style>
a { background-color: #DDD1D6; }
a { background-color: rgb(221,209,214); }
div.DivClassName
{
background-color: #DDD1D6;
}
.BgClassName
{
background-color: #DDD1D6;
}
</style>
border-color css
<style>
span { border-color: #DDD1D6; }
span { border-color: rgb(221,209,214); }
td.TdClassName
{
border-color: #DDD1D6;
}
.TagClassName
{
border-color: #DDD1D6;
}
</style>