Shades of Prim #DED6DB
Tints of Prim #DED6DB
RGB
CMYK
RGB Variations
Color information
#DED6DB (or 0xDED6DB) is known color: Prim. HEX triplet: DE, D6 and DB. RGB value is (222,214,219). Sum of RGB (Red+Green+Blue) = 222+214+219=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6DB is #212924. Grayscale: #D8D8D8. Windows color (decimal): -2173221 or 14407390. OLE color: 14407390.
HSL color Cylindrical-coordinate representation of color #DED6DB: hue angle of 322.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 #DED6DB is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 214 | 219 | - |
CMYK | 0 | 0.04 | 0.01 | 0.13 |
HSL | 322.5º | 0.11% | 0.85% | - |
HSV(B) | 322.5º | 0.04% | 0.87% | - |
XYZ | 66.96 | 68.74 | 76.76 | - |
YUV | 216.96 | 129.15 | 131.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 214 | 219 | 0 | 0.04 | 0.01 | 0.13 | 322.5 | 0.11 | 0.85 |
Hex | DE | D6 | DB | 0 | 4 | 1 | D | 142 | B | 55 |
Octal | 336 | 326 | 333 | 0 | 4 | 1 | 15 | 502 | 13 | 125 |
Binary | 11011110 | 11010110 | 11011011 | 0 | 100 | 1 | 1101 | 101000010 | 1011 | 1010101 |
Color Harmonies of #DED6DB
Complementary color
Monochromatic Colors of #DED6DB
Black with #DED6DB
Text Example
Text Example
White with #DED6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED6DB; }
p { color: rgb(222,214,219); }
H1.HeaderClassName
{
color: #DED6DB;
}
.AnyTagClassName
{
color: #DED6DB;
}
</style>
background-color css
<style>
a { background-color: #DED6DB; }
a { background-color: rgb(222,214,219); }
div.DivClassName
{
background-color: #DED6DB;
}
.BgClassName
{
background-color: #DED6DB;
}
</style>
border-color css
<style>
span { border-color: #DED6DB; }
span { border-color: rgb(222,214,219); }
td.TdClassName
{
border-color: #DED6DB;
}
.TagClassName
{
border-color: #DED6DB;
}
</style>