Shades of Blue Chalk #E0C1EF
Tints of Blue Chalk #E0C1EF
RGB
CMYK
RGB Variations
Color information
#E0C1EF (or 0xE0C1EF) is known color: Blue Chalk. HEX triplet: E0, C1 and EF. RGB value is (224,193,239). Sum of RGB (Red+Green+Blue) = 224+193+239=656 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.15% from 656); Green value is 193 (75.78% from 255 or 29.42% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0C1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C1EF is #1F3E10. Grayscale: #CFCFCF. Windows color (decimal): -2047505 or 15712736. OLE color: 15712736.
HSL color Cylindrical-coordinate representation of color #E0C1EF: hue angle of 280.43º degrees, saturation: 0.59, 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 #E0C1EF is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 193 | 239 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.06 |
| HSL | 280.43º | 0.59% | 0.85% | - |
| HSV(B) | 280.43º | 0.19% | 0.94% | - |
| XYZ | 65.39 | 60.22 | 89.84 | - |
| YUV | 207.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 239 | 0.06 | 0.19 | 0 | 0.06 | 280.43 | 0.59 | 0.85 |
| Hex | E0 | C1 | EF | 6 | 13 | 0 | 6 | 118 | 3B | 55 |
| Octal | 340 | 301 | 357 | 6 | 23 | 0 | 6 | 430 | 73 | 125 |
| Binary | 11100000 | 11000001 | 11101111 | 110 | 10011 | 0 | 110 | 100011000 | 111011 | 1010101 |
Color Harmonies of #E0C1EF
Complementary color
Monochromatic Colors of #E0C1EF
Black with #E0C1EF
Text Example
Text Example
White with #E0C1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C1EF; }
p { color: rgb(224,193,239); }
H1.HeaderClassName
{
color: #E0C1EF;
}
.AnyTagClassName
{
color: #E0C1EF;
}
</style>
background-color css
<style>
a { background-color: #E0C1EF; }
a { background-color: rgb(224,193,239); }
div.DivClassName
{
background-color: #E0C1EF;
}
.BgClassName
{
background-color: #E0C1EF;
}
</style>
border-color css
<style>
span { border-color: #E0C1EF; }
span { border-color: rgb(224,193,239); }
td.TdClassName
{
border-color: #E0C1EF;
}
.TagClassName
{
border-color: #E0C1EF;
}
</style>