Shades of Prim #E9CFD9
Tints of Prim #E9CFD9
RGB
CMYK
RGB Variations
Color information
#E9CFD9 (or 0xE9CFD9) is known color: Prim. HEX triplet: E9, CF and D9. RGB value is (233,207,217). Sum of RGB (Red+Green+Blue) = 233+207+217=657 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.46% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFD9 is #163026. Grayscale: #D7D7D7. Windows color (decimal): -1454119 or 14274537. OLE color: 14274537.
HSL color Cylindrical-coordinate representation of color #E9CFD9: hue angle of 336.92º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9CFD9 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 217 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.09 |
| HSL | 336.92º | 0.37% | 0.86% | - |
| HSV(B) | 336.92º | 0.11% | 0.91% | - |
| XYZ | 68.44 | 66.96 | 74.96 | - |
| YUV | 215.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 217 | 0 | 0.11 | 0.07 | 0.09 | 336.92 | 0.37 | 0.86 |
| Hex | E9 | CF | D9 | 0 | B | 7 | 9 | 151 | 25 | 56 |
| Octal | 351 | 317 | 331 | 0 | 13 | 7 | 11 | 521 | 45 | 126 |
| Binary | 11101001 | 11001111 | 11011001 | 0 | 1011 | 111 | 1001 | 101010001 | 100101 | 1010110 |
Color Harmonies of #E9CFD9
Complementary color
Monochromatic Colors of #E9CFD9
Black with #E9CFD9
Text Example
Text Example
White with #E9CFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFD9; }
p { color: rgb(233,207,217); }
H1.HeaderClassName
{
color: #E9CFD9;
}
.AnyTagClassName
{
color: #E9CFD9;
}
</style>
background-color css
<style>
a { background-color: #E9CFD9; }
a { background-color: rgb(233,207,217); }
div.DivClassName
{
background-color: #E9CFD9;
}
.BgClassName
{
background-color: #E9CFD9;
}
</style>
border-color css
<style>
span { border-color: #E9CFD9; }
span { border-color: rgb(233,207,217); }
td.TdClassName
{
border-color: #E9CFD9;
}
.TagClassName
{
border-color: #E9CFD9;
}
</style>