Shades of Prim #DED6D9
Tints of Prim #DED6D9
RGB
CMYK
RGB Variations
Color information
#DED6D9 (or 0xDED6D9) is known color: Prim. HEX triplet: DE, D6 and D9. RGB value is (222,214,217). Sum of RGB (Red+Green+Blue) = 222+214+217=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6D9 is #212926. Grayscale: #D8D8D8. Windows color (decimal): -2173223 or 14276318. OLE color: 14276318.
HSL color Cylindrical-coordinate representation of color #DED6D9: hue angle of 337.5º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DED6D9 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 217 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.13 |
| HSL | 337.5º | 0.11% | 0.85% | - |
| HSV(B) | 337.5º | 0.04% | 0.87% | - |
| XYZ | 66.7 | 68.63 | 75.38 | - |
| YUV | 216.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 217 | 0 | 0.04 | 0.02 | 0.13 | 337.5 | 0.11 | 0.85 |
| Hex | DE | D6 | D9 | 0 | 4 | 2 | D | 152 | B | 55 |
| Octal | 336 | 326 | 331 | 0 | 4 | 2 | 15 | 522 | 13 | 125 |
| Binary | 11011110 | 11010110 | 11011001 | 0 | 100 | 10 | 1101 | 101010010 | 1011 | 1010101 |
Color Harmonies of #DED6D9
Complementary color
Monochromatic Colors of #DED6D9
Black with #DED6D9
Text Example
Text Example
White with #DED6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED6D9; }
p { color: rgb(222,214,217); }
H1.HeaderClassName
{
color: #DED6D9;
}
.AnyTagClassName
{
color: #DED6D9;
}
</style>
background-color css
<style>
a { background-color: #DED6D9; }
a { background-color: rgb(222,214,217); }
div.DivClassName
{
background-color: #DED6D9;
}
.BgClassName
{
background-color: #DED6D9;
}
</style>
border-color css
<style>
span { border-color: #DED6D9; }
span { border-color: rgb(222,214,217); }
td.TdClassName
{
border-color: #DED6D9;
}
.TagClassName
{
border-color: #DED6D9;
}
</style>