Shades of Prim #E3D2DD
Tints of Prim #E3D2DD
RGB
CMYK
RGB Variations
Color information
#E3D2DD (or 0xE3D2DD) is known color: Prim. HEX triplet: E3, D2 and DD. RGB value is (227,210,221). Sum of RGB (Red+Green+Blue) = 227+210+221=658 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.50% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D2DD is #1C2D22. Grayscale: #D8D8D8. Windows color (decimal): -1846563 or 14537443. OLE color: 14537443.
HSL color Cylindrical-coordinate representation of color #E3D2DD: hue angle of 321.18º 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 #E3D2DD is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 210 | 221 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.11 |
| HSL | 321.18º | 0.23% | 0.86% | - |
| HSV(B) | 321.18º | 0.07% | 0.89% | - |
| XYZ | 67.78 | 67.64 | 77.89 | - |
| YUV | 216.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 210 | 221 | 0 | 0.07 | 0.03 | 0.11 | 321.18 | 0.23 | 0.86 |
| Hex | E3 | D2 | DD | 0 | 7 | 3 | B | 141 | 17 | 56 |
| Octal | 343 | 322 | 335 | 0 | 7 | 3 | 13 | 501 | 27 | 126 |
| Binary | 11100011 | 11010010 | 11011101 | 0 | 111 | 11 | 1011 | 101000001 | 10111 | 1010110 |
Color Harmonies of #E3D2DD
Complementary color
Monochromatic Colors of #E3D2DD
Black with #E3D2DD
Text Example
Text Example
White with #E3D2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D2DD; }
p { color: rgb(227,210,221); }
H1.HeaderClassName
{
color: #E3D2DD;
}
.AnyTagClassName
{
color: #E3D2DD;
}
</style>
background-color css
<style>
a { background-color: #E3D2DD; }
a { background-color: rgb(227,210,221); }
div.DivClassName
{
background-color: #E3D2DD;
}
.BgClassName
{
background-color: #E3D2DD;
}
</style>
border-color css
<style>
span { border-color: #E3D2DD; }
span { border-color: rgb(227,210,221); }
td.TdClassName
{
border-color: #E3D2DD;
}
.TagClassName
{
border-color: #E3D2DD;
}
</style>