Shades of Prim #E9CCD8
Tints of Prim #E9CCD8
RGB
CMYK
RGB Variations
Color information
#E9CCD8 (or 0xE9CCD8) is known color: Prim. HEX triplet: E9, CC and D8. RGB value is (233,204,216). Sum of RGB (Red+Green+Blue) = 233+204+216=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CCD8 is #163327. Grayscale: #D6D6D6. Windows color (decimal): -1454888 or 14208233. OLE color: 14208233.
HSL color Cylindrical-coordinate representation of color #E9CCD8: hue angle of 335.17º degrees, saturation: 0.4, 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 #E9CCD8 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 204 | 216 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.09 |
| HSL | 335.17º | 0.4% | 0.86% | - |
| HSV(B) | 335.17º | 0.12% | 0.91% | - |
| XYZ | 67.59 | 65.47 | 74.04 | - |
| YUV | 214.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 216 | 0 | 0.12 | 0.07 | 0.09 | 335.17 | 0.4 | 0.86 |
| Hex | E9 | CC | D8 | 0 | C | 7 | 9 | 14F | 28 | 56 |
| Octal | 351 | 314 | 330 | 0 | 14 | 7 | 11 | 517 | 50 | 126 |
| Binary | 11101001 | 11001100 | 11011000 | 0 | 1100 | 111 | 1001 | 101001111 | 101000 | 1010110 |
Color Harmonies of #E9CCD8
Complementary color
Monochromatic Colors of #E9CCD8
Black with #E9CCD8
Text Example
Text Example
White with #E9CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CCD8; }
p { color: rgb(233,204,216); }
H1.HeaderClassName
{
color: #E9CCD8;
}
.AnyTagClassName
{
color: #E9CCD8;
}
</style>
background-color css
<style>
a { background-color: #E9CCD8; }
a { background-color: rgb(233,204,216); }
div.DivClassName
{
background-color: #E9CCD8;
}
.BgClassName
{
background-color: #E9CCD8;
}
</style>
border-color css
<style>
span { border-color: #E9CCD8; }
span { border-color: rgb(233,204,216); }
td.TdClassName
{
border-color: #E9CCD8;
}
.TagClassName
{
border-color: #E9CCD8;
}
</style>