Shades of Prim #E4D0DE
Tints of Prim #E4D0DE
RGB
CMYK
RGB Variations
Color information
#E4D0DE (or 0xE4D0DE) is known color: Prim. HEX triplet: E4, D0 and DE. RGB value is (228,208,222). Sum of RGB (Red+Green+Blue) = 228+208+222=658 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.65% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D0DE is #1B2F21. Grayscale: #D7D7D7. Windows color (decimal): -1781538 or 14602468. OLE color: 14602468.
HSL color Cylindrical-coordinate representation of color #E4D0DE: hue angle of 318º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E4D0DE is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 208 | 222 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.11 |
| HSL | 318º | 0.27% | 0.85% | - |
| HSV(B) | 318º | 0.09% | 0.89% | - |
| XYZ | 67.74 | 66.88 | 78.45 | - |
| YUV | 215.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 208 | 222 | 0 | 0.09 | 0.03 | 0.11 | 318 | 0.27 | 0.85 |
| Hex | E4 | D0 | DE | 0 | 9 | 3 | B | 13E | 1B | 55 |
| Octal | 344 | 320 | 336 | 0 | 11 | 3 | 13 | 476 | 33 | 125 |
| Binary | 11100100 | 11010000 | 11011110 | 0 | 1001 | 11 | 1011 | 100111110 | 11011 | 1010101 |
Color Harmonies of #E4D0DE
Complementary color
Monochromatic Colors of #E4D0DE
Black with #E4D0DE
Text Example
Text Example
White with #E4D0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D0DE; }
p { color: rgb(228,208,222); }
H1.HeaderClassName
{
color: #E4D0DE;
}
.AnyTagClassName
{
color: #E4D0DE;
}
</style>
background-color css
<style>
a { background-color: #E4D0DE; }
a { background-color: rgb(228,208,222); }
div.DivClassName
{
background-color: #E4D0DE;
}
.BgClassName
{
background-color: #E4D0DE;
}
</style>
border-color css
<style>
span { border-color: #E4D0DE; }
span { border-color: rgb(228,208,222); }
td.TdClassName
{
border-color: #E4D0DE;
}
.TagClassName
{
border-color: #E4D0DE;
}
</style>