Shades of Blue Chalk #E3C0F0
Tints of Blue Chalk #E3C0F0
RGB
CMYK
RGB Variations
Color information
#E3C0F0 (or 0xE3C0F0) is known color: Blue Chalk. HEX triplet: E3, C0 and F0. RGB value is (227,192,240). Sum of RGB (Red+Green+Blue) = 227+192+240=659 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.45% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #E3C0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C0F0 is #1C3F0F. Grayscale: #CFCFCF. Windows color (decimal): -1851152 or 15778019. OLE color: 15778019.
HSL color Cylindrical-coordinate representation of color #E3C0F0: hue angle of 283.75º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E3C0F0 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 192 | 240 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.06 |
| HSL | 283.75º | 0.62% | 0.85% | - |
| HSV(B) | 283.75º | 0.2% | 0.94% | - |
| XYZ | 66.26 | 60.32 | 90.59 | - |
| YUV | 207.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 192 | 240 | 0.05 | 0.20 | 0 | 0.06 | 283.75 | 0.62 | 0.85 |
| Hex | E3 | C0 | F0 | 5 | 14 | 0 | 6 | 11C | 3E | 55 |
| Octal | 343 | 300 | 360 | 5 | 24 | 0 | 6 | 434 | 76 | 125 |
| Binary | 11100011 | 11000000 | 11110000 | 101 | 10100 | 0 | 110 | 100011100 | 111110 | 1010101 |
Color Harmonies of #E3C0F0
Complementary color
Monochromatic Colors of #E3C0F0
Black with #E3C0F0
Text Example
Text Example
White with #E3C0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C0F0; }
p { color: rgb(227,192,240); }
H1.HeaderClassName
{
color: #E3C0F0;
}
.AnyTagClassName
{
color: #E3C0F0;
}
</style>
background-color css
<style>
a { background-color: #E3C0F0; }
a { background-color: rgb(227,192,240); }
div.DivClassName
{
background-color: #E3C0F0;
}
.BgClassName
{
background-color: #E3C0F0;
}
</style>
border-color css
<style>
span { border-color: #E3C0F0; }
span { border-color: rgb(227,192,240); }
td.TdClassName
{
border-color: #E3C0F0;
}
.TagClassName
{
border-color: #E3C0F0;
}
</style>