Shades of Blue Chalk #E0C2F0
Tints of Blue Chalk #E0C2F0
RGB
CMYK
RGB Variations
Color information
#E0C2F0 (or 0xE0C2F0) is known color: Blue Chalk. HEX triplet: E0, C2 and F0. RGB value is (224,194,240). Sum of RGB (Red+Green+Blue) = 224+194+240=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 194 (76.17% from 255 or 29.48% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0C2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C2F0 is #1F3D0F. Grayscale: #D0D0D0. Windows color (decimal): -2047248 or 15778528. OLE color: 15778528.
HSL color Cylindrical-coordinate representation of color #E0C2F0: hue angle of 279.13º degrees, saturation: 0.61, 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 #E0C2F0 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 194 | 240 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.06 |
| HSL | 279.13º | 0.61% | 0.85% | - |
| HSV(B) | 279.13º | 0.19% | 0.94% | - |
| XYZ | 65.76 | 60.72 | 90.69 | - |
| YUV | 208.21 | 145.94 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 194 | 240 | 0.07 | 0.19 | 0 | 0.06 | 279.13 | 0.61 | 0.85 |
| Hex | E0 | C2 | F0 | 7 | 13 | 0 | 6 | 117 | 3D | 55 |
| Octal | 340 | 302 | 360 | 7 | 23 | 0 | 6 | 427 | 75 | 125 |
| Binary | 11100000 | 11000010 | 11110000 | 111 | 10011 | 0 | 110 | 100010111 | 111101 | 1010101 |
Color Harmonies of #E0C2F0
Complementary color
Monochromatic Colors of #E0C2F0
Black with #E0C2F0
Text Example
Text Example
White with #E0C2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C2F0; }
p { color: rgb(224,194,240); }
H1.HeaderClassName
{
color: #E0C2F0;
}
.AnyTagClassName
{
color: #E0C2F0;
}
</style>
background-color css
<style>
a { background-color: #E0C2F0; }
a { background-color: rgb(224,194,240); }
div.DivClassName
{
background-color: #E0C2F0;
}
.BgClassName
{
background-color: #E0C2F0;
}
</style>
border-color css
<style>
span { border-color: #E0C2F0; }
span { border-color: rgb(224,194,240); }
td.TdClassName
{
border-color: #E0C2F0;
}
.TagClassName
{
border-color: #E0C2F0;
}
</style>