Shades of Prim #E9CED8
Tints of Prim #E9CED8
RGB
CMYK
RGB Variations
Color information
#E9CED8 (or 0xE9CED8) is known color: Prim. HEX triplet: E9, CE and D8. RGB value is (233,206,216). Sum of RGB (Red+Green+Blue) = 233+206+216=655 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.57% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CED8 is #163127. Grayscale: #D7D7D7. Windows color (decimal): -1454376 or 14208745. OLE color: 14208745.
HSL color Cylindrical-coordinate representation of color #E9CED8: hue angle of 337.78º degrees, saturation: 0.38, 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 #E9CED8 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 216 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.09 |
| HSL | 337.78º | 0.38% | 0.86% | - |
| HSV(B) | 337.78º | 0.12% | 0.91% | - |
| XYZ | 68.07 | 66.42 | 74.2 | - |
| YUV | 215.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 216 | 0 | 0.12 | 0.07 | 0.09 | 337.78 | 0.38 | 0.86 |
| Hex | E9 | CE | D8 | 0 | C | 7 | 9 | 152 | 26 | 56 |
| Octal | 351 | 316 | 330 | 0 | 14 | 7 | 11 | 522 | 46 | 126 |
| Binary | 11101001 | 11001110 | 11011000 | 0 | 1100 | 111 | 1001 | 101010010 | 100110 | 1010110 |
Color Harmonies of #E9CED8
Complementary color
Monochromatic Colors of #E9CED8
Black with #E9CED8
Text Example
Text Example
White with #E9CED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CED8; }
p { color: rgb(233,206,216); }
H1.HeaderClassName
{
color: #E9CED8;
}
.AnyTagClassName
{
color: #E9CED8;
}
</style>
background-color css
<style>
a { background-color: #E9CED8; }
a { background-color: rgb(233,206,216); }
div.DivClassName
{
background-color: #E9CED8;
}
.BgClassName
{
background-color: #E9CED8;
}
</style>
border-color css
<style>
span { border-color: #E9CED8; }
span { border-color: rgb(233,206,216); }
td.TdClassName
{
border-color: #E9CED8;
}
.TagClassName
{
border-color: #E9CED8;
}
</style>