Shades of Blue Chalk #E4C6EC
Tints of Blue Chalk #E4C6EC
RGB
CMYK
RGB Variations
Color information
#E4C6EC (or 0xE4C6EC) is known color: Blue Chalk. HEX triplet: E4, C6 and EC. RGB value is (228,198,236). Sum of RGB (Red+Green+Blue) = 228+198+236=662 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.44% from 662); Green value is 198 (77.73% from 255 or 29.91% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4C6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C6EC is #1B3913. Grayscale: #D3D3D3. Windows color (decimal): -1784084 or 15517412. OLE color: 15517412.
HSL color Cylindrical-coordinate representation of color #E4C6EC: hue angle of 287.37º 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 #E4C6EC is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 198 | 236 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.07 |
| HSL | 287.37º | 0.5% | 0.85% | - |
| HSV(B) | 287.37º | 0.16% | 0.93% | - |
| XYZ | 67.33 | 62.94 | 87.96 | - |
| YUV | 211.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 198 | 236 | 0.03 | 0.16 | 0 | 0.07 | 287.37 | 0.5 | 0.85 |
| Hex | E4 | C6 | EC | 3 | 10 | 0 | 7 | 11F | 32 | 55 |
| Octal | 344 | 306 | 354 | 3 | 20 | 0 | 7 | 437 | 62 | 125 |
| Binary | 11100100 | 11000110 | 11101100 | 11 | 10000 | 0 | 111 | 100011111 | 110010 | 1010101 |
Color Harmonies of #E4C6EC
Complementary color
Monochromatic Colors of #E4C6EC
Black with #E4C6EC
Text Example
Text Example
White with #E4C6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C6EC; }
p { color: rgb(228,198,236); }
H1.HeaderClassName
{
color: #E4C6EC;
}
.AnyTagClassName
{
color: #E4C6EC;
}
</style>
background-color css
<style>
a { background-color: #E4C6EC; }
a { background-color: rgb(228,198,236); }
div.DivClassName
{
background-color: #E4C6EC;
}
.BgClassName
{
background-color: #E4C6EC;
}
</style>
border-color css
<style>
span { border-color: #E4C6EC; }
span { border-color: rgb(228,198,236); }
td.TdClassName
{
border-color: #E4C6EC;
}
.TagClassName
{
border-color: #E4C6EC;
}
</style>