Shades of Prim #E1CEDA
Tints of Prim #E1CEDA
RGB
CMYK
RGB Variations
Color information
#E1CEDA (or 0xE1CEDA) is known color: Prim. HEX triplet: E1, CE and DA. RGB value is (225,206,218). Sum of RGB (Red+Green+Blue) = 225+206+218=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CEDA is #1E3125. Grayscale: #D5D5D5. Windows color (decimal): -1978662 or 14339809. OLE color: 14339809.
HSL color Cylindrical-coordinate representation of color #E1CEDA: hue angle of 322.11º 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 #E1CEDA is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 218 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.12 |
| HSL | 322.11º | 0.24% | 0.85% | - |
| HSV(B) | 322.11º | 0.08% | 0.88% | - |
| XYZ | 65.78 | 65.21 | 75.45 | - |
| YUV | 213.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 218 | 0 | 0.08 | 0.03 | 0.12 | 322.11 | 0.24 | 0.85 |
| Hex | E1 | CE | DA | 0 | 8 | 3 | C | 142 | 18 | 55 |
| Octal | 341 | 316 | 332 | 0 | 10 | 3 | 14 | 502 | 30 | 125 |
| Binary | 11100001 | 11001110 | 11011010 | 0 | 1000 | 11 | 1100 | 101000010 | 11000 | 1010101 |
Color Harmonies of #E1CEDA
Complementary color
Monochromatic Colors of #E1CEDA
Black with #E1CEDA
Text Example
Text Example
White with #E1CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEDA; }
p { color: rgb(225,206,218); }
H1.HeaderClassName
{
color: #E1CEDA;
}
.AnyTagClassName
{
color: #E1CEDA;
}
</style>
background-color css
<style>
a { background-color: #E1CEDA; }
a { background-color: rgb(225,206,218); }
div.DivClassName
{
background-color: #E1CEDA;
}
.BgClassName
{
background-color: #E1CEDA;
}
</style>
border-color css
<style>
span { border-color: #E1CEDA; }
span { border-color: rgb(225,206,218); }
td.TdClassName
{
border-color: #E1CEDA;
}
.TagClassName
{
border-color: #E1CEDA;
}
</style>