Shades of Prim #DED4D9
Tints of Prim #DED4D9
RGB
CMYK
RGB Variations
Color information
#DED4D9 (or 0xDED4D9) is known color: Prim. HEX triplet: DE, D4 and D9. RGB value is (222,212,217). Sum of RGB (Red+Green+Blue) = 222+212+217=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED4D9 is #212B26. Grayscale: #D7D7D7. Windows color (decimal): -2173735 or 14275806. OLE color: 14275806.
HSL color Cylindrical-coordinate representation of color #DED4D9: hue angle of 330º degrees, saturation: 0.13, 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 #DED4D9 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 212 | 217 | - |
CMYK | 0 | 0.05 | 0.02 | 0.13 |
HSL | 330º | 0.13% | 0.85% | - |
HSV(B) | 330º | 0.05% | 0.87% | - |
XYZ | 66.19 | 67.63 | 75.21 | - |
YUV | 215.56 | 128.81 | 132.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 212 | 217 | 0 | 0.05 | 0.02 | 0.13 | 330 | 0.13 | 0.85 |
Hex | DE | D4 | D9 | 0 | 5 | 2 | D | 14A | D | 55 |
Octal | 336 | 324 | 331 | 0 | 5 | 2 | 15 | 512 | 15 | 125 |
Binary | 11011110 | 11010100 | 11011001 | 0 | 101 | 10 | 1101 | 101001010 | 1101 | 1010101 |
Color Harmonies of #DED4D9
Complementary color
Monochromatic Colors of #DED4D9
Black with #DED4D9
Text Example
Text Example
White with #DED4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED4D9; }
p { color: rgb(222,212,217); }
H1.HeaderClassName
{
color: #DED4D9;
}
.AnyTagClassName
{
color: #DED4D9;
}
</style>
background-color css
<style>
a { background-color: #DED4D9; }
a { background-color: rgb(222,212,217); }
div.DivClassName
{
background-color: #DED4D9;
}
.BgClassName
{
background-color: #DED4D9;
}
</style>
border-color css
<style>
span { border-color: #DED4D9; }
span { border-color: rgb(222,212,217); }
td.TdClassName
{
border-color: #DED4D9;
}
.TagClassName
{
border-color: #DED4D9;
}
</style>