Shades of Blue Chalk #E3C0EE
Tints of Blue Chalk #E3C0EE
RGB
CMYK
RGB Variations
Color information
#E3C0EE (or 0xE3C0EE) is known color: Blue Chalk. HEX triplet: E3, C0 and EE. RGB value is (227,192,238). Sum of RGB (Red+Green+Blue) = 227+192+238=657 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.55% from 657); Green value is 192 (75.39% from 255 or 29.22% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #E3C0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C0EE is #1C3F11. Grayscale: #CFCFCF. Windows color (decimal): -1851154 or 15646947. OLE color: 15646947.
HSL color Cylindrical-coordinate representation of color #E3C0EE: hue angle of 285.65º 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 #E3C0EE is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 192 | 238 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.07 |
| HSL | 285.65º | 0.58% | 0.84% | - |
| HSV(B) | 285.65º | 0.19% | 0.93% | - |
| XYZ | 65.96 | 60.2 | 89.03 | - |
| YUV | 207.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 192 | 238 | 0.05 | 0.19 | 0 | 0.07 | 285.65 | 0.58 | 0.84 |
| Hex | E3 | C0 | EE | 5 | 13 | 0 | 7 | 11E | 3A | 54 |
| Octal | 343 | 300 | 356 | 5 | 23 | 0 | 7 | 436 | 72 | 124 |
| Binary | 11100011 | 11000000 | 11101110 | 101 | 10011 | 0 | 111 | 100011110 | 111010 | 1010100 |
Color Harmonies of #E3C0EE
Complementary color
Monochromatic Colors of #E3C0EE
Black with #E3C0EE
Text Example
Text Example
White with #E3C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C0EE; }
p { color: rgb(227,192,238); }
H1.HeaderClassName
{
color: #E3C0EE;
}
.AnyTagClassName
{
color: #E3C0EE;
}
</style>
background-color css
<style>
a { background-color: #E3C0EE; }
a { background-color: rgb(227,192,238); }
div.DivClassName
{
background-color: #E3C0EE;
}
.BgClassName
{
background-color: #E3C0EE;
}
</style>
border-color css
<style>
span { border-color: #E3C0EE; }
span { border-color: rgb(227,192,238); }
td.TdClassName
{
border-color: #E3C0EE;
}
.TagClassName
{
border-color: #E3C0EE;
}
</style>