Shades of Prim #E1CCD8
Tints of Prim #E1CCD8
RGB
CMYK
RGB Variations
Color information
#E1CCD8 (or 0xE1CCD8) is known color: Prim. HEX triplet: E1, CC and D8. RGB value is (225,204,216). Sum of RGB (Red+Green+Blue) = 225+204+216=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCD8 is #1E3327. Grayscale: #D3D3D3. Windows color (decimal): -1979176 or 14208225. OLE color: 14208225.
HSL color Cylindrical-coordinate representation of color #E1CCD8: hue angle of 325.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 #E1CCD8 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 216 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.12 |
| HSL | 325.71º | 0.26% | 0.84% | - |
| HSV(B) | 325.71º | 0.09% | 0.88% | - |
| XYZ | 65.04 | 64.15 | 73.92 | - |
| YUV | 211.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 216 | 0 | 0.09 | 0.04 | 0.12 | 325.71 | 0.26 | 0.84 |
| Hex | E1 | CC | D8 | 0 | 9 | 4 | C | 146 | 1A | 54 |
| Octal | 341 | 314 | 330 | 0 | 11 | 4 | 14 | 506 | 32 | 124 |
| Binary | 11100001 | 11001100 | 11011000 | 0 | 1001 | 100 | 1100 | 101000110 | 11010 | 1010100 |
Color Harmonies of #E1CCD8
Complementary color
Monochromatic Colors of #E1CCD8
Black with #E1CCD8
Text Example
Text Example
White with #E1CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCD8; }
p { color: rgb(225,204,216); }
H1.HeaderClassName
{
color: #E1CCD8;
}
.AnyTagClassName
{
color: #E1CCD8;
}
</style>
background-color css
<style>
a { background-color: #E1CCD8; }
a { background-color: rgb(225,204,216); }
div.DivClassName
{
background-color: #E1CCD8;
}
.BgClassName
{
background-color: #E1CCD8;
}
</style>
border-color css
<style>
span { border-color: #E1CCD8; }
span { border-color: rgb(225,204,216); }
td.TdClassName
{
border-color: #E1CCD8;
}
.TagClassName
{
border-color: #E1CCD8;
}
</style>