Shades of Prim #E3D2D9
Tints of Prim #E3D2D9
RGB
CMYK
RGB Variations
Color information
#E3D2D9 (or 0xE3D2D9) is known color: Prim. HEX triplet: E3, D2 and D9. RGB value is (227,210,217). Sum of RGB (Red+Green+Blue) = 227+210+217=654 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.71% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D2D9 is #1C2D26. Grayscale: #D7D7D7. Windows color (decimal): -1846567 or 14275299. OLE color: 14275299.
HSL color Cylindrical-coordinate representation of color #E3D2D9: hue angle of 335.29º degrees, saturation: 0.23, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E3D2D9 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 210 | 217 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.11 |
| HSL | 335.29º | 0.23% | 0.86% | - |
| HSV(B) | 335.29º | 0.07% | 0.89% | - |
| XYZ | 67.25 | 67.43 | 75.12 | - |
| YUV | 215.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 210 | 217 | 0 | 0.07 | 0.04 | 0.11 | 335.29 | 0.23 | 0.86 |
| Hex | E3 | D2 | D9 | 0 | 7 | 4 | B | 14F | 17 | 56 |
| Octal | 343 | 322 | 331 | 0 | 7 | 4 | 13 | 517 | 27 | 126 |
| Binary | 11100011 | 11010010 | 11011001 | 0 | 111 | 100 | 1011 | 101001111 | 10111 | 1010110 |
Color Harmonies of #E3D2D9
Complementary color
Monochromatic Colors of #E3D2D9
Black with #E3D2D9
Text Example
Text Example
White with #E3D2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D2D9; }
p { color: rgb(227,210,217); }
H1.HeaderClassName
{
color: #E3D2D9;
}
.AnyTagClassName
{
color: #E3D2D9;
}
</style>
background-color css
<style>
a { background-color: #E3D2D9; }
a { background-color: rgb(227,210,217); }
div.DivClassName
{
background-color: #E3D2D9;
}
.BgClassName
{
background-color: #E3D2D9;
}
</style>
border-color css
<style>
span { border-color: #E3D2D9; }
span { border-color: rgb(227,210,217); }
td.TdClassName
{
border-color: #E3D2D9;
}
.TagClassName
{
border-color: #E3D2D9;
}
</style>