Shades of Blue Chalk #E0C2EC
Tints of Blue Chalk #E0C2EC
RGB
CMYK
RGB Variations
Color information
#E0C2EC (or 0xE0C2EC) is known color: Blue Chalk. HEX triplet: E0, C2 and EC. RGB value is (224,194,236). Sum of RGB (Red+Green+Blue) = 224+194+236=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0C2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C2EC is #1F3D13. Grayscale: #CFCFCF. Windows color (decimal): -2047252 or 15516384. OLE color: 15516384.
HSL color Cylindrical-coordinate representation of color #E0C2EC: hue angle of 282.86º 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 #E0C2EC is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 194 | 236 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.07 |
| HSL | 282.86º | 0.53% | 0.84% | - |
| HSV(B) | 282.86º | 0.18% | 0.93% | - |
| XYZ | 65.17 | 60.49 | 87.6 | - |
| YUV | 207.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 194 | 236 | 0.05 | 0.18 | 0 | 0.07 | 282.86 | 0.53 | 0.84 |
| Hex | E0 | C2 | EC | 5 | 12 | 0 | 7 | 11B | 34 | 54 |
| Octal | 340 | 302 | 354 | 5 | 22 | 0 | 7 | 433 | 64 | 124 |
| Binary | 11100000 | 11000010 | 11101100 | 101 | 10010 | 0 | 111 | 100011011 | 110100 | 1010100 |
Color Harmonies of #E0C2EC
Complementary color
Monochromatic Colors of #E0C2EC
Black with #E0C2EC
Text Example
Text Example
White with #E0C2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C2EC; }
p { color: rgb(224,194,236); }
H1.HeaderClassName
{
color: #E0C2EC;
}
.AnyTagClassName
{
color: #E0C2EC;
}
</style>
background-color css
<style>
a { background-color: #E0C2EC; }
a { background-color: rgb(224,194,236); }
div.DivClassName
{
background-color: #E0C2EC;
}
.BgClassName
{
background-color: #E0C2EC;
}
</style>
border-color css
<style>
span { border-color: #E0C2EC; }
span { border-color: rgb(224,194,236); }
td.TdClassName
{
border-color: #E0C2EC;
}
.TagClassName
{
border-color: #E0C2EC;
}
</style>