Shades of Blue Chalk #E3C7EC
Tints of Blue Chalk #E3C7EC
RGB
CMYK
RGB Variations
Color information
#E3C7EC (or 0xE3C7EC) is known color: Blue Chalk. HEX triplet: E3, C7 and EC. RGB value is (227,199,236). Sum of RGB (Red+Green+Blue) = 227+199+236=662 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.29% from 662); Green value is 199 (78.12% from 255 or 30.06% 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 #E3C7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C7EC is #1C3813. Grayscale: #D3D3D3. Windows color (decimal): -1849364 or 15517667. OLE color: 15517667.
HSL color Cylindrical-coordinate representation of color #E3C7EC: hue angle of 285.41º degrees, saturation: 0.49, 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 #E3C7EC is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 199 | 236 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.07 |
| HSL | 285.41º | 0.49% | 0.85% | - |
| HSV(B) | 285.41º | 0.16% | 0.93% | - |
| XYZ | 67.24 | 63.23 | 88.02 | - |
| YUV | 211.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 199 | 236 | 0.04 | 0.16 | 0 | 0.07 | 285.41 | 0.49 | 0.85 |
| Hex | E3 | C7 | EC | 4 | 10 | 0 | 7 | 11D | 31 | 55 |
| Octal | 343 | 307 | 354 | 4 | 20 | 0 | 7 | 435 | 61 | 125 |
| Binary | 11100011 | 11000111 | 11101100 | 100 | 10000 | 0 | 111 | 100011101 | 110001 | 1010101 |
Color Harmonies of #E3C7EC
Complementary color
Monochromatic Colors of #E3C7EC
Black with #E3C7EC
Text Example
Text Example
White with #E3C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C7EC; }
p { color: rgb(227,199,236); }
H1.HeaderClassName
{
color: #E3C7EC;
}
.AnyTagClassName
{
color: #E3C7EC;
}
</style>
background-color css
<style>
a { background-color: #E3C7EC; }
a { background-color: rgb(227,199,236); }
div.DivClassName
{
background-color: #E3C7EC;
}
.BgClassName
{
background-color: #E3C7EC;
}
</style>
border-color css
<style>
span { border-color: #E3C7EC; }
span { border-color: rgb(227,199,236); }
td.TdClassName
{
border-color: #E3C7EC;
}
.TagClassName
{
border-color: #E3C7EC;
}
</style>