Shades of Prim #E4C8CF
Tints of Prim #E4C8CF
RGB
CMYK
RGB Variations
Color information
#E4C8CF (or 0xE4C8CF) is known color: Prim. HEX triplet: E4, C8 and CF. RGB value is (228,200,207). Sum of RGB (Red+Green+Blue) = 228+200+207=635 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.91% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4C8CF is #1B3730. Grayscale: #D1D1D1. Windows color (decimal): -1783601 or 13617380. OLE color: 13617380.
HSL color Cylindrical-coordinate representation of color #E4C8CF: hue angle of 345º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E4C8CF is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 200 | 207 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.11 |
| HSL | 345º | 0.34% | 0.84% | - |
| HSV(B) | 345º | 0.12% | 0.89% | - |
| XYZ | 63.91 | 62.31 | 67.69 | - |
| YUV | 209.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 200 | 207 | 0 | 0.12 | 0.09 | 0.11 | 345 | 0.34 | 0.84 |
| Hex | E4 | C8 | CF | 0 | C | 9 | B | 159 | 22 | 54 |
| Octal | 344 | 310 | 317 | 0 | 14 | 11 | 13 | 531 | 42 | 124 |
| Binary | 11100100 | 11001000 | 11001111 | 0 | 1100 | 1001 | 1011 | 101011001 | 100010 | 1010100 |
Color Harmonies of #E4C8CF
Complementary color
Monochromatic Colors of #E4C8CF
Black with #E4C8CF
Text Example
Text Example
White with #E4C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C8CF; }
p { color: rgb(228,200,207); }
H1.HeaderClassName
{
color: #E4C8CF;
}
.AnyTagClassName
{
color: #E4C8CF;
}
</style>
background-color css
<style>
a { background-color: #E4C8CF; }
a { background-color: rgb(228,200,207); }
div.DivClassName
{
background-color: #E4C8CF;
}
.BgClassName
{
background-color: #E4C8CF;
}
</style>
border-color css
<style>
span { border-color: #E4C8CF; }
span { border-color: rgb(228,200,207); }
td.TdClassName
{
border-color: #E4C8CF;
}
.TagClassName
{
border-color: #E4C8CF;
}
</style>