Shades of Prim #E5CEDA
Tints of Prim #E5CEDA
RGB
CMYK
RGB Variations
Color information
#E5CEDA (or 0xE5CEDA) is known color: Prim. HEX triplet: E5, CE and DA. RGB value is (229,206,218). Sum of RGB (Red+Green+Blue) = 229+206+218=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CEDA is #1A3125. Grayscale: #D6D6D6. Windows color (decimal): -1716518 or 14339813. OLE color: 14339813.
HSL color Cylindrical-coordinate representation of color #E5CEDA: hue angle of 328.7º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5CEDA is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 218 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.10 |
| HSL | 328.7º | 0.31% | 0.85% | - |
| HSV(B) | 328.7º | 0.1% | 0.9% | - |
| XYZ | 67.04 | 65.86 | 75.51 | - |
| YUV | 214.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 218 | 0 | 0.10 | 0.05 | 0.10 | 328.7 | 0.31 | 0.85 |
| Hex | E5 | CE | DA | 0 | A | 5 | A | 149 | 1F | 55 |
| Octal | 345 | 316 | 332 | 0 | 12 | 5 | 12 | 511 | 37 | 125 |
| Binary | 11100101 | 11001110 | 11011010 | 0 | 1010 | 101 | 1010 | 101001001 | 11111 | 1010101 |
Color Harmonies of #E5CEDA
Complementary color
Monochromatic Colors of #E5CEDA
Black with #E5CEDA
Text Example
Text Example
White with #E5CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CEDA; }
p { color: rgb(229,206,218); }
H1.HeaderClassName
{
color: #E5CEDA;
}
.AnyTagClassName
{
color: #E5CEDA;
}
</style>
background-color css
<style>
a { background-color: #E5CEDA; }
a { background-color: rgb(229,206,218); }
div.DivClassName
{
background-color: #E5CEDA;
}
.BgClassName
{
background-color: #E5CEDA;
}
</style>
border-color css
<style>
span { border-color: #E5CEDA; }
span { border-color: rgb(229,206,218); }
td.TdClassName
{
border-color: #E5CEDA;
}
.TagClassName
{
border-color: #E5CEDA;
}
</style>