Shades of Blue Chalk #E3C5EF
Tints of Blue Chalk #E3C5EF
RGB
CMYK
RGB Variations
Color information
#E3C5EF (or 0xE3C5EF) is known color: Blue Chalk. HEX triplet: E3, C5 and EF. RGB value is (227,197,239). Sum of RGB (Red+Green+Blue) = 227+197+239=663 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.24% from 663); Green value is 197 (77.34% from 255 or 29.71% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #E3C5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C5EF is #1C3A10. Grayscale: #D2D2D2. Windows color (decimal): -1849873 or 15713763. OLE color: 15713763.
HSL color Cylindrical-coordinate representation of color #E3C5EF: hue angle of 282.86º degrees, saturation: 0.57, 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 #E3C5EF is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 197 | 239 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.06 |
| HSL | 282.86º | 0.57% | 0.85% | - |
| HSV(B) | 282.86º | 0.18% | 0.94% | - |
| XYZ | 67.22 | 62.5 | 90.18 | - |
| YUV | 210.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 197 | 239 | 0.05 | 0.18 | 0 | 0.06 | 282.86 | 0.57 | 0.85 |
| Hex | E3 | C5 | EF | 5 | 12 | 0 | 6 | 11B | 39 | 55 |
| Octal | 343 | 305 | 357 | 5 | 22 | 0 | 6 | 433 | 71 | 125 |
| Binary | 11100011 | 11000101 | 11101111 | 101 | 10010 | 0 | 110 | 100011011 | 111001 | 1010101 |
Color Harmonies of #E3C5EF
Complementary color
Monochromatic Colors of #E3C5EF
Black with #E3C5EF
Text Example
Text Example
White with #E3C5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C5EF; }
p { color: rgb(227,197,239); }
H1.HeaderClassName
{
color: #E3C5EF;
}
.AnyTagClassName
{
color: #E3C5EF;
}
</style>
background-color css
<style>
a { background-color: #E3C5EF; }
a { background-color: rgb(227,197,239); }
div.DivClassName
{
background-color: #E3C5EF;
}
.BgClassName
{
background-color: #E3C5EF;
}
</style>
border-color css
<style>
span { border-color: #E3C5EF; }
span { border-color: rgb(227,197,239); }
td.TdClassName
{
border-color: #E3C5EF;
}
.TagClassName
{
border-color: #E3C5EF;
}
</style>