Shades of Prim #E2CFD9
Tints of Prim #E2CFD9
RGB
CMYK
RGB Variations
Color information
#E2CFD9 (or 0xE2CFD9) is known color: Prim. HEX triplet: E2, CF and D9. RGB value is (226,207,217). Sum of RGB (Red+Green+Blue) = 226+207+217=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CFD9 is #1D3026. Grayscale: #D5D5D5. Windows color (decimal): -1912871 or 14274530. OLE color: 14274530.
HSL color Cylindrical-coordinate representation of color #E2CFD9: hue angle of 328.42º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2CFD9 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 217 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.11 |
| HSL | 328.42º | 0.25% | 0.85% | - |
| HSV(B) | 328.42º | 0.08% | 0.89% | - |
| XYZ | 66.2 | 65.8 | 74.86 | - |
| YUV | 213.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 217 | 0 | 0.08 | 0.04 | 0.11 | 328.42 | 0.25 | 0.85 |
| Hex | E2 | CF | D9 | 0 | 8 | 4 | B | 148 | 19 | 55 |
| Octal | 342 | 317 | 331 | 0 | 10 | 4 | 13 | 510 | 31 | 125 |
| Binary | 11100010 | 11001111 | 11011001 | 0 | 1000 | 100 | 1011 | 101001000 | 11001 | 1010101 |
Color Harmonies of #E2CFD9
Complementary color
Monochromatic Colors of #E2CFD9
Black with #E2CFD9
Text Example
Text Example
White with #E2CFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CFD9; }
p { color: rgb(226,207,217); }
H1.HeaderClassName
{
color: #E2CFD9;
}
.AnyTagClassName
{
color: #E2CFD9;
}
</style>
background-color css
<style>
a { background-color: #E2CFD9; }
a { background-color: rgb(226,207,217); }
div.DivClassName
{
background-color: #E2CFD9;
}
.BgClassName
{
background-color: #E2CFD9;
}
</style>
border-color css
<style>
span { border-color: #E2CFD9; }
span { border-color: rgb(226,207,217); }
td.TdClassName
{
border-color: #E2CFD9;
}
.TagClassName
{
border-color: #E2CFD9;
}
</style>