Shades of Prim #DED5DA
Tints of Prim #DED5DA
RGB
CMYK
RGB Variations
Color information
#DED5DA (or 0xDED5DA) is known color: Prim. HEX triplet: DE, D5 and DA. RGB value is (222,213,218). Sum of RGB (Red+Green+Blue) = 222+213+218=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5DA is #212A25. Grayscale: #D8D8D8. Windows color (decimal): -2173478 or 14341598. OLE color: 14341598.
HSL color Cylindrical-coordinate representation of color #DED5DA: hue angle of 326.67º 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 #DED5DA is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 213 | 218 | - |
CMYK | 0 | 0.04 | 0.02 | 0.13 |
HSL | 326.67º | 0.12% | 0.85% | - |
HSV(B) | 326.67º | 0.04% | 0.87% | - |
XYZ | 66.57 | 68.18 | 75.98 | - |
YUV | 216.26 | 128.98 | 132.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 213 | 218 | 0 | 0.04 | 0.02 | 0.13 | 326.67 | 0.12 | 0.85 |
Hex | DE | D5 | DA | 0 | 4 | 2 | D | 147 | C | 55 |
Octal | 336 | 325 | 332 | 0 | 4 | 2 | 15 | 507 | 14 | 125 |
Binary | 11011110 | 11010101 | 11011010 | 0 | 100 | 10 | 1101 | 101000111 | 1100 | 1010101 |
Color Harmonies of #DED5DA
Complementary color
Monochromatic Colors of #DED5DA
Black with #DED5DA
Text Example
Text Example
White with #DED5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED5DA; }
p { color: rgb(222,213,218); }
H1.HeaderClassName
{
color: #DED5DA;
}
.AnyTagClassName
{
color: #DED5DA;
}
</style>
background-color css
<style>
a { background-color: #DED5DA; }
a { background-color: rgb(222,213,218); }
div.DivClassName
{
background-color: #DED5DA;
}
.BgClassName
{
background-color: #DED5DA;
}
</style>
border-color css
<style>
span { border-color: #DED5DA; }
span { border-color: rgb(222,213,218); }
td.TdClassName
{
border-color: #DED5DA;
}
.TagClassName
{
border-color: #DED5DA;
}
</style>