Shades of Blue Chalk #E1C2F0
Tints of Blue Chalk #E1C2F0
RGB
CMYK
RGB Variations
Color information
#E1C2F0 (or 0xE1C2F0) is known color: Blue Chalk. HEX triplet: E1, C2 and F0. RGB value is (225,194,240). Sum of RGB (Red+Green+Blue) = 225+194+240=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 194 (76.17% from 255 or 29.44% 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 #E1C2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C2F0 is #1E3D0F. Grayscale: #D0D0D0. Windows color (decimal): -1981712 or 15778529. OLE color: 15778529.
HSL color Cylindrical-coordinate representation of color #E1C2F0: hue angle of 280.43º 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 #E1C2F0 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 194 | 240 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.06 |
| HSL | 280.43º | 0.61% | 0.85% | - |
| HSV(B) | 280.43º | 0.19% | 0.94% | - |
| XYZ | 66.07 | 60.88 | 90.71 | - |
| YUV | 208.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 240 | 0.06 | 0.19 | 0 | 0.06 | 280.43 | 0.61 | 0.85 |
| Hex | E1 | C2 | F0 | 6 | 13 | 0 | 6 | 118 | 3D | 55 |
| Octal | 341 | 302 | 360 | 6 | 23 | 0 | 6 | 430 | 75 | 125 |
| Binary | 11100001 | 11000010 | 11110000 | 110 | 10011 | 0 | 110 | 100011000 | 111101 | 1010101 |
Color Harmonies of #E1C2F0
Complementary color
Monochromatic Colors of #E1C2F0
Black with #E1C2F0
Text Example
Text Example
White with #E1C2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C2F0; }
p { color: rgb(225,194,240); }
H1.HeaderClassName
{
color: #E1C2F0;
}
.AnyTagClassName
{
color: #E1C2F0;
}
</style>
background-color css
<style>
a { background-color: #E1C2F0; }
a { background-color: rgb(225,194,240); }
div.DivClassName
{
background-color: #E1C2F0;
}
.BgClassName
{
background-color: #E1C2F0;
}
</style>
border-color css
<style>
span { border-color: #E1C2F0; }
span { border-color: rgb(225,194,240); }
td.TdClassName
{
border-color: #E1C2F0;
}
.TagClassName
{
border-color: #E1C2F0;
}
</style>