Shades of Blue Chalk #E3C2EF
Tints of Blue Chalk #E3C2EF
RGB
CMYK
RGB Variations
Color information
#E3C2EF (or 0xE3C2EF) is known color: Blue Chalk. HEX triplet: E3, C2 and EF. RGB value is (227,194,239). Sum of RGB (Red+Green+Blue) = 227+194+239=660 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.39% from 660); Green value is 194 (76.17% from 255 or 29.39% 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 #E3C2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C2EF is #1C3D10. Grayscale: #D0D0D0. Windows color (decimal): -1850641 or 15712995. OLE color: 15712995.
HSL color Cylindrical-coordinate representation of color #E3C2EF: hue angle of 284º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E3C2EF is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 194 | 239 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.06 |
| HSL | 284º | 0.58% | 0.85% | - |
| HSV(B) | 284º | 0.19% | 0.94% | - |
| XYZ | 66.55 | 61.15 | 89.96 | - |
| YUV | 209 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 194 | 239 | 0.05 | 0.19 | 0 | 0.06 | 284 | 0.58 | 0.85 |
| Hex | E3 | C2 | EF | 5 | 13 | 0 | 6 | 11C | 3A | 55 |
| Octal | 343 | 302 | 357 | 5 | 23 | 0 | 6 | 434 | 72 | 125 |
| Binary | 11100011 | 11000010 | 11101111 | 101 | 10011 | 0 | 110 | 100011100 | 111010 | 1010101 |
Color Harmonies of #E3C2EF
Complementary color
Monochromatic Colors of #E3C2EF
Black with #E3C2EF
Text Example
Text Example
White with #E3C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C2EF; }
p { color: rgb(227,194,239); }
H1.HeaderClassName
{
color: #E3C2EF;
}
.AnyTagClassName
{
color: #E3C2EF;
}
</style>
background-color css
<style>
a { background-color: #E3C2EF; }
a { background-color: rgb(227,194,239); }
div.DivClassName
{
background-color: #E3C2EF;
}
.BgClassName
{
background-color: #E3C2EF;
}
</style>
border-color css
<style>
span { border-color: #E3C2EF; }
span { border-color: rgb(227,194,239); }
td.TdClassName
{
border-color: #E3C2EF;
}
.TagClassName
{
border-color: #E3C2EF;
}
</style>