Shades of Prim #E0CFD9
Tints of Prim #E0CFD9
RGB
CMYK
RGB Variations
Color information
#E0CFD9 (or 0xE0CFD9) is known color: Prim. HEX triplet: E0, CF and D9. RGB value is (224,207,217). Sum of RGB (Red+Green+Blue) = 224+207+217=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFD9 is #1F3026. Grayscale: #D5D5D5. Windows color (decimal): -2043943 or 14274528. OLE color: 14274528.
HSL color Cylindrical-coordinate representation of color #E0CFD9: hue angle of 324.71º 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 #E0CFD9 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 217 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.12 |
| HSL | 324.71º | 0.22% | 0.85% | - |
| HSV(B) | 324.71º | 0.08% | 0.88% | - |
| XYZ | 65.58 | 65.48 | 74.83 | - |
| YUV | 213.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 217 | 0 | 0.08 | 0.03 | 0.12 | 324.71 | 0.22 | 0.85 |
| Hex | E0 | CF | D9 | 0 | 8 | 3 | C | 145 | 16 | 55 |
| Octal | 340 | 317 | 331 | 0 | 10 | 3 | 14 | 505 | 26 | 125 |
| Binary | 11100000 | 11001111 | 11011001 | 0 | 1000 | 11 | 1100 | 101000101 | 10110 | 1010101 |
Color Harmonies of #E0CFD9
Complementary color
Monochromatic Colors of #E0CFD9
Black with #E0CFD9
Text Example
Text Example
White with #E0CFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CFD9; }
p { color: rgb(224,207,217); }
H1.HeaderClassName
{
color: #E0CFD9;
}
.AnyTagClassName
{
color: #E0CFD9;
}
</style>
background-color css
<style>
a { background-color: #E0CFD9; }
a { background-color: rgb(224,207,217); }
div.DivClassName
{
background-color: #E0CFD9;
}
.BgClassName
{
background-color: #E0CFD9;
}
</style>
border-color css
<style>
span { border-color: #E0CFD9; }
span { border-color: rgb(224,207,217); }
td.TdClassName
{
border-color: #E0CFD9;
}
.TagClassName
{
border-color: #E0CFD9;
}
</style>