Shades of Prim #E0CFD7
Tints of Prim #E0CFD7
RGB
CMYK
RGB Variations
Color information
#E0CFD7 (or 0xE0CFD7) is known color: Prim. HEX triplet: E0, CF and D7. RGB value is (224,207,215). Sum of RGB (Red+Green+Blue) = 224+207+215=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 215 (84.38% from 255 or 33.28% from 646); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFD7 is #1F3028. Grayscale: #D4D4D4. Windows color (decimal): -2043945 or 14143456. OLE color: 14143456.
HSL color Cylindrical-coordinate representation of color #E0CFD7: hue angle of 331.76º 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 #E0CFD7 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 215 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.12 |
| HSL | 331.76º | 0.22% | 0.85% | - |
| HSV(B) | 331.76º | 0.08% | 0.88% | - |
| XYZ | 65.32 | 65.38 | 73.47 | - |
| YUV | 213 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 215 | 0 | 0.08 | 0.04 | 0.12 | 331.76 | 0.22 | 0.85 |
| Hex | E0 | CF | D7 | 0 | 8 | 4 | C | 14C | 16 | 55 |
| Octal | 340 | 317 | 327 | 0 | 10 | 4 | 14 | 514 | 26 | 125 |
| Binary | 11100000 | 11001111 | 11010111 | 0 | 1000 | 100 | 1100 | 101001100 | 10110 | 1010101 |
Color Harmonies of #E0CFD7
Complementary color
Monochromatic Colors of #E0CFD7
Black with #E0CFD7
Text Example
Text Example
White with #E0CFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CFD7; }
p { color: rgb(224,207,215); }
H1.HeaderClassName
{
color: #E0CFD7;
}
.AnyTagClassName
{
color: #E0CFD7;
}
</style>
background-color css
<style>
a { background-color: #E0CFD7; }
a { background-color: rgb(224,207,215); }
div.DivClassName
{
background-color: #E0CFD7;
}
.BgClassName
{
background-color: #E0CFD7;
}
</style>
border-color css
<style>
span { border-color: #E0CFD7; }
span { border-color: rgb(224,207,215); }
td.TdClassName
{
border-color: #E0CFD7;
}
.TagClassName
{
border-color: #E0CFD7;
}
</style>