Shades of Blue Chalk #E5C0EE
Tints of Blue Chalk #E5C0EE
RGB
CMYK
RGB Variations
Color information
#E5C0EE (or 0xE5C0EE) is known color: Blue Chalk. HEX triplet: E5, C0 and EE. RGB value is (229,192,238). Sum of RGB (Red+Green+Blue) = 229+192+238=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5C0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C0EE is #1A3F11. Grayscale: #D0D0D0. Windows color (decimal): -1720082 or 15646949. OLE color: 15646949.
HSL color Cylindrical-coordinate representation of color #E5C0EE: hue angle of 288.26º degrees, saturation: 0.57, 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 #E5C0EE is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 192 | 238 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.07 |
| HSL | 288.26º | 0.58% | 0.84% | - |
| HSV(B) | 288.26º | 0.19% | 0.93% | - |
| XYZ | 66.6 | 60.53 | 89.06 | - |
| YUV | 208.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 238 | 0.04 | 0.19 | 0 | 0.07 | 288.26 | 0.58 | 0.84 |
| Hex | E5 | C0 | EE | 4 | 13 | 0 | 7 | 120 | 3A | 54 |
| Octal | 345 | 300 | 356 | 4 | 23 | 0 | 7 | 440 | 72 | 124 |
| Binary | 11100101 | 11000000 | 11101110 | 100 | 10011 | 0 | 111 | 100100000 | 111010 | 1010100 |
Color Harmonies of #E5C0EE
Complementary color
Monochromatic Colors of #E5C0EE
Black with #E5C0EE
Text Example
Text Example
White with #E5C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C0EE; }
p { color: rgb(229,192,238); }
H1.HeaderClassName
{
color: #E5C0EE;
}
.AnyTagClassName
{
color: #E5C0EE;
}
</style>
background-color css
<style>
a { background-color: #E5C0EE; }
a { background-color: rgb(229,192,238); }
div.DivClassName
{
background-color: #E5C0EE;
}
.BgClassName
{
background-color: #E5C0EE;
}
</style>
border-color css
<style>
span { border-color: #E5C0EE; }
span { border-color: rgb(229,192,238); }
td.TdClassName
{
border-color: #E5C0EE;
}
.TagClassName
{
border-color: #E5C0EE;
}
</style>