Shades of Prim #E1CCD1
Tints of Prim #E1CCD1
RGB
CMYK
RGB Variations
Color information
#E1CCD1 (or 0xE1CCD1) is known color: Prim. HEX triplet: E1, CC and D1. RGB value is (225,204,209). Sum of RGB (Red+Green+Blue) = 225+204+209=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCD1 is #1E332E. Grayscale: #D2D2D2. Windows color (decimal): -1979183 or 13749473. OLE color: 13749473.
HSL color Cylindrical-coordinate representation of color #E1CCD1: hue angle of 345.71º 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 #E1CCD1 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 209 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.12 |
| HSL | 345.71º | 0.26% | 0.84% | - |
| HSV(B) | 345.71º | 0.09% | 0.88% | - |
| XYZ | 64.15 | 63.8 | 69.25 | - |
| YUV | 210.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 209 | 0 | 0.09 | 0.07 | 0.12 | 345.71 | 0.26 | 0.84 |
| Hex | E1 | CC | D1 | 0 | 9 | 7 | C | 15A | 1A | 54 |
| Octal | 341 | 314 | 321 | 0 | 11 | 7 | 14 | 532 | 32 | 124 |
| Binary | 11100001 | 11001100 | 11010001 | 0 | 1001 | 111 | 1100 | 101011010 | 11010 | 1010100 |
Color Harmonies of #E1CCD1
Complementary color
Monochromatic Colors of #E1CCD1
Black with #E1CCD1
Text Example
Text Example
White with #E1CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCD1; }
p { color: rgb(225,204,209); }
H1.HeaderClassName
{
color: #E1CCD1;
}
.AnyTagClassName
{
color: #E1CCD1;
}
</style>
background-color css
<style>
a { background-color: #E1CCD1; }
a { background-color: rgb(225,204,209); }
div.DivClassName
{
background-color: #E1CCD1;
}
.BgClassName
{
background-color: #E1CCD1;
}
</style>
border-color css
<style>
span { border-color: #E1CCD1; }
span { border-color: rgb(225,204,209); }
td.TdClassName
{
border-color: #E1CCD1;
}
.TagClassName
{
border-color: #E1CCD1;
}
</style>