Shades of Prim #E8D2DE
Tints of Prim #E8D2DE
RGB
CMYK
RGB Variations
Color information
#E8D2DE (or 0xE8D2DE) is known color: Prim. HEX triplet: E8, D2 and DE. RGB value is (232,210,222). Sum of RGB (Red+Green+Blue) = 232+210+222=664 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.94% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D2DE is #172D21. Grayscale: #D9D9D9. Windows color (decimal): -1518882 or 14602984. OLE color: 14602984.
HSL color Cylindrical-coordinate representation of color #E8D2DE: hue angle of 327.27º degrees, saturation: 0.32, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8D2DE is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 222 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.09 |
| HSL | 327.27º | 0.32% | 0.87% | - |
| HSV(B) | 327.27º | 0.09% | 0.91% | - |
| XYZ | 69.51 | 68.52 | 78.67 | - |
| YUV | 217.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 222 | 0 | 0.09 | 0.04 | 0.09 | 327.27 | 0.32 | 0.87 |
| Hex | E8 | D2 | DE | 0 | 9 | 4 | 9 | 147 | 20 | 57 |
| Octal | 350 | 322 | 336 | 0 | 11 | 4 | 11 | 507 | 40 | 127 |
| Binary | 11101000 | 11010010 | 11011110 | 0 | 1001 | 100 | 1001 | 101000111 | 100000 | 1010111 |
Color Harmonies of #E8D2DE
Complementary color
Monochromatic Colors of #E8D2DE
Black with #E8D2DE
Text Example
Text Example
White with #E8D2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D2DE; }
p { color: rgb(232,210,222); }
H1.HeaderClassName
{
color: #E8D2DE;
}
.AnyTagClassName
{
color: #E8D2DE;
}
</style>
background-color css
<style>
a { background-color: #E8D2DE; }
a { background-color: rgb(232,210,222); }
div.DivClassName
{
background-color: #E8D2DE;
}
.BgClassName
{
background-color: #E8D2DE;
}
</style>
border-color css
<style>
span { border-color: #E8D2DE; }
span { border-color: rgb(232,210,222); }
td.TdClassName
{
border-color: #E8D2DE;
}
.TagClassName
{
border-color: #E8D2DE;
}
</style>