Shades of Prim #E8CDD9
Tints of Prim #E8CDD9
RGB
CMYK
RGB Variations
Color information
#E8CDD9 (or 0xE8CDD9) is known color: Prim. HEX triplet: E8, CD and D9. RGB value is (232,205,217). Sum of RGB (Red+Green+Blue) = 232+205+217=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDD9 is #173226. Grayscale: #D6D6D6. Windows color (decimal): -1520167 or 14274024. OLE color: 14274024.
HSL color Cylindrical-coordinate representation of color #E8CDD9: hue angle of 333.33º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8CDD9 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 217 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.09 |
| HSL | 333.33º | 0.37% | 0.86% | - |
| HSV(B) | 333.33º | 0.12% | 0.91% | - |
| XYZ | 67.63 | 65.83 | 74.79 | - |
| YUV | 214.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 217 | 0 | 0.12 | 0.06 | 0.09 | 333.33 | 0.37 | 0.86 |
| Hex | E8 | CD | D9 | 0 | C | 6 | 9 | 14D | 25 | 56 |
| Octal | 350 | 315 | 331 | 0 | 14 | 6 | 11 | 515 | 45 | 126 |
| Binary | 11101000 | 11001101 | 11011001 | 0 | 1100 | 110 | 1001 | 101001101 | 100101 | 1010110 |
Color Harmonies of #E8CDD9
Complementary color
Monochromatic Colors of #E8CDD9
Black with #E8CDD9
Text Example
Text Example
White with #E8CDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CDD9; }
p { color: rgb(232,205,217); }
H1.HeaderClassName
{
color: #E8CDD9;
}
.AnyTagClassName
{
color: #E8CDD9;
}
</style>
background-color css
<style>
a { background-color: #E8CDD9; }
a { background-color: rgb(232,205,217); }
div.DivClassName
{
background-color: #E8CDD9;
}
.BgClassName
{
background-color: #E8CDD9;
}
</style>
border-color css
<style>
span { border-color: #E8CDD9; }
span { border-color: rgb(232,205,217); }
td.TdClassName
{
border-color: #E8CDD9;
}
.TagClassName
{
border-color: #E8CDD9;
}
</style>