Shades of Prim #E0CCD1
Tints of Prim #E0CCD1
RGB
CMYK
RGB Variations
Color information
#E0CCD1 (or 0xE0CCD1) is known color: Prim. HEX triplet: E0, CC and D1. RGB value is (224,204,209). Sum of RGB (Red+Green+Blue) = 224+204+209=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCD1 is #1F332E. Grayscale: #D2D2D2. Windows color (decimal): -2044719 or 13749472. OLE color: 13749472.
HSL color Cylindrical-coordinate representation of color #E0CCD1: hue angle of 345º 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 #E0CCD1 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 209 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.12 |
| HSL | 345º | 0.24% | 0.84% | - |
| HSV(B) | 345º | 0.09% | 0.88% | - |
| XYZ | 63.84 | 63.64 | 69.24 | - |
| YUV | 210.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 209 | 0 | 0.09 | 0.07 | 0.12 | 345 | 0.24 | 0.84 |
| Hex | E0 | CC | D1 | 0 | 9 | 7 | C | 159 | 18 | 54 |
| Octal | 340 | 314 | 321 | 0 | 11 | 7 | 14 | 531 | 30 | 124 |
| Binary | 11100000 | 11001100 | 11010001 | 0 | 1001 | 111 | 1100 | 101011001 | 11000 | 1010100 |
Color Harmonies of #E0CCD1
Complementary color
Monochromatic Colors of #E0CCD1
Black with #E0CCD1
Text Example
Text Example
White with #E0CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CCD1; }
p { color: rgb(224,204,209); }
H1.HeaderClassName
{
color: #E0CCD1;
}
.AnyTagClassName
{
color: #E0CCD1;
}
</style>
background-color css
<style>
a { background-color: #E0CCD1; }
a { background-color: rgb(224,204,209); }
div.DivClassName
{
background-color: #E0CCD1;
}
.BgClassName
{
background-color: #E0CCD1;
}
</style>
border-color css
<style>
span { border-color: #E0CCD1; }
span { border-color: rgb(224,204,209); }
td.TdClassName
{
border-color: #E0CCD1;
}
.TagClassName
{
border-color: #E0CCD1;
}
</style>