Shades of Prim #E9CED6
Tints of Prim #E9CED6
RGB
CMYK
RGB Variations
Color information
#E9CED6 (or 0xE9CED6) is known color: Prim. HEX triplet: E9, CE and D6. RGB value is (233,206,214). Sum of RGB (Red+Green+Blue) = 233+206+214=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CED6 is #163129. Grayscale: #D6D6D6. Windows color (decimal): -1454378 or 14077673. OLE color: 14077673.
HSL color Cylindrical-coordinate representation of color #E9CED6: hue angle of 342.22º 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 #E9CED6 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 214 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.09 |
| HSL | 342.22º | 0.38% | 0.86% | - |
| HSV(B) | 342.22º | 0.12% | 0.91% | - |
| XYZ | 67.81 | 66.32 | 72.85 | - |
| YUV | 214.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 214 | 0 | 0.12 | 0.08 | 0.09 | 342.22 | 0.38 | 0.86 |
| Hex | E9 | CE | D6 | 0 | C | 8 | 9 | 156 | 26 | 56 |
| Octal | 351 | 316 | 326 | 0 | 14 | 10 | 11 | 526 | 46 | 126 |
| Binary | 11101001 | 11001110 | 11010110 | 0 | 1100 | 1000 | 1001 | 101010110 | 100110 | 1010110 |
Color Harmonies of #E9CED6
Complementary color
Monochromatic Colors of #E9CED6
Black with #E9CED6
Text Example
Text Example
White with #E9CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CED6; }
p { color: rgb(233,206,214); }
H1.HeaderClassName
{
color: #E9CED6;
}
.AnyTagClassName
{
color: #E9CED6;
}
</style>
background-color css
<style>
a { background-color: #E9CED6; }
a { background-color: rgb(233,206,214); }
div.DivClassName
{
background-color: #E9CED6;
}
.BgClassName
{
background-color: #E9CED6;
}
</style>
border-color css
<style>
span { border-color: #E9CED6; }
span { border-color: rgb(233,206,214); }
td.TdClassName
{
border-color: #E9CED6;
}
.TagClassName
{
border-color: #E9CED6;
}
</style>