Shades of Prim #E8D0DD
Tints of Prim #E8D0DD
RGB
CMYK
RGB Variations
Color information
#E8D0DD (or 0xE8D0DD) is known color: Prim. HEX triplet: E8, D0 and DD. RGB value is (232,208,221). Sum of RGB (Red+Green+Blue) = 232+208+221=661 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.10% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D0DD is #172F22. Grayscale: #D8D8D8. Windows color (decimal): -1519395 or 14536936. OLE color: 14536936.
HSL color Cylindrical-coordinate representation of color #E8D0DD: hue angle of 327.5º degrees, saturation: 0.34, 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 #E8D0DD is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 208 | 221 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.09 |
| HSL | 327.5º | 0.34% | 0.86% | - |
| HSV(B) | 327.5º | 0.1% | 0.91% | - |
| XYZ | 68.89 | 67.49 | 77.8 | - |
| YUV | 216.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 208 | 221 | 0 | 0.10 | 0.05 | 0.09 | 327.5 | 0.34 | 0.86 |
| Hex | E8 | D0 | DD | 0 | A | 5 | 9 | 148 | 22 | 56 |
| Octal | 350 | 320 | 335 | 0 | 12 | 5 | 11 | 510 | 42 | 126 |
| Binary | 11101000 | 11010000 | 11011101 | 0 | 1010 | 101 | 1001 | 101001000 | 100010 | 1010110 |
Color Harmonies of #E8D0DD
Complementary color
Monochromatic Colors of #E8D0DD
Black with #E8D0DD
Text Example
Text Example
White with #E8D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D0DD; }
p { color: rgb(232,208,221); }
H1.HeaderClassName
{
color: #E8D0DD;
}
.AnyTagClassName
{
color: #E8D0DD;
}
</style>
background-color css
<style>
a { background-color: #E8D0DD; }
a { background-color: rgb(232,208,221); }
div.DivClassName
{
background-color: #E8D0DD;
}
.BgClassName
{
background-color: #E8D0DD;
}
</style>
border-color css
<style>
span { border-color: #E8D0DD; }
span { border-color: rgb(232,208,221); }
td.TdClassName
{
border-color: #E8D0DD;
}
.TagClassName
{
border-color: #E8D0DD;
}
</style>