Shades of Prim #E8D2DC
Tints of Prim #E8D2DC
RGB
CMYK
RGB Variations
Color information
#E8D2DC (or 0xE8D2DC) is known color: Prim. HEX triplet: E8, D2 and DC. RGB value is (232,210,220). Sum of RGB (Red+Green+Blue) = 232+210+220=662 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.05% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D2DC is #172D23. Grayscale: #D9D9D9. Windows color (decimal): -1518884 or 14471912. OLE color: 14471912.
HSL color Cylindrical-coordinate representation of color #E8D2DC: hue angle of 332.73º 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 #E8D2DC is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 220 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.09 |
| HSL | 332.73º | 0.32% | 0.87% | - |
| HSV(B) | 332.73º | 0.09% | 0.91% | - |
| XYZ | 69.24 | 68.42 | 77.27 | - |
| YUV | 217.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 220 | 0 | 0.09 | 0.05 | 0.09 | 332.73 | 0.32 | 0.87 |
| Hex | E8 | D2 | DC | 0 | 9 | 5 | 9 | 14D | 20 | 57 |
| Octal | 350 | 322 | 334 | 0 | 11 | 5 | 11 | 515 | 40 | 127 |
| Binary | 11101000 | 11010010 | 11011100 | 0 | 1001 | 101 | 1001 | 101001101 | 100000 | 1010111 |
Color Harmonies of #E8D2DC
Complementary color
Monochromatic Colors of #E8D2DC
Black with #E8D2DC
Text Example
Text Example
White with #E8D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D2DC; }
p { color: rgb(232,210,220); }
H1.HeaderClassName
{
color: #E8D2DC;
}
.AnyTagClassName
{
color: #E8D2DC;
}
</style>
background-color css
<style>
a { background-color: #E8D2DC; }
a { background-color: rgb(232,210,220); }
div.DivClassName
{
background-color: #E8D2DC;
}
.BgClassName
{
background-color: #E8D2DC;
}
</style>
border-color css
<style>
span { border-color: #E8D2DC; }
span { border-color: rgb(232,210,220); }
td.TdClassName
{
border-color: #E8D2DC;
}
.TagClassName
{
border-color: #E8D2DC;
}
</style>