Shades of Prim #E1CED8
Tints of Prim #E1CED8
RGB
CMYK
RGB Variations
Color information
#E1CED8 (or 0xE1CED8) is known color: Prim. HEX triplet: E1, CE and D8. RGB value is (225,206,216). Sum of RGB (Red+Green+Blue) = 225+206+216=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CED8 is #1E3127. Grayscale: #D4D4D4. Windows color (decimal): -1978664 or 14208737. OLE color: 14208737.
HSL color Cylindrical-coordinate representation of color #E1CED8: hue angle of 328.42º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1CED8 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 216 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.12 |
| HSL | 328.42º | 0.24% | 0.85% | - |
| HSV(B) | 328.42º | 0.08% | 0.88% | - |
| XYZ | 65.52 | 65.11 | 74.08 | - |
| YUV | 212.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 216 | 0 | 0.08 | 0.04 | 0.12 | 328.42 | 0.24 | 0.85 |
| Hex | E1 | CE | D8 | 0 | 8 | 4 | C | 148 | 18 | 55 |
| Octal | 341 | 316 | 330 | 0 | 10 | 4 | 14 | 510 | 30 | 125 |
| Binary | 11100001 | 11001110 | 11011000 | 0 | 1000 | 100 | 1100 | 101001000 | 11000 | 1010101 |
Color Harmonies of #E1CED8
Complementary color
Monochromatic Colors of #E1CED8
Black with #E1CED8
Text Example
Text Example
White with #E1CED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CED8; }
p { color: rgb(225,206,216); }
H1.HeaderClassName
{
color: #E1CED8;
}
.AnyTagClassName
{
color: #E1CED8;
}
</style>
background-color css
<style>
a { background-color: #E1CED8; }
a { background-color: rgb(225,206,216); }
div.DivClassName
{
background-color: #E1CED8;
}
.BgClassName
{
background-color: #E1CED8;
}
</style>
border-color css
<style>
span { border-color: #E1CED8; }
span { border-color: rgb(225,206,216); }
td.TdClassName
{
border-color: #E1CED8;
}
.TagClassName
{
border-color: #E1CED8;
}
</style>