Shades of Prim #E0CCD7
Tints of Prim #E0CCD7
RGB
CMYK
RGB Variations
Color information
#E0CCD7 (or 0xE0CCD7) is known color: Prim. HEX triplet: E0, CC and D7. RGB value is (224,204,215). Sum of RGB (Red+Green+Blue) = 224+204+215=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCD7 is #1F3328. Grayscale: #D3D3D3. Windows color (decimal): -2044713 or 14142688. OLE color: 14142688.
HSL color Cylindrical-coordinate representation of color #E0CCD7: hue angle of 327º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0CCD7 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 215 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.12 |
| HSL | 327º | 0.24% | 0.84% | - |
| HSV(B) | 327º | 0.09% | 0.88% | - |
| XYZ | 64.6 | 63.94 | 73.23 | - |
| YUV | 211.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 215 | 0 | 0.09 | 0.04 | 0.12 | 327 | 0.24 | 0.84 |
| Hex | E0 | CC | D7 | 0 | 9 | 4 | C | 147 | 18 | 54 |
| Octal | 340 | 314 | 327 | 0 | 11 | 4 | 14 | 507 | 30 | 124 |
| Binary | 11100000 | 11001100 | 11010111 | 0 | 1001 | 100 | 1100 | 101000111 | 11000 | 1010100 |
Color Harmonies of #E0CCD7
Complementary color
Monochromatic Colors of #E0CCD7
Black with #E0CCD7
Text Example
Text Example
White with #E0CCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CCD7; }
p { color: rgb(224,204,215); }
H1.HeaderClassName
{
color: #E0CCD7;
}
.AnyTagClassName
{
color: #E0CCD7;
}
</style>
background-color css
<style>
a { background-color: #E0CCD7; }
a { background-color: rgb(224,204,215); }
div.DivClassName
{
background-color: #E0CCD7;
}
.BgClassName
{
background-color: #E0CCD7;
}
</style>
border-color css
<style>
span { border-color: #E0CCD7; }
span { border-color: rgb(224,204,215); }
td.TdClassName
{
border-color: #E0CCD7;
}
.TagClassName
{
border-color: #E0CCD7;
}
</style>