Shades of Blue Chalk #E4C0EC
Tints of Blue Chalk #E4C0EC
RGB
CMYK
RGB Variations
Color information
#E4C0EC (or 0xE4C0EC) is known color: Blue Chalk. HEX triplet: E4, C0 and EC. RGB value is (228,192,236). Sum of RGB (Red+Green+Blue) = 228+192+236=656 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.76% from 656); Green value is 192 (75.39% from 255 or 29.27% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4C0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C0EC is #1B3F13. Grayscale: #CFCFCF. Windows color (decimal): -1785620 or 15515876. OLE color: 15515876.
HSL color Cylindrical-coordinate representation of color #E4C0EC: hue angle of 289.09º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E4C0EC is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 192 | 236 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.07 |
| HSL | 289.09º | 0.54% | 0.84% | - |
| HSV(B) | 289.09º | 0.19% | 0.93% | - |
| XYZ | 65.98 | 60.25 | 87.51 | - |
| YUV | 207.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 236 | 0.03 | 0.19 | 0 | 0.07 | 289.09 | 0.54 | 0.84 |
| Hex | E4 | C0 | EC | 3 | 13 | 0 | 7 | 121 | 36 | 54 |
| Octal | 344 | 300 | 354 | 3 | 23 | 0 | 7 | 441 | 66 | 124 |
| Binary | 11100100 | 11000000 | 11101100 | 11 | 10011 | 0 | 111 | 100100001 | 110110 | 1010100 |
Color Harmonies of #E4C0EC
Complementary color
Monochromatic Colors of #E4C0EC
Black with #E4C0EC
Text Example
Text Example
White with #E4C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C0EC; }
p { color: rgb(228,192,236); }
H1.HeaderClassName
{
color: #E4C0EC;
}
.AnyTagClassName
{
color: #E4C0EC;
}
</style>
background-color css
<style>
a { background-color: #E4C0EC; }
a { background-color: rgb(228,192,236); }
div.DivClassName
{
background-color: #E4C0EC;
}
.BgClassName
{
background-color: #E4C0EC;
}
</style>
border-color css
<style>
span { border-color: #E4C0EC; }
span { border-color: rgb(228,192,236); }
td.TdClassName
{
border-color: #E4C0EC;
}
.TagClassName
{
border-color: #E4C0EC;
}
</style>