Shades of Prim #E2D6DD
Tints of Prim #E2D6DD
RGB
CMYK
RGB Variations
Color information
#E2D6DD (or 0xE2D6DD) is known color: Prim. HEX triplet: E2, D6 and DD. RGB value is (226,214,221). Sum of RGB (Red+Green+Blue) = 226+214+221=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D6DD is #1D2922. Grayscale: #DADADA. Windows color (decimal): -1911075 or 14538466. OLE color: 14538466.
HSL color Cylindrical-coordinate representation of color #E2D6DD: hue angle of 325º 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 #E2D6DD is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 214 | 221 | - |
CMYK | 0 | 0.05 | 0.02 | 0.11 |
HSL | 325º | 0.17% | 0.86% | - |
HSV(B) | 325º | 0.05% | 0.89% | - |
XYZ | 68.46 | 69.48 | 78.21 | - |
YUV | 218.39 | 129.48 | 133.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 214 | 221 | 0 | 0.05 | 0.02 | 0.11 | 325 | 0.17 | 0.86 |
Hex | E2 | D6 | DD | 0 | 5 | 2 | B | 145 | 11 | 56 |
Octal | 342 | 326 | 335 | 0 | 5 | 2 | 13 | 505 | 21 | 126 |
Binary | 11100010 | 11010110 | 11011101 | 0 | 101 | 10 | 1011 | 101000101 | 10001 | 1010110 |
Color Harmonies of #E2D6DD
Complementary color
Monochromatic Colors of #E2D6DD
Black with #E2D6DD
Text Example
Text Example
White with #E2D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D6DD; }
p { color: rgb(226,214,221); }
H1.HeaderClassName
{
color: #E2D6DD;
}
.AnyTagClassName
{
color: #E2D6DD;
}
</style>
background-color css
<style>
a { background-color: #E2D6DD; }
a { background-color: rgb(226,214,221); }
div.DivClassName
{
background-color: #E2D6DD;
}
.BgClassName
{
background-color: #E2D6DD;
}
</style>
border-color css
<style>
span { border-color: #E2D6DD; }
span { border-color: rgb(226,214,221); }
td.TdClassName
{
border-color: #E2D6DD;
}
.TagClassName
{
border-color: #E2D6DD;
}
</style>