Shades of Prim #E9CED9
Tints of Prim #E9CED9
RGB
CMYK
RGB Variations
Color information
#E9CED9 (or 0xE9CED9) is known color: Prim. HEX triplet: E9, CE and D9. RGB value is (233,206,217). Sum of RGB (Red+Green+Blue) = 233+206+217=656 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.52% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CED9 is #163126. Grayscale: #D7D7D7. Windows color (decimal): -1454375 or 14274281. OLE color: 14274281.
HSL color Cylindrical-coordinate representation of color #E9CED9: hue angle of 335.56º 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 #E9CED9 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 217 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.09 |
| HSL | 335.56º | 0.38% | 0.86% | - |
| HSV(B) | 335.56º | 0.12% | 0.91% | - |
| XYZ | 68.2 | 66.48 | 74.88 | - |
| YUV | 215.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 217 | 0 | 0.12 | 0.07 | 0.09 | 335.56 | 0.38 | 0.86 |
| Hex | E9 | CE | D9 | 0 | C | 7 | 9 | 150 | 26 | 56 |
| Octal | 351 | 316 | 331 | 0 | 14 | 7 | 11 | 520 | 46 | 126 |
| Binary | 11101001 | 11001110 | 11011001 | 0 | 1100 | 111 | 1001 | 101010000 | 100110 | 1010110 |
Color Harmonies of #E9CED9
Complementary color
Monochromatic Colors of #E9CED9
Black with #E9CED9
Text Example
Text Example
White with #E9CED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CED9; }
p { color: rgb(233,206,217); }
H1.HeaderClassName
{
color: #E9CED9;
}
.AnyTagClassName
{
color: #E9CED9;
}
</style>
background-color css
<style>
a { background-color: #E9CED9; }
a { background-color: rgb(233,206,217); }
div.DivClassName
{
background-color: #E9CED9;
}
.BgClassName
{
background-color: #E9CED9;
}
</style>
border-color css
<style>
span { border-color: #E9CED9; }
span { border-color: rgb(233,206,217); }
td.TdClassName
{
border-color: #E9CED9;
}
.TagClassName
{
border-color: #E9CED9;
}
</style>