Shades of Blue Chalk #E2C1EC
Tints of Blue Chalk #E2C1EC
RGB
CMYK
RGB Variations
Color information
#E2C1EC (or 0xE2C1EC) is known color: Blue Chalk. HEX triplet: E2, C1 and EC. RGB value is (226,193,236). Sum of RGB (Red+Green+Blue) = 226+193+236=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 193 (75.78% from 255 or 29.47% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C1EC is #1D3E13. Grayscale: #CFCFCF. Windows color (decimal): -1916436 or 15516130. OLE color: 15516130.
HSL color Cylindrical-coordinate representation of color #E2C1EC: hue angle of 286.05º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2C1EC is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 193 | 236 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.07 |
| HSL | 286.05º | 0.53% | 0.84% | - |
| HSV(B) | 286.05º | 0.18% | 0.93% | - |
| XYZ | 65.57 | 60.36 | 87.55 | - |
| YUV | 207.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 193 | 236 | 0.04 | 0.18 | 0 | 0.07 | 286.05 | 0.53 | 0.84 |
| Hex | E2 | C1 | EC | 4 | 12 | 0 | 7 | 11E | 35 | 54 |
| Octal | 342 | 301 | 354 | 4 | 22 | 0 | 7 | 436 | 65 | 124 |
| Binary | 11100010 | 11000001 | 11101100 | 100 | 10010 | 0 | 111 | 100011110 | 110101 | 1010100 |
Color Harmonies of #E2C1EC
Complementary color
Monochromatic Colors of #E2C1EC
Black with #E2C1EC
Text Example
Text Example
White with #E2C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C1EC; }
p { color: rgb(226,193,236); }
H1.HeaderClassName
{
color: #E2C1EC;
}
.AnyTagClassName
{
color: #E2C1EC;
}
</style>
background-color css
<style>
a { background-color: #E2C1EC; }
a { background-color: rgb(226,193,236); }
div.DivClassName
{
background-color: #E2C1EC;
}
.BgClassName
{
background-color: #E2C1EC;
}
</style>
border-color css
<style>
span { border-color: #E2C1EC; }
span { border-color: rgb(226,193,236); }
td.TdClassName
{
border-color: #E2C1EC;
}
.TagClassName
{
border-color: #E2C1EC;
}
</style>