Shades of Prim #E3D3DD
Tints of Prim #E3D3DD
RGB
CMYK
RGB Variations
Color information
#E3D3DD (or 0xE3D3DD) is known color: Prim. HEX triplet: E3, D3 and DD. RGB value is (227,211,221). Sum of RGB (Red+Green+Blue) = 227+211+221=659 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.45% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D3DD is #1C2C22. Grayscale: #D8D8D8. Windows color (decimal): -1846307 or 14537699. OLE color: 14537699.
HSL color Cylindrical-coordinate representation of color #E3D3DD: hue angle of 322.5º degrees, saturation: 0.22, 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 #E3D3DD is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 211 | 221 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.11 |
| HSL | 322.5º | 0.22% | 0.86% | - |
| HSV(B) | 322.5º | 0.07% | 0.89% | - |
| XYZ | 68.02 | 68.14 | 77.97 | - |
| YUV | 216.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 211 | 221 | 0 | 0.07 | 0.03 | 0.11 | 322.5 | 0.22 | 0.86 |
| Hex | E3 | D3 | DD | 0 | 7 | 3 | B | 142 | 16 | 56 |
| Octal | 343 | 323 | 335 | 0 | 7 | 3 | 13 | 502 | 26 | 126 |
| Binary | 11100011 | 11010011 | 11011101 | 0 | 111 | 11 | 1011 | 101000010 | 10110 | 1010110 |
Color Harmonies of #E3D3DD
Complementary color
Monochromatic Colors of #E3D3DD
Black with #E3D3DD
Text Example
Text Example
White with #E3D3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D3DD; }
p { color: rgb(227,211,221); }
H1.HeaderClassName
{
color: #E3D3DD;
}
.AnyTagClassName
{
color: #E3D3DD;
}
</style>
background-color css
<style>
a { background-color: #E3D3DD; }
a { background-color: rgb(227,211,221); }
div.DivClassName
{
background-color: #E3D3DD;
}
.BgClassName
{
background-color: #E3D3DD;
}
</style>
border-color css
<style>
span { border-color: #E3D3DD; }
span { border-color: rgb(227,211,221); }
td.TdClassName
{
border-color: #E3D3DD;
}
.TagClassName
{
border-color: #E3D3DD;
}
</style>