Shades of Prim #E3CEDA
Tints of Prim #E3CEDA
RGB
CMYK
RGB Variations
Color information
#E3CEDA (or 0xE3CEDA) is known color: Prim. HEX triplet: E3, CE and DA. RGB value is (227,206,218). Sum of RGB (Red+Green+Blue) = 227+206+218=651 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.87% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CEDA is #1C3125. Grayscale: #D5D5D5. Windows color (decimal): -1847590 or 14339811. OLE color: 14339811.
HSL color Cylindrical-coordinate representation of color #E3CEDA: hue angle of 325.71º 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 #E3CEDA is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 206 | 218 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.11 |
| HSL | 325.71º | 0.27% | 0.85% | - |
| HSV(B) | 325.71º | 0.09% | 0.89% | - |
| XYZ | 66.4 | 65.54 | 75.48 | - |
| YUV | 213.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 206 | 218 | 0 | 0.09 | 0.04 | 0.11 | 325.71 | 0.27 | 0.85 |
| Hex | E3 | CE | DA | 0 | 9 | 4 | B | 146 | 1B | 55 |
| Octal | 343 | 316 | 332 | 0 | 11 | 4 | 13 | 506 | 33 | 125 |
| Binary | 11100011 | 11001110 | 11011010 | 0 | 1001 | 100 | 1011 | 101000110 | 11011 | 1010101 |
Color Harmonies of #E3CEDA
Complementary color
Monochromatic Colors of #E3CEDA
Black with #E3CEDA
Text Example
Text Example
White with #E3CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CEDA; }
p { color: rgb(227,206,218); }
H1.HeaderClassName
{
color: #E3CEDA;
}
.AnyTagClassName
{
color: #E3CEDA;
}
</style>
background-color css
<style>
a { background-color: #E3CEDA; }
a { background-color: rgb(227,206,218); }
div.DivClassName
{
background-color: #E3CEDA;
}
.BgClassName
{
background-color: #E3CEDA;
}
</style>
border-color css
<style>
span { border-color: #E3CEDA; }
span { border-color: rgb(227,206,218); }
td.TdClassName
{
border-color: #E3CEDA;
}
.TagClassName
{
border-color: #E3CEDA;
}
</style>