Shades of Blue Chalk #E3C6EC
Tints of Blue Chalk #E3C6EC
RGB
CMYK
RGB Variations
Color information
#E3C6EC (or 0xE3C6EC) is known color: Blue Chalk. HEX triplet: E3, C6 and EC. RGB value is (227,198,236). Sum of RGB (Red+Green+Blue) = 227+198+236=661 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.34% from 661); Green value is 198 (77.73% from 255 or 29.95% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3C6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C6EC is #1C3913. Grayscale: #D2D2D2. Windows color (decimal): -1849620 or 15517411. OLE color: 15517411.
HSL color Cylindrical-coordinate representation of color #E3C6EC: hue angle of 285.79º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E3C6EC is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 198 | 236 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.07 |
| HSL | 285.79º | 0.5% | 0.85% | - |
| HSV(B) | 285.79º | 0.16% | 0.93% | - |
| XYZ | 67.01 | 62.78 | 87.94 | - |
| YUV | 211 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 198 | 236 | 0.04 | 0.16 | 0 | 0.07 | 285.79 | 0.5 | 0.85 |
| Hex | E3 | C6 | EC | 4 | 10 | 0 | 7 | 11E | 32 | 55 |
| Octal | 343 | 306 | 354 | 4 | 20 | 0 | 7 | 436 | 62 | 125 |
| Binary | 11100011 | 11000110 | 11101100 | 100 | 10000 | 0 | 111 | 100011110 | 110010 | 1010101 |
Color Harmonies of #E3C6EC
Complementary color
Monochromatic Colors of #E3C6EC
Black with #E3C6EC
Text Example
Text Example
White with #E3C6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C6EC; }
p { color: rgb(227,198,236); }
H1.HeaderClassName
{
color: #E3C6EC;
}
.AnyTagClassName
{
color: #E3C6EC;
}
</style>
background-color css
<style>
a { background-color: #E3C6EC; }
a { background-color: rgb(227,198,236); }
div.DivClassName
{
background-color: #E3C6EC;
}
.BgClassName
{
background-color: #E3C6EC;
}
</style>
border-color css
<style>
span { border-color: #E3C6EC; }
span { border-color: rgb(227,198,236); }
td.TdClassName
{
border-color: #E3C6EC;
}
.TagClassName
{
border-color: #E3C6EC;
}
</style>