Shades of Prim #E4D2DE
Tints of Prim #E4D2DE
RGB
CMYK
RGB Variations
Color information
#E4D2DE (or 0xE4D2DE) is known color: Prim. HEX triplet: E4, D2 and DE. RGB value is (228,210,222). Sum of RGB (Red+Green+Blue) = 228+210+222=660 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.55% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D2DE is #1B2D21. Grayscale: #D8D8D8. Windows color (decimal): -1781026 or 14602980. OLE color: 14602980.
HSL color Cylindrical-coordinate representation of color #E4D2DE: hue angle of 320º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E4D2DE is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 210 | 222 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.11 |
| HSL | 320º | 0.25% | 0.86% | - |
| HSV(B) | 320º | 0.08% | 0.89% | - |
| XYZ | 68.23 | 67.86 | 78.61 | - |
| YUV | 216.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 210 | 222 | 0 | 0.08 | 0.03 | 0.11 | 320 | 0.25 | 0.86 |
| Hex | E4 | D2 | DE | 0 | 8 | 3 | B | 140 | 19 | 56 |
| Octal | 344 | 322 | 336 | 0 | 10 | 3 | 13 | 500 | 31 | 126 |
| Binary | 11100100 | 11010010 | 11011110 | 0 | 1000 | 11 | 1011 | 101000000 | 11001 | 1010110 |
Color Harmonies of #E4D2DE
Complementary color
Monochromatic Colors of #E4D2DE
Black with #E4D2DE
Text Example
Text Example
White with #E4D2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D2DE; }
p { color: rgb(228,210,222); }
H1.HeaderClassName
{
color: #E4D2DE;
}
.AnyTagClassName
{
color: #E4D2DE;
}
</style>
background-color css
<style>
a { background-color: #E4D2DE; }
a { background-color: rgb(228,210,222); }
div.DivClassName
{
background-color: #E4D2DE;
}
.BgClassName
{
background-color: #E4D2DE;
}
</style>
border-color css
<style>
span { border-color: #E4D2DE; }
span { border-color: rgb(228,210,222); }
td.TdClassName
{
border-color: #E4D2DE;
}
.TagClassName
{
border-color: #E4D2DE;
}
</style>