Shades of Prim #E1CCD0
Tints of Prim #E1CCD0
RGB
CMYK
RGB Variations
Color information
#E1CCD0 (or 0xE1CCD0) is known color: Prim. HEX triplet: E1, CC and D0. RGB value is (225,204,208). Sum of RGB (Red+Green+Blue) = 225+204+208=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCD0 is #1E332F. Grayscale: #D2D2D2. Windows color (decimal): -1979184 or 13683937. OLE color: 13683937.
HSL color Cylindrical-coordinate representation of color #E1CCD0: hue angle of 348.57º degrees, saturation: 0.26, 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 #E1CCD0 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 208 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.12 |
| HSL | 348.57º | 0.26% | 0.84% | - |
| HSV(B) | 348.57º | 0.09% | 0.88% | - |
| XYZ | 64.03 | 63.75 | 68.6 | - |
| YUV | 210.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 208 | 0 | 0.09 | 0.08 | 0.12 | 348.57 | 0.26 | 0.84 |
| Hex | E1 | CC | D0 | 0 | 9 | 8 | C | 15D | 1A | 54 |
| Octal | 341 | 314 | 320 | 0 | 11 | 10 | 14 | 535 | 32 | 124 |
| Binary | 11100001 | 11001100 | 11010000 | 0 | 1001 | 1000 | 1100 | 101011101 | 11010 | 1010100 |
Color Harmonies of #E1CCD0
Complementary color
Monochromatic Colors of #E1CCD0
Black with #E1CCD0
Text Example
Text Example
White with #E1CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCD0; }
p { color: rgb(225,204,208); }
H1.HeaderClassName
{
color: #E1CCD0;
}
.AnyTagClassName
{
color: #E1CCD0;
}
</style>
background-color css
<style>
a { background-color: #E1CCD0; }
a { background-color: rgb(225,204,208); }
div.DivClassName
{
background-color: #E1CCD0;
}
.BgClassName
{
background-color: #E1CCD0;
}
</style>
border-color css
<style>
span { border-color: #E1CCD0; }
span { border-color: rgb(225,204,208); }
td.TdClassName
{
border-color: #E1CCD0;
}
.TagClassName
{
border-color: #E1CCD0;
}
</style>