Shades of Prim #E9CED7
Tints of Prim #E9CED7
RGB
CMYK
RGB Variations
Color information
#E9CED7 (or 0xE9CED7) is known color: Prim. HEX triplet: E9, CE and D7. RGB value is (233,206,215). Sum of RGB (Red+Green+Blue) = 233+206+215=654 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.63% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CED7 is #163128. Grayscale: #D7D7D7. Windows color (decimal): -1454377 or 14143209. OLE color: 14143209.
HSL color Cylindrical-coordinate representation of color #E9CED7: hue angle of 340º 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 #E9CED7 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 215 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.09 |
| HSL | 340º | 0.38% | 0.86% | - |
| HSV(B) | 340º | 0.12% | 0.91% | - |
| XYZ | 67.94 | 66.37 | 73.52 | - |
| YUV | 215.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 215 | 0 | 0.12 | 0.08 | 0.09 | 340 | 0.38 | 0.86 |
| Hex | E9 | CE | D7 | 0 | C | 8 | 9 | 154 | 26 | 56 |
| Octal | 351 | 316 | 327 | 0 | 14 | 10 | 11 | 524 | 46 | 126 |
| Binary | 11101001 | 11001110 | 11010111 | 0 | 1100 | 1000 | 1001 | 101010100 | 100110 | 1010110 |
Color Harmonies of #E9CED7
Complementary color
Monochromatic Colors of #E9CED7
Black with #E9CED7
Text Example
Text Example
White with #E9CED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CED7; }
p { color: rgb(233,206,215); }
H1.HeaderClassName
{
color: #E9CED7;
}
.AnyTagClassName
{
color: #E9CED7;
}
</style>
background-color css
<style>
a { background-color: #E9CED7; }
a { background-color: rgb(233,206,215); }
div.DivClassName
{
background-color: #E9CED7;
}
.BgClassName
{
background-color: #E9CED7;
}
</style>
border-color css
<style>
span { border-color: #E9CED7; }
span { border-color: rgb(233,206,215); }
td.TdClassName
{
border-color: #E9CED7;
}
.TagClassName
{
border-color: #E9CED7;
}
</style>