Shades of Prim #E1CFD9
Tints of Prim #E1CFD9
RGB
CMYK
RGB Variations
Color information
#E1CFD9 (or 0xE1CFD9) is known color: Prim. HEX triplet: E1, CF and D9. RGB value is (225,207,217). Sum of RGB (Red+Green+Blue) = 225+207+217=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CFD9 is #1E3026. Grayscale: #D5D5D5. Windows color (decimal): -1978407 or 14274529. OLE color: 14274529.
HSL color Cylindrical-coordinate representation of color #E1CFD9: hue angle of 326.67º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1CFD9 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 217 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.12 |
| HSL | 326.67º | 0.23% | 0.85% | - |
| HSV(B) | 326.67º | 0.08% | 0.88% | - |
| XYZ | 65.89 | 65.64 | 74.84 | - |
| YUV | 213.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 217 | 0 | 0.08 | 0.04 | 0.12 | 326.67 | 0.23 | 0.85 |
| Hex | E1 | CF | D9 | 0 | 8 | 4 | C | 147 | 17 | 55 |
| Octal | 341 | 317 | 331 | 0 | 10 | 4 | 14 | 507 | 27 | 125 |
| Binary | 11100001 | 11001111 | 11011001 | 0 | 1000 | 100 | 1100 | 101000111 | 10111 | 1010101 |
Color Harmonies of #E1CFD9
Complementary color
Monochromatic Colors of #E1CFD9
Black with #E1CFD9
Text Example
Text Example
White with #E1CFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CFD9; }
p { color: rgb(225,207,217); }
H1.HeaderClassName
{
color: #E1CFD9;
}
.AnyTagClassName
{
color: #E1CFD9;
}
</style>
background-color css
<style>
a { background-color: #E1CFD9; }
a { background-color: rgb(225,207,217); }
div.DivClassName
{
background-color: #E1CFD9;
}
.BgClassName
{
background-color: #E1CFD9;
}
</style>
border-color css
<style>
span { border-color: #E1CFD9; }
span { border-color: rgb(225,207,217); }
td.TdClassName
{
border-color: #E1CFD9;
}
.TagClassName
{
border-color: #E1CFD9;
}
</style>