Shades of Blue Chalk #E4C2EC
Tints of Blue Chalk #E4C2EC
RGB
CMYK
RGB Variations
Color information
#E4C2EC (or 0xE4C2EC) is known color: Blue Chalk. HEX triplet: E4, C2 and EC. RGB value is (228,194,236). Sum of RGB (Red+Green+Blue) = 228+194+236=658 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.65% from 658); Green value is 194 (76.17% from 255 or 29.48% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4C2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C2EC is #1B3D13. Grayscale: #D0D0D0. Windows color (decimal): -1785108 or 15516388. OLE color: 15516388.
HSL color Cylindrical-coordinate representation of color #E4C2EC: hue angle of 288.57º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4C2EC is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 194 | 236 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.07 |
| HSL | 288.57º | 0.53% | 0.84% | - |
| HSV(B) | 288.57º | 0.18% | 0.93% | - |
| XYZ | 66.43 | 61.13 | 87.66 | - |
| YUV | 208.95 | 143.26 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 194 | 236 | 0.03 | 0.18 | 0 | 0.07 | 288.57 | 0.53 | 0.84 |
| Hex | E4 | C2 | EC | 3 | 12 | 0 | 7 | 121 | 34 | 54 |
| Octal | 344 | 302 | 354 | 3 | 22 | 0 | 7 | 441 | 64 | 124 |
| Binary | 11100100 | 11000010 | 11101100 | 11 | 10010 | 0 | 111 | 100100001 | 110100 | 1010100 |
Color Harmonies of #E4C2EC
Complementary color
Monochromatic Colors of #E4C2EC
Black with #E4C2EC
Text Example
Text Example
White with #E4C2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C2EC; }
p { color: rgb(228,194,236); }
H1.HeaderClassName
{
color: #E4C2EC;
}
.AnyTagClassName
{
color: #E4C2EC;
}
</style>
background-color css
<style>
a { background-color: #E4C2EC; }
a { background-color: rgb(228,194,236); }
div.DivClassName
{
background-color: #E4C2EC;
}
.BgClassName
{
background-color: #E4C2EC;
}
</style>
border-color css
<style>
span { border-color: #E4C2EC; }
span { border-color: rgb(228,194,236); }
td.TdClassName
{
border-color: #E4C2EC;
}
.TagClassName
{
border-color: #E4C2EC;
}
</style>