Shades of Prim #E0CFDA
Tints of Prim #E0CFDA
RGB
CMYK
RGB Variations
Color information
#E0CFDA (or 0xE0CFDA) is known color: Prim. HEX triplet: E0, CF and DA. RGB value is (224,207,218). Sum of RGB (Red+Green+Blue) = 224+207+218=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFDA is #1F3025. Grayscale: #D5D5D5. Windows color (decimal): -2043942 or 14340064. OLE color: 14340064.
HSL color Cylindrical-coordinate representation of color #E0CFDA: hue angle of 321.18º degrees, saturation: 0.22, 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 #E0CFDA is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 218 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.12 |
| HSL | 321.18º | 0.22% | 0.85% | - |
| HSV(B) | 321.18º | 0.08% | 0.88% | - |
| XYZ | 65.71 | 65.53 | 75.52 | - |
| YUV | 213.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 218 | 0 | 0.08 | 0.03 | 0.12 | 321.18 | 0.22 | 0.85 |
| Hex | E0 | CF | DA | 0 | 8 | 3 | C | 141 | 16 | 55 |
| Octal | 340 | 317 | 332 | 0 | 10 | 3 | 14 | 501 | 26 | 125 |
| Binary | 11100000 | 11001111 | 11011010 | 0 | 1000 | 11 | 1100 | 101000001 | 10110 | 1010101 |
Color Harmonies of #E0CFDA
Complementary color
Monochromatic Colors of #E0CFDA
Black with #E0CFDA
Text Example
Text Example
White with #E0CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CFDA; }
p { color: rgb(224,207,218); }
H1.HeaderClassName
{
color: #E0CFDA;
}
.AnyTagClassName
{
color: #E0CFDA;
}
</style>
background-color css
<style>
a { background-color: #E0CFDA; }
a { background-color: rgb(224,207,218); }
div.DivClassName
{
background-color: #E0CFDA;
}
.BgClassName
{
background-color: #E0CFDA;
}
</style>
border-color css
<style>
span { border-color: #E0CFDA; }
span { border-color: rgb(224,207,218); }
td.TdClassName
{
border-color: #E0CFDA;
}
.TagClassName
{
border-color: #E0CFDA;
}
</style>