Shades of Blue Chalk #E2C3EF
Tints of Blue Chalk #E2C3EF
RGB
CMYK
RGB Variations
Color information
#E2C3EF (or 0xE2C3EF) is known color: Blue Chalk. HEX triplet: E2, C3 and EF. RGB value is (226,195,239). Sum of RGB (Red+Green+Blue) = 226+195+239=660 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.24% from 660); Green value is 195 (76.56% from 255 or 29.55% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2C3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C3EF is #1D3C10. Grayscale: #D1D1D1. Windows color (decimal): -1915921 or 15713250. OLE color: 15713250.
HSL color Cylindrical-coordinate representation of color #E2C3EF: hue angle of 282.27º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2C3EF is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 195 | 239 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.06 |
| HSL | 282.27º | 0.58% | 0.85% | - |
| HSV(B) | 282.27º | 0.18% | 0.94% | - |
| XYZ | 66.46 | 61.43 | 90.02 | - |
| YUV | 209.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 239 | 0.05 | 0.18 | 0 | 0.06 | 282.27 | 0.58 | 0.85 |
| Hex | E2 | C3 | EF | 5 | 12 | 0 | 6 | 11A | 3A | 55 |
| Octal | 342 | 303 | 357 | 5 | 22 | 0 | 6 | 432 | 72 | 125 |
| Binary | 11100010 | 11000011 | 11101111 | 101 | 10010 | 0 | 110 | 100011010 | 111010 | 1010101 |
Color Harmonies of #E2C3EF
Complementary color
Monochromatic Colors of #E2C3EF
Black with #E2C3EF
Text Example
Text Example
White with #E2C3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C3EF; }
p { color: rgb(226,195,239); }
H1.HeaderClassName
{
color: #E2C3EF;
}
.AnyTagClassName
{
color: #E2C3EF;
}
</style>
background-color css
<style>
a { background-color: #E2C3EF; }
a { background-color: rgb(226,195,239); }
div.DivClassName
{
background-color: #E2C3EF;
}
.BgClassName
{
background-color: #E2C3EF;
}
</style>
border-color css
<style>
span { border-color: #E2C3EF; }
span { border-color: rgb(226,195,239); }
td.TdClassName
{
border-color: #E2C3EF;
}
.TagClassName
{
border-color: #E2C3EF;
}
</style>