Shades of Prim #E2D6DE
Tints of Prim #E2D6DE
RGB
CMYK
RGB Variations
Color information
#E2D6DE (or 0xE2D6DE) is known color: Prim. HEX triplet: E2, D6 and DE. RGB value is (226,214,222). Sum of RGB (Red+Green+Blue) = 226+214+222=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D6DE is #1D2921. Grayscale: #DADADA. Windows color (decimal): -1911074 or 14604002. OLE color: 14604002.
HSL color Cylindrical-coordinate representation of color #E2D6DE: hue angle of 320º degrees, saturation: 0.17, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2D6DE is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 222 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.11 |
| HSL | 320º | 0.17% | 0.86% | - |
| HSV(B) | 320º | 0.05% | 0.89% | - |
| XYZ | 68.6 | 69.54 | 78.91 | - |
| YUV | 218.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 222 | 0 | 0.05 | 0.02 | 0.11 | 320 | 0.17 | 0.86 |
| Hex | E2 | D6 | DE | 0 | 5 | 2 | B | 140 | 11 | 56 |
| Octal | 342 | 326 | 336 | 0 | 5 | 2 | 13 | 500 | 21 | 126 |
| Binary | 11100010 | 11010110 | 11011110 | 0 | 101 | 10 | 1011 | 101000000 | 10001 | 1010110 |
Color Harmonies of #E2D6DE
Complementary color
Monochromatic Colors of #E2D6DE
Black with #E2D6DE
Text Example
Text Example
White with #E2D6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D6DE; }
p { color: rgb(226,214,222); }
H1.HeaderClassName
{
color: #E2D6DE;
}
.AnyTagClassName
{
color: #E2D6DE;
}
</style>
background-color css
<style>
a { background-color: #E2D6DE; }
a { background-color: rgb(226,214,222); }
div.DivClassName
{
background-color: #E2D6DE;
}
.BgClassName
{
background-color: #E2D6DE;
}
</style>
border-color css
<style>
span { border-color: #E2D6DE; }
span { border-color: rgb(226,214,222); }
td.TdClassName
{
border-color: #E2D6DE;
}
.TagClassName
{
border-color: #E2D6DE;
}
</style>