Shades of Prim #E2D3D9
Tints of Prim #E2D3D9
RGB
CMYK
RGB Variations
Color information
#E2D3D9 (or 0xE2D3D9) is known color: Prim. HEX triplet: E2, D3 and D9. RGB value is (226,211,217). Sum of RGB (Red+Green+Blue) = 226+211+217=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D3D9 is #1D2C26. Grayscale: #D8D8D8. Windows color (decimal): -1911847 or 14275554. OLE color: 14275554.
HSL color Cylindrical-coordinate representation of color #E2D3D9: hue angle of 336º degrees, saturation: 0.21, 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 #E2D3D9 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 211 | 217 | - |
CMYK | 0 | 0.07 | 0.04 | 0.11 |
HSL | 336º | 0.21% | 0.86% | - |
HSV(B) | 336º | 0.07% | 0.89% | - |
XYZ | 67.18 | 67.77 | 75.19 | - |
YUV | 216.17 | 128.47 | 135.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 211 | 217 | 0 | 0.07 | 0.04 | 0.11 | 336 | 0.21 | 0.86 |
Hex | E2 | D3 | D9 | 0 | 7 | 4 | B | 150 | 15 | 56 |
Octal | 342 | 323 | 331 | 0 | 7 | 4 | 13 | 520 | 25 | 126 |
Binary | 11100010 | 11010011 | 11011001 | 0 | 111 | 100 | 1011 | 101010000 | 10101 | 1010110 |
Color Harmonies of #E2D3D9
Complementary color
Monochromatic Colors of #E2D3D9
Black with #E2D3D9
Text Example
Text Example
White with #E2D3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D3D9; }
p { color: rgb(226,211,217); }
H1.HeaderClassName
{
color: #E2D3D9;
}
.AnyTagClassName
{
color: #E2D3D9;
}
</style>
background-color css
<style>
a { background-color: #E2D3D9; }
a { background-color: rgb(226,211,217); }
div.DivClassName
{
background-color: #E2D3D9;
}
.BgClassName
{
background-color: #E2D3D9;
}
</style>
border-color css
<style>
span { border-color: #E2D3D9; }
span { border-color: rgb(226,211,217); }
td.TdClassName
{
border-color: #E2D3D9;
}
.TagClassName
{
border-color: #E2D3D9;
}
</style>