Shades of Blue Chalk #E2C1EB
Tints of Blue Chalk #E2C1EB
RGB
CMYK
RGB Variations
Color information
#E2C1EB (or 0xE2C1EB) is known color: Blue Chalk. HEX triplet: E2, C1 and EB. RGB value is (226,193,235). Sum of RGB (Red+Green+Blue) = 226+193+235=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 193 (75.78% from 255 or 29.51% 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 #E2C1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C1EB is #1D3E14. Grayscale: #CFCFCF. Windows color (decimal): -1916437 or 15450594. OLE color: 15450594.
HSL color Cylindrical-coordinate representation of color #E2C1EB: hue angle of 287.14º 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 #E2C1EB is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 193 | 235 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.08 |
| HSL | 287.14º | 0.51% | 0.84% | - |
| HSV(B) | 287.14º | 0.18% | 0.92% | - |
| XYZ | 65.43 | 60.31 | 86.79 | - |
| YUV | 207.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 193 | 235 | 0.04 | 0.18 | 0 | 0.08 | 287.14 | 0.51 | 0.84 |
| Hex | E2 | C1 | EB | 4 | 12 | 0 | 8 | 11F | 33 | 54 |
| Octal | 342 | 301 | 353 | 4 | 22 | 0 | 10 | 437 | 63 | 124 |
| Binary | 11100010 | 11000001 | 11101011 | 100 | 10010 | 0 | 1000 | 100011111 | 110011 | 1010100 |
Color Harmonies of #E2C1EB
Complementary color
Monochromatic Colors of #E2C1EB
Black with #E2C1EB
Text Example
Text Example
White with #E2C1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C1EB; }
p { color: rgb(226,193,235); }
H1.HeaderClassName
{
color: #E2C1EB;
}
.AnyTagClassName
{
color: #E2C1EB;
}
</style>
background-color css
<style>
a { background-color: #E2C1EB; }
a { background-color: rgb(226,193,235); }
div.DivClassName
{
background-color: #E2C1EB;
}
.BgClassName
{
background-color: #E2C1EB;
}
</style>
border-color css
<style>
span { border-color: #E2C1EB; }
span { border-color: rgb(226,193,235); }
td.TdClassName
{
border-color: #E2C1EB;
}
.TagClassName
{
border-color: #E2C1EB;
}
</style>