Shades of Prim #E1CFDA
Tints of Prim #E1CFDA
RGB
CMYK
RGB Variations
Color information
#E1CFDA (or 0xE1CFDA) is known color: Prim. HEX triplet: E1, CF and DA. RGB value is (225,207,218). Sum of RGB (Red+Green+Blue) = 225+207+218=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CFDA is #1E3025. Grayscale: #D5D5D5. Windows color (decimal): -1978406 or 14340065. OLE color: 14340065.
HSL color Cylindrical-coordinate representation of color #E1CFDA: hue angle of 323.33º 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 #E1CFDA is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 218 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.12 |
| HSL | 323.33º | 0.23% | 0.85% | - |
| HSV(B) | 323.33º | 0.08% | 0.88% | - |
| XYZ | 66.02 | 65.7 | 75.53 | - |
| YUV | 213.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 218 | 0 | 0.08 | 0.03 | 0.12 | 323.33 | 0.23 | 0.85 |
| Hex | E1 | CF | DA | 0 | 8 | 3 | C | 143 | 17 | 55 |
| Octal | 341 | 317 | 332 | 0 | 10 | 3 | 14 | 503 | 27 | 125 |
| Binary | 11100001 | 11001111 | 11011010 | 0 | 1000 | 11 | 1100 | 101000011 | 10111 | 1010101 |
Color Harmonies of #E1CFDA
Complementary color
Monochromatic Colors of #E1CFDA
Black with #E1CFDA
Text Example
Text Example
White with #E1CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CFDA; }
p { color: rgb(225,207,218); }
H1.HeaderClassName
{
color: #E1CFDA;
}
.AnyTagClassName
{
color: #E1CFDA;
}
</style>
background-color css
<style>
a { background-color: #E1CFDA; }
a { background-color: rgb(225,207,218); }
div.DivClassName
{
background-color: #E1CFDA;
}
.BgClassName
{
background-color: #E1CFDA;
}
</style>
border-color css
<style>
span { border-color: #E1CFDA; }
span { border-color: rgb(225,207,218); }
td.TdClassName
{
border-color: #E1CFDA;
}
.TagClassName
{
border-color: #E1CFDA;
}
</style>