Shades of Prim #E2CFDA
Tints of Prim #E2CFDA
RGB
CMYK
RGB Variations
Color information
#E2CFDA (or 0xE2CFDA) is known color: Prim. HEX triplet: E2, CF and DA. RGB value is (226,207,218). Sum of RGB (Red+Green+Blue) = 226+207+218=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CFDA is #1D3025. Grayscale: #D5D5D5. Windows color (decimal): -1912870 or 14340066. OLE color: 14340066.
HSL color Cylindrical-coordinate representation of color #E2CFDA: hue angle of 325.26º 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 #E2CFDA is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 218 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.11 |
| HSL | 325.26º | 0.25% | 0.85% | - |
| HSV(B) | 325.26º | 0.08% | 0.89% | - |
| XYZ | 66.33 | 65.86 | 75.55 | - |
| YUV | 213.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 218 | 0 | 0.08 | 0.04 | 0.11 | 325.26 | 0.25 | 0.85 |
| Hex | E2 | CF | DA | 0 | 8 | 4 | B | 145 | 19 | 55 |
| Octal | 342 | 317 | 332 | 0 | 10 | 4 | 13 | 505 | 31 | 125 |
| Binary | 11100010 | 11001111 | 11011010 | 0 | 1000 | 100 | 1011 | 101000101 | 11001 | 1010101 |
Color Harmonies of #E2CFDA
Complementary color
Monochromatic Colors of #E2CFDA
Black with #E2CFDA
Text Example
Text Example
White with #E2CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CFDA; }
p { color: rgb(226,207,218); }
H1.HeaderClassName
{
color: #E2CFDA;
}
.AnyTagClassName
{
color: #E2CFDA;
}
</style>
background-color css
<style>
a { background-color: #E2CFDA; }
a { background-color: rgb(226,207,218); }
div.DivClassName
{
background-color: #E2CFDA;
}
.BgClassName
{
background-color: #E2CFDA;
}
</style>
border-color css
<style>
span { border-color: #E2CFDA; }
span { border-color: rgb(226,207,218); }
td.TdClassName
{
border-color: #E2CFDA;
}
.TagClassName
{
border-color: #E2CFDA;
}
</style>