Shades of Prim #E3CED8
Tints of Prim #E3CED8
RGB
CMYK
RGB Variations
Color information
#E3CED8 (or 0xE3CED8) is known color: Prim. HEX triplet: E3, CE and D8. RGB value is (227,206,216). Sum of RGB (Red+Green+Blue) = 227+206+216=649 (85% of max value = 765). Red value is 227 (89.06% from 255 or 34.98% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 216 (84.77% from 255 or 33.28% from 649); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CED8 is #1C3127. Grayscale: #D5D5D5. Windows color (decimal): -1847592 or 14208739. OLE color: 14208739.
HSL color Cylindrical-coordinate representation of color #E3CED8: hue angle of 331.43º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E3CED8 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 206 | 216 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.11 |
| HSL | 331.43º | 0.27% | 0.85% | - |
| HSV(B) | 331.43º | 0.09% | 0.89% | - |
| XYZ | 66.14 | 65.43 | 74.11 | - |
| YUV | 213.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 206 | 216 | 0 | 0.09 | 0.05 | 0.11 | 331.43 | 0.27 | 0.85 |
| Hex | E3 | CE | D8 | 0 | 9 | 5 | B | 14B | 1B | 55 |
| Octal | 343 | 316 | 330 | 0 | 11 | 5 | 13 | 513 | 33 | 125 |
| Binary | 11100011 | 11001110 | 11011000 | 0 | 1001 | 101 | 1011 | 101001011 | 11011 | 1010101 |
Color Harmonies of #E3CED8
Complementary color
Monochromatic Colors of #E3CED8
Black with #E3CED8
Text Example
Text Example
White with #E3CED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CED8; }
p { color: rgb(227,206,216); }
H1.HeaderClassName
{
color: #E3CED8;
}
.AnyTagClassName
{
color: #E3CED8;
}
</style>
background-color css
<style>
a { background-color: #E3CED8; }
a { background-color: rgb(227,206,216); }
div.DivClassName
{
background-color: #E3CED8;
}
.BgClassName
{
background-color: #E3CED8;
}
</style>
border-color css
<style>
span { border-color: #E3CED8; }
span { border-color: rgb(227,206,216); }
td.TdClassName
{
border-color: #E3CED8;
}
.TagClassName
{
border-color: #E3CED8;
}
</style>