Shades of Prim #E9CFD6
Tints of Prim #E9CFD6
RGB
CMYK
RGB Variations
Color information
#E9CFD6 (or 0xE9CFD6) is known color: Prim. HEX triplet: E9, CF and D6. RGB value is (233,207,214). Sum of RGB (Red+Green+Blue) = 233+207+214=654 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.63% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFD6 is #163029. Grayscale: #D7D7D7. Windows color (decimal): -1454122 or 14077929. OLE color: 14077929.
HSL color Cylindrical-coordinate representation of color #E9CFD6: hue angle of 343.85º 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 #E9CFD6 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 214 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.09 |
| HSL | 343.85º | 0.37% | 0.86% | - |
| HSV(B) | 343.85º | 0.11% | 0.91% | - |
| XYZ | 68.05 | 66.8 | 72.93 | - |
| YUV | 215.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 214 | 0 | 0.11 | 0.08 | 0.09 | 343.85 | 0.37 | 0.86 |
| Hex | E9 | CF | D6 | 0 | B | 8 | 9 | 158 | 25 | 56 |
| Octal | 351 | 317 | 326 | 0 | 13 | 10 | 11 | 530 | 45 | 126 |
| Binary | 11101001 | 11001111 | 11010110 | 0 | 1011 | 1000 | 1001 | 101011000 | 100101 | 1010110 |
Color Harmonies of #E9CFD6
Complementary color
Monochromatic Colors of #E9CFD6
Black with #E9CFD6
Text Example
Text Example
White with #E9CFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFD6; }
p { color: rgb(233,207,214); }
H1.HeaderClassName
{
color: #E9CFD6;
}
.AnyTagClassName
{
color: #E9CFD6;
}
</style>
background-color css
<style>
a { background-color: #E9CFD6; }
a { background-color: rgb(233,207,214); }
div.DivClassName
{
background-color: #E9CFD6;
}
.BgClassName
{
background-color: #E9CFD6;
}
</style>
border-color css
<style>
span { border-color: #E9CFD6; }
span { border-color: rgb(233,207,214); }
td.TdClassName
{
border-color: #E9CFD6;
}
.TagClassName
{
border-color: #E9CFD6;
}
</style>