Shades of Prim #E5C8CE
Tints of Prim #E5C8CE
RGB
CMYK
RGB Variations
Color information
#E5C8CE (or 0xE5C8CE) is known color: Prim. HEX triplet: E5, C8 and CE. RGB value is (229,200,206). Sum of RGB (Red+Green+Blue) = 229+200+206=635 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.06% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C8CE is #1A3731. Grayscale: #D1D1D1. Windows color (decimal): -1718066 or 13551845. OLE color: 13551845.
HSL color Cylindrical-coordinate representation of color #E5C8CE: hue angle of 347.59º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5C8CE is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 200 | 206 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.10 |
| HSL | 347.59º | 0.36% | 0.84% | - |
| HSV(B) | 347.59º | 0.13% | 0.9% | - |
| XYZ | 64.11 | 62.42 | 67.06 | - |
| YUV | 209.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 200 | 206 | 0 | 0.13 | 0.10 | 0.10 | 347.59 | 0.36 | 0.84 |
| Hex | E5 | C8 | CE | 0 | D | A | A | 15C | 24 | 54 |
| Octal | 345 | 310 | 316 | 0 | 15 | 12 | 12 | 534 | 44 | 124 |
| Binary | 11100101 | 11001000 | 11001110 | 0 | 1101 | 1010 | 1010 | 101011100 | 100100 | 1010100 |
Color Harmonies of #E5C8CE
Complementary color
Monochromatic Colors of #E5C8CE
Black with #E5C8CE
Text Example
Text Example
White with #E5C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C8CE; }
p { color: rgb(229,200,206); }
H1.HeaderClassName
{
color: #E5C8CE;
}
.AnyTagClassName
{
color: #E5C8CE;
}
</style>
background-color css
<style>
a { background-color: #E5C8CE; }
a { background-color: rgb(229,200,206); }
div.DivClassName
{
background-color: #E5C8CE;
}
.BgClassName
{
background-color: #E5C8CE;
}
</style>
border-color css
<style>
span { border-color: #E5C8CE; }
span { border-color: rgb(229,200,206); }
td.TdClassName
{
border-color: #E5C8CE;
}
.TagClassName
{
border-color: #E5C8CE;
}
</style>