Shades of Prim #E8D1DD
Tints of Prim #E8D1DD
RGB
CMYK
RGB Variations
Color information
#E8D1DD (or 0xE8D1DD) is known color: Prim. HEX triplet: E8, D1 and DD. RGB value is (232,209,221). Sum of RGB (Red+Green+Blue) = 232+209+221=662 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.05% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D1DD is #172E22. Grayscale: #D9D9D9. Windows color (decimal): -1519139 or 14537192. OLE color: 14537192.
HSL color Cylindrical-coordinate representation of color #E8D1DD: hue angle of 328.7º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8D1DD is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 209 | 221 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.09 |
| HSL | 328.7º | 0.33% | 0.86% | - |
| HSV(B) | 328.7º | 0.1% | 0.91% | - |
| XYZ | 69.13 | 67.98 | 77.88 | - |
| YUV | 217.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 209 | 221 | 0 | 0.10 | 0.05 | 0.09 | 328.7 | 0.33 | 0.86 |
| Hex | E8 | D1 | DD | 0 | A | 5 | 9 | 149 | 21 | 56 |
| Octal | 350 | 321 | 335 | 0 | 12 | 5 | 11 | 511 | 41 | 126 |
| Binary | 11101000 | 11010001 | 11011101 | 0 | 1010 | 101 | 1001 | 101001001 | 100001 | 1010110 |
Color Harmonies of #E8D1DD
Complementary color
Monochromatic Colors of #E8D1DD
Black with #E8D1DD
Text Example
Text Example
White with #E8D1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D1DD; }
p { color: rgb(232,209,221); }
H1.HeaderClassName
{
color: #E8D1DD;
}
.AnyTagClassName
{
color: #E8D1DD;
}
</style>
background-color css
<style>
a { background-color: #E8D1DD; }
a { background-color: rgb(232,209,221); }
div.DivClassName
{
background-color: #E8D1DD;
}
.BgClassName
{
background-color: #E8D1DD;
}
</style>
border-color css
<style>
span { border-color: #E8D1DD; }
span { border-color: rgb(232,209,221); }
td.TdClassName
{
border-color: #E8D1DD;
}
.TagClassName
{
border-color: #E8D1DD;
}
</style>