Shades of Prim #E8CCD8
Tints of Prim #E8CCD8
RGB
CMYK
RGB Variations
Color information
#E8CCD8 (or 0xE8CCD8) is known color: Prim. HEX triplet: E8, CC and D8. RGB value is (232,204,216). Sum of RGB (Red+Green+Blue) = 232+204+216=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 216 (84.77% from 255 or 33.13% from 652); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CCD8 is #173327. Grayscale: #D5D5D5. Windows color (decimal): -1520424 or 14208232. OLE color: 14208232.
HSL color Cylindrical-coordinate representation of color #E8CCD8: hue angle of 334.29º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8CCD8 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 204 | 216 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.09 |
| HSL | 334.29º | 0.38% | 0.85% | - |
| HSV(B) | 334.29º | 0.12% | 0.91% | - |
| XYZ | 67.27 | 65.3 | 74.02 | - |
| YUV | 213.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 216 | 0 | 0.12 | 0.07 | 0.09 | 334.29 | 0.38 | 0.85 |
| Hex | E8 | CC | D8 | 0 | C | 7 | 9 | 14E | 26 | 55 |
| Octal | 350 | 314 | 330 | 0 | 14 | 7 | 11 | 516 | 46 | 125 |
| Binary | 11101000 | 11001100 | 11011000 | 0 | 1100 | 111 | 1001 | 101001110 | 100110 | 1010101 |
Color Harmonies of #E8CCD8
Complementary color
Monochromatic Colors of #E8CCD8
Black with #E8CCD8
Text Example
Text Example
White with #E8CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CCD8; }
p { color: rgb(232,204,216); }
H1.HeaderClassName
{
color: #E8CCD8;
}
.AnyTagClassName
{
color: #E8CCD8;
}
</style>
background-color css
<style>
a { background-color: #E8CCD8; }
a { background-color: rgb(232,204,216); }
div.DivClassName
{
background-color: #E8CCD8;
}
.BgClassName
{
background-color: #E8CCD8;
}
</style>
border-color css
<style>
span { border-color: #E8CCD8; }
span { border-color: rgb(232,204,216); }
td.TdClassName
{
border-color: #E8CCD8;
}
.TagClassName
{
border-color: #E8CCD8;
}
</style>