Shades of Prim #DED5DB
Tints of Prim #DED5DB
RGB
CMYK
RGB Variations
Color information
#DED5DB (or 0xDED5DB) is known color: Prim. HEX triplet: DE, D5 and DB. RGB value is (222,213,219). Sum of RGB (Red+Green+Blue) = 222+213+219=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5DB is #212A24. Grayscale: #D8D8D8. Windows color (decimal): -2173477 or 14407134. OLE color: 14407134.
HSL color Cylindrical-coordinate representation of color #DED5DB: hue angle of 320º degrees, saturation: 0.12, 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 #DED5DB is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 213 | 219 | - |
CMYK | 0 | 0.04 | 0.01 | 0.13 |
HSL | 320º | 0.12% | 0.85% | - |
HSV(B) | 320º | 0.04% | 0.87% | - |
XYZ | 66.7 | 68.23 | 76.67 | - |
YUV | 216.38 | 129.48 | 132.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 213 | 219 | 0 | 0.04 | 0.01 | 0.13 | 320 | 0.12 | 0.85 |
Hex | DE | D5 | DB | 0 | 4 | 1 | D | 140 | C | 55 |
Octal | 336 | 325 | 333 | 0 | 4 | 1 | 15 | 500 | 14 | 125 |
Binary | 11011110 | 11010101 | 11011011 | 0 | 100 | 1 | 1101 | 101000000 | 1100 | 1010101 |
Color Harmonies of #DED5DB
Complementary color
Monochromatic Colors of #DED5DB
Black with #DED5DB
Text Example
Text Example
White with #DED5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED5DB; }
p { color: rgb(222,213,219); }
H1.HeaderClassName
{
color: #DED5DB;
}
.AnyTagClassName
{
color: #DED5DB;
}
</style>
background-color css
<style>
a { background-color: #DED5DB; }
a { background-color: rgb(222,213,219); }
div.DivClassName
{
background-color: #DED5DB;
}
.BgClassName
{
background-color: #DED5DB;
}
</style>
border-color css
<style>
span { border-color: #DED5DB; }
span { border-color: rgb(222,213,219); }
td.TdClassName
{
border-color: #DED5DB;
}
.TagClassName
{
border-color: #DED5DB;
}
</style>