Shades of Prim #E3D4DE
Tints of Prim #E3D4DE
RGB
CMYK
RGB Variations
Color information
#E3D4DE (or 0xE3D4DE) is known color: Prim. HEX triplet: E3, D4 and DE. RGB value is (227,212,222). Sum of RGB (Red+Green+Blue) = 227+212+222=661 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.34% from 661); Green value is 212 (83.20% from 255 or 32.07% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D4DE is #1C2B21. Grayscale: #D9D9D9. Windows color (decimal): -1846050 or 14603491. OLE color: 14603491.
HSL color Cylindrical-coordinate representation of color #E3D4DE: hue angle of 320º 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 #E3D4DE is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 212 | 222 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.11 |
| HSL | 320º | 0.21% | 0.86% | - |
| HSV(B) | 320º | 0.07% | 0.89% | - |
| XYZ | 68.41 | 68.69 | 78.76 | - |
| YUV | 217.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 212 | 222 | 0 | 0.07 | 0.02 | 0.11 | 320 | 0.21 | 0.86 |
| Hex | E3 | D4 | DE | 0 | 7 | 2 | B | 140 | 15 | 56 |
| Octal | 343 | 324 | 336 | 0 | 7 | 2 | 13 | 500 | 25 | 126 |
| Binary | 11100011 | 11010100 | 11011110 | 0 | 111 | 10 | 1011 | 101000000 | 10101 | 1010110 |
Color Harmonies of #E3D4DE
Complementary color
Monochromatic Colors of #E3D4DE
Black with #E3D4DE
Text Example
Text Example
White with #E3D4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D4DE; }
p { color: rgb(227,212,222); }
H1.HeaderClassName
{
color: #E3D4DE;
}
.AnyTagClassName
{
color: #E3D4DE;
}
</style>
background-color css
<style>
a { background-color: #E3D4DE; }
a { background-color: rgb(227,212,222); }
div.DivClassName
{
background-color: #E3D4DE;
}
.BgClassName
{
background-color: #E3D4DE;
}
</style>
border-color css
<style>
span { border-color: #E3D4DE; }
span { border-color: rgb(227,212,222); }
td.TdClassName
{
border-color: #E3D4DE;
}
.TagClassName
{
border-color: #E3D4DE;
}
</style>