Shades of Prim #E4CEDB
Tints of Prim #E4CEDB
RGB
CMYK
RGB Variations
Color information
#E4CEDB (or 0xE4CEDB) is known color: Prim. HEX triplet: E4, CE and DB. RGB value is (228,206,219). Sum of RGB (Red+Green+Blue) = 228+206+219=653 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.92% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CEDB is #1B3124. Grayscale: #D6D6D6. Windows color (decimal): -1782053 or 14405348. OLE color: 14405348.
HSL color Cylindrical-coordinate representation of color #E4CEDB: hue angle of 324.55º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4CEDB is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 206 | 219 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.11 |
| HSL | 324.55º | 0.29% | 0.85% | - |
| HSV(B) | 324.55º | 0.1% | 0.89% | - |
| XYZ | 66.85 | 65.75 | 76.19 | - |
| YUV | 214.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 206 | 219 | 0 | 0.10 | 0.04 | 0.11 | 324.55 | 0.29 | 0.85 |
| Hex | E4 | CE | DB | 0 | A | 4 | B | 145 | 1D | 55 |
| Octal | 344 | 316 | 333 | 0 | 12 | 4 | 13 | 505 | 35 | 125 |
| Binary | 11100100 | 11001110 | 11011011 | 0 | 1010 | 100 | 1011 | 101000101 | 11101 | 1010101 |
Color Harmonies of #E4CEDB
Complementary color
Monochromatic Colors of #E4CEDB
Black with #E4CEDB
Text Example
Text Example
White with #E4CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CEDB; }
p { color: rgb(228,206,219); }
H1.HeaderClassName
{
color: #E4CEDB;
}
.AnyTagClassName
{
color: #E4CEDB;
}
</style>
background-color css
<style>
a { background-color: #E4CEDB; }
a { background-color: rgb(228,206,219); }
div.DivClassName
{
background-color: #E4CEDB;
}
.BgClassName
{
background-color: #E4CEDB;
}
</style>
border-color css
<style>
span { border-color: #E4CEDB; }
span { border-color: rgb(228,206,219); }
td.TdClassName
{
border-color: #E4CEDB;
}
.TagClassName
{
border-color: #E4CEDB;
}
</style>