Shades of Prim #E9C6CF
Tints of Prim #E9C6CF
RGB
CMYK
RGB Variations
Color information
#E9C6CF (or 0xE9C6CF) is known color: Prim. HEX triplet: E9, C6 and CF. RGB value is (233,198,207). Sum of RGB (Red+Green+Blue) = 233+198+207=638 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.52% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C6CF is #163930. Grayscale: #D1D1D1. Windows color (decimal): -1456433 or 13616873. OLE color: 13616873.
HSL color Cylindrical-coordinate representation of color #E9C6CF: hue angle of 344.57º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9C6CF is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 198 | 207 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.09 |
| HSL | 344.57º | 0.44% | 0.85% | - |
| HSV(B) | 344.57º | 0.15% | 0.91% | - |
| XYZ | 65.06 | 62.22 | 67.61 | - |
| YUV | 209.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 198 | 207 | 0 | 0.15 | 0.11 | 0.09 | 344.57 | 0.44 | 0.85 |
| Hex | E9 | C6 | CF | 0 | F | B | 9 | 159 | 2C | 55 |
| Octal | 351 | 306 | 317 | 0 | 17 | 13 | 11 | 531 | 54 | 125 |
| Binary | 11101001 | 11000110 | 11001111 | 0 | 1111 | 1011 | 1001 | 101011001 | 101100 | 1010101 |
Color Harmonies of #E9C6CF
Complementary color
Monochromatic Colors of #E9C6CF
Black with #E9C6CF
Text Example
Text Example
White with #E9C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C6CF; }
p { color: rgb(233,198,207); }
H1.HeaderClassName
{
color: #E9C6CF;
}
.AnyTagClassName
{
color: #E9C6CF;
}
</style>
background-color css
<style>
a { background-color: #E9C6CF; }
a { background-color: rgb(233,198,207); }
div.DivClassName
{
background-color: #E9C6CF;
}
.BgClassName
{
background-color: #E9C6CF;
}
</style>
border-color css
<style>
span { border-color: #E9C6CF; }
span { border-color: rgb(233,198,207); }
td.TdClassName
{
border-color: #E9C6CF;
}
.TagClassName
{
border-color: #E9C6CF;
}
</style>