Shades of Prim #E7CFD9
Tints of Prim #E7CFD9
RGB
CMYK
RGB Variations
Color information
#E7CFD9 (or 0xE7CFD9) is known color: Prim. HEX triplet: E7, CF and D9. RGB value is (231,207,217). Sum of RGB (Red+Green+Blue) = 231+207+217=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CFD9 is #183026. Grayscale: #D7D7D7. Windows color (decimal): -1585191 or 14274535. OLE color: 14274535.
HSL color Cylindrical-coordinate representation of color #E7CFD9: hue angle of 335º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7CFD9 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 217 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.09 |
| HSL | 335º | 0.33% | 0.86% | - |
| HSV(B) | 335º | 0.1% | 0.91% | - |
| XYZ | 67.79 | 66.62 | 74.93 | - |
| YUV | 215.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 217 | 0 | 0.10 | 0.06 | 0.09 | 335 | 0.33 | 0.86 |
| Hex | E7 | CF | D9 | 0 | A | 6 | 9 | 14F | 21 | 56 |
| Octal | 347 | 317 | 331 | 0 | 12 | 6 | 11 | 517 | 41 | 126 |
| Binary | 11100111 | 11001111 | 11011001 | 0 | 1010 | 110 | 1001 | 101001111 | 100001 | 1010110 |
Color Harmonies of #E7CFD9
Complementary color
Monochromatic Colors of #E7CFD9
Black with #E7CFD9
Text Example
Text Example
White with #E7CFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CFD9; }
p { color: rgb(231,207,217); }
H1.HeaderClassName
{
color: #E7CFD9;
}
.AnyTagClassName
{
color: #E7CFD9;
}
</style>
background-color css
<style>
a { background-color: #E7CFD9; }
a { background-color: rgb(231,207,217); }
div.DivClassName
{
background-color: #E7CFD9;
}
.BgClassName
{
background-color: #E7CFD9;
}
</style>
border-color css
<style>
span { border-color: #E7CFD9; }
span { border-color: rgb(231,207,217); }
td.TdClassName
{
border-color: #E7CFD9;
}
.TagClassName
{
border-color: #E7CFD9;
}
</style>