Shades of Blue Chalk #E0C2EB
Tints of Blue Chalk #E0C2EB
RGB
CMYK
RGB Variations
Color information
#E0C2EB (or 0xE0C2EB) is known color: Blue Chalk. HEX triplet: E0, C2 and EB. RGB value is (224,194,235). Sum of RGB (Red+Green+Blue) = 224+194+235=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C2EB is #1F3D14. Grayscale: #CFCFCF. Windows color (decimal): -2047253 or 15450848. OLE color: 15450848.
HSL color Cylindrical-coordinate representation of color #E0C2EB: hue angle of 283.9º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0C2EB is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 194 | 235 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.08 |
| HSL | 283.9º | 0.51% | 0.84% | - |
| HSV(B) | 283.9º | 0.17% | 0.92% | - |
| XYZ | 65.03 | 60.43 | 86.83 | - |
| YUV | 207.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 194 | 235 | 0.05 | 0.17 | 0 | 0.08 | 283.9 | 0.51 | 0.84 |
| Hex | E0 | C2 | EB | 5 | 11 | 0 | 8 | 11C | 33 | 54 |
| Octal | 340 | 302 | 353 | 5 | 21 | 0 | 10 | 434 | 63 | 124 |
| Binary | 11100000 | 11000010 | 11101011 | 101 | 10001 | 0 | 1000 | 100011100 | 110011 | 1010100 |
Color Harmonies of #E0C2EB
Complementary color
Monochromatic Colors of #E0C2EB
Black with #E0C2EB
Text Example
Text Example
White with #E0C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C2EB; }
p { color: rgb(224,194,235); }
H1.HeaderClassName
{
color: #E0C2EB;
}
.AnyTagClassName
{
color: #E0C2EB;
}
</style>
background-color css
<style>
a { background-color: #E0C2EB; }
a { background-color: rgb(224,194,235); }
div.DivClassName
{
background-color: #E0C2EB;
}
.BgClassName
{
background-color: #E0C2EB;
}
</style>
border-color css
<style>
span { border-color: #E0C2EB; }
span { border-color: rgb(224,194,235); }
td.TdClassName
{
border-color: #E0C2EB;
}
.TagClassName
{
border-color: #E0C2EB;
}
</style>