Shades of Blue Chalk #E0C1EB
Tints of Blue Chalk #E0C1EB
RGB
CMYK
RGB Variations
Color information
#E0C1EB (or 0xE0C1EB) is known color: Blue Chalk. HEX triplet: E0, C1 and EB. RGB value is (224,193,235). Sum of RGB (Red+Green+Blue) = 224+193+235=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0C1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C1EB is #1F3E14. Grayscale: #CECECE. Windows color (decimal): -2047509 or 15450592. OLE color: 15450592.
HSL color Cylindrical-coordinate representation of color #E0C1EB: hue angle of 284.29º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0C1EB is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 193 | 235 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.08 |
| HSL | 284.29º | 0.51% | 0.84% | - |
| HSV(B) | 284.29º | 0.18% | 0.92% | - |
| XYZ | 64.81 | 59.99 | 86.76 | - |
| YUV | 207.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 235 | 0.05 | 0.18 | 0 | 0.08 | 284.29 | 0.51 | 0.84 |
| Hex | E0 | C1 | EB | 5 | 12 | 0 | 8 | 11C | 33 | 54 |
| Octal | 340 | 301 | 353 | 5 | 22 | 0 | 10 | 434 | 63 | 124 |
| Binary | 11100000 | 11000001 | 11101011 | 101 | 10010 | 0 | 1000 | 100011100 | 110011 | 1010100 |
Color Harmonies of #E0C1EB
Complementary color
Monochromatic Colors of #E0C1EB
Black with #E0C1EB
Text Example
Text Example
White with #E0C1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C1EB; }
p { color: rgb(224,193,235); }
H1.HeaderClassName
{
color: #E0C1EB;
}
.AnyTagClassName
{
color: #E0C1EB;
}
</style>
background-color css
<style>
a { background-color: #E0C1EB; }
a { background-color: rgb(224,193,235); }
div.DivClassName
{
background-color: #E0C1EB;
}
.BgClassName
{
background-color: #E0C1EB;
}
</style>
border-color css
<style>
span { border-color: #E0C1EB; }
span { border-color: rgb(224,193,235); }
td.TdClassName
{
border-color: #E0C1EB;
}
.TagClassName
{
border-color: #E0C1EB;
}
</style>