Shades of Prim #E9CED5
Tints of Prim #E9CED5
RGB
CMYK
RGB Variations
Color information
#E9CED5 (or 0xE9CED5) is known color: Prim. HEX triplet: E9, CE and D5. RGB value is (233,206,213). Sum of RGB (Red+Green+Blue) = 233+206+213=652 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.74% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CED5 is #16312A. Grayscale: #D6D6D6. Windows color (decimal): -1454379 or 14012137. OLE color: 14012137.
HSL color Cylindrical-coordinate representation of color #E9CED5: hue angle of 344.44º 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 #E9CED5 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 213 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.09 |
| HSL | 344.44º | 0.38% | 0.86% | - |
| HSV(B) | 344.44º | 0.12% | 0.91% | - |
| XYZ | 67.69 | 66.27 | 72.17 | - |
| YUV | 214.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 213 | 0 | 0.12 | 0.09 | 0.09 | 344.44 | 0.38 | 0.86 |
| Hex | E9 | CE | D5 | 0 | C | 9 | 9 | 158 | 26 | 56 |
| Octal | 351 | 316 | 325 | 0 | 14 | 11 | 11 | 530 | 46 | 126 |
| Binary | 11101001 | 11001110 | 11010101 | 0 | 1100 | 1001 | 1001 | 101011000 | 100110 | 1010110 |
Color Harmonies of #E9CED5
Complementary color
Monochromatic Colors of #E9CED5
Black with #E9CED5
Text Example
Text Example
White with #E9CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CED5; }
p { color: rgb(233,206,213); }
H1.HeaderClassName
{
color: #E9CED5;
}
.AnyTagClassName
{
color: #E9CED5;
}
</style>
background-color css
<style>
a { background-color: #E9CED5; }
a { background-color: rgb(233,206,213); }
div.DivClassName
{
background-color: #E9CED5;
}
.BgClassName
{
background-color: #E9CED5;
}
</style>
border-color css
<style>
span { border-color: #E9CED5; }
span { border-color: rgb(233,206,213); }
td.TdClassName
{
border-color: #E9CED5;
}
.TagClassName
{
border-color: #E9CED5;
}
</style>