Shades of Prim #E2D2DD
Tints of Prim #E2D2DD
RGB
CMYK
RGB Variations
Color information
#E2D2DD (or 0xE2D2DD) is known color: Prim. HEX triplet: E2, D2 and DD. RGB value is (226,210,221). Sum of RGB (Red+Green+Blue) = 226+210+221=657 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.40% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D2DD is #1D2D22. Grayscale: #D8D8D8. Windows color (decimal): -1912099 or 14537442. OLE color: 14537442.
HSL color Cylindrical-coordinate representation of color #E2D2DD: hue angle of 318.75º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2D2DD is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 210 | 221 | - |
CMYK | 0 | 0.07 | 0.02 | 0.11 |
HSL | 318.75º | 0.22% | 0.85% | - |
HSV(B) | 318.75º | 0.07% | 0.89% | - |
XYZ | 67.46 | 67.48 | 77.88 | - |
YUV | 216.04 | 130.8 | 135.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 210 | 221 | 0 | 0.07 | 0.02 | 0.11 | 318.75 | 0.22 | 0.85 |
Hex | E2 | D2 | DD | 0 | 7 | 2 | B | 13F | 16 | 55 |
Octal | 342 | 322 | 335 | 0 | 7 | 2 | 13 | 477 | 26 | 125 |
Binary | 11100010 | 11010010 | 11011101 | 0 | 111 | 10 | 1011 | 100111111 | 10110 | 1010101 |
Color Harmonies of #E2D2DD
Complementary color
Monochromatic Colors of #E2D2DD
Black with #E2D2DD
Text Example
Text Example
White with #E2D2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D2DD; }
p { color: rgb(226,210,221); }
H1.HeaderClassName
{
color: #E2D2DD;
}
.AnyTagClassName
{
color: #E2D2DD;
}
</style>
background-color css
<style>
a { background-color: #E2D2DD; }
a { background-color: rgb(226,210,221); }
div.DivClassName
{
background-color: #E2D2DD;
}
.BgClassName
{
background-color: #E2D2DD;
}
</style>
border-color css
<style>
span { border-color: #E2D2DD; }
span { border-color: rgb(226,210,221); }
td.TdClassName
{
border-color: #E2D2DD;
}
.TagClassName
{
border-color: #E2D2DD;
}
</style>