Shades of Prim #E8CCD3
Tints of Prim #E8CCD3
RGB
CMYK
RGB Variations
Color information
#E8CCD3 (or 0xE8CCD3) is known color: Prim. HEX triplet: E8, CC and D3. RGB value is (232,204,211). Sum of RGB (Red+Green+Blue) = 232+204+211=647 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.86% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CCD3 is #17332C. Grayscale: #D5D5D5. Windows color (decimal): -1520429 or 13880552. OLE color: 13880552.
HSL color Cylindrical-coordinate representation of color #E8CCD3: hue angle of 345º 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 #E8CCD3 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 204 | 211 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.09 |
| HSL | 345º | 0.38% | 0.85% | - |
| HSV(B) | 345º | 0.12% | 0.91% | - |
| XYZ | 66.63 | 65.04 | 70.67 | - |
| YUV | 213.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 211 | 0 | 0.12 | 0.09 | 0.09 | 345 | 0.38 | 0.85 |
| Hex | E8 | CC | D3 | 0 | C | 9 | 9 | 159 | 26 | 55 |
| Octal | 350 | 314 | 323 | 0 | 14 | 11 | 11 | 531 | 46 | 125 |
| Binary | 11101000 | 11001100 | 11010011 | 0 | 1100 | 1001 | 1001 | 101011001 | 100110 | 1010101 |
Color Harmonies of #E8CCD3
Complementary color
Monochromatic Colors of #E8CCD3
Black with #E8CCD3
Text Example
Text Example
White with #E8CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CCD3; }
p { color: rgb(232,204,211); }
H1.HeaderClassName
{
color: #E8CCD3;
}
.AnyTagClassName
{
color: #E8CCD3;
}
</style>
background-color css
<style>
a { background-color: #E8CCD3; }
a { background-color: rgb(232,204,211); }
div.DivClassName
{
background-color: #E8CCD3;
}
.BgClassName
{
background-color: #E8CCD3;
}
</style>
border-color css
<style>
span { border-color: #E8CCD3; }
span { border-color: rgb(232,204,211); }
td.TdClassName
{
border-color: #E8CCD3;
}
.TagClassName
{
border-color: #E8CCD3;
}
</style>