Shades of Blue Chalk #E1C2EB
Tints of Blue Chalk #E1C2EB
RGB
CMYK
RGB Variations
Color information
#E1C2EB (or 0xE1C2EB) is known color: Blue Chalk. HEX triplet: E1, C2 and EB. RGB value is (225,194,235). Sum of RGB (Red+Green+Blue) = 225+194+235=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C2EB is #1E3D14. Grayscale: #CFCFCF. Windows color (decimal): -1981717 or 15450849. OLE color: 15450849.
HSL color Cylindrical-coordinate representation of color #E1C2EB: hue angle of 285.37º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1C2EB is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 194 | 235 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.08 |
| HSL | 285.37º | 0.51% | 0.84% | - |
| HSV(B) | 285.37º | 0.17% | 0.92% | - |
| XYZ | 65.34 | 60.59 | 86.85 | - |
| YUV | 207.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 235 | 0.04 | 0.17 | 0 | 0.08 | 285.37 | 0.51 | 0.84 |
| Hex | E1 | C2 | EB | 4 | 11 | 0 | 8 | 11D | 33 | 54 |
| Octal | 341 | 302 | 353 | 4 | 21 | 0 | 10 | 435 | 63 | 124 |
| Binary | 11100001 | 11000010 | 11101011 | 100 | 10001 | 0 | 1000 | 100011101 | 110011 | 1010100 |
Color Harmonies of #E1C2EB
Complementary color
Monochromatic Colors of #E1C2EB
Black with #E1C2EB
Text Example
Text Example
White with #E1C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C2EB; }
p { color: rgb(225,194,235); }
H1.HeaderClassName
{
color: #E1C2EB;
}
.AnyTagClassName
{
color: #E1C2EB;
}
</style>
background-color css
<style>
a { background-color: #E1C2EB; }
a { background-color: rgb(225,194,235); }
div.DivClassName
{
background-color: #E1C2EB;
}
.BgClassName
{
background-color: #E1C2EB;
}
</style>
border-color css
<style>
span { border-color: #E1C2EB; }
span { border-color: rgb(225,194,235); }
td.TdClassName
{
border-color: #E1C2EB;
}
.TagClassName
{
border-color: #E1C2EB;
}
</style>