Shades of Prim #E8CEDA
Tints of Prim #E8CEDA
RGB
CMYK
RGB Variations
Color information
#E8CEDA (or 0xE8CEDA) is known color: Prim. HEX triplet: E8, CE and DA. RGB value is (232,206,218). Sum of RGB (Red+Green+Blue) = 232+206+218=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CEDA is #173125. Grayscale: #D7D7D7. Windows color (decimal): -1519910 or 14339816. OLE color: 14339816.
HSL color Cylindrical-coordinate representation of color #E8CEDA: hue angle of 332.31º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8CEDA is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 218 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.09 |
| HSL | 332.31º | 0.36% | 0.86% | - |
| HSV(B) | 332.31º | 0.11% | 0.91% | - |
| XYZ | 68 | 66.36 | 75.55 | - |
| YUV | 215.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 218 | 0 | 0.11 | 0.06 | 0.09 | 332.31 | 0.36 | 0.86 |
| Hex | E8 | CE | DA | 0 | B | 6 | 9 | 14C | 24 | 56 |
| Octal | 350 | 316 | 332 | 0 | 13 | 6 | 11 | 514 | 44 | 126 |
| Binary | 11101000 | 11001110 | 11011010 | 0 | 1011 | 110 | 1001 | 101001100 | 100100 | 1010110 |
Color Harmonies of #E8CEDA
Complementary color
Monochromatic Colors of #E8CEDA
Black with #E8CEDA
Text Example
Text Example
White with #E8CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CEDA; }
p { color: rgb(232,206,218); }
H1.HeaderClassName
{
color: #E8CEDA;
}
.AnyTagClassName
{
color: #E8CEDA;
}
</style>
background-color css
<style>
a { background-color: #E8CEDA; }
a { background-color: rgb(232,206,218); }
div.DivClassName
{
background-color: #E8CEDA;
}
.BgClassName
{
background-color: #E8CEDA;
}
</style>
border-color css
<style>
span { border-color: #E8CEDA; }
span { border-color: rgb(232,206,218); }
td.TdClassName
{
border-color: #E8CEDA;
}
.TagClassName
{
border-color: #E8CEDA;
}
</style>