Shades of Blue Chalk #E2C2EF
Tints of Blue Chalk #E2C2EF
RGB
CMYK
RGB Variations
Color information
#E2C2EF (or 0xE2C2EF) is known color: Blue Chalk. HEX triplet: E2, C2 and EF. RGB value is (226,194,239). Sum of RGB (Red+Green+Blue) = 226+194+239=659 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.29% from 659); Green value is 194 (76.17% from 255 or 29.44% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2C2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C2EF is #1D3D10. Grayscale: #D0D0D0. Windows color (decimal): -1916177 or 15712994. OLE color: 15712994.
HSL color Cylindrical-coordinate representation of color #E2C2EF: hue angle of 282.67º degrees, saturation: 0.58, 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 #E2C2EF is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 194 | 239 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.06 |
| HSL | 282.67º | 0.58% | 0.85% | - |
| HSV(B) | 282.67º | 0.19% | 0.94% | - |
| XYZ | 66.24 | 60.98 | 89.94 | - |
| YUV | 208.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 194 | 239 | 0.05 | 0.19 | 0 | 0.06 | 282.67 | 0.58 | 0.85 |
| Hex | E2 | C2 | EF | 5 | 13 | 0 | 6 | 11B | 3A | 55 |
| Octal | 342 | 302 | 357 | 5 | 23 | 0 | 6 | 433 | 72 | 125 |
| Binary | 11100010 | 11000010 | 11101111 | 101 | 10011 | 0 | 110 | 100011011 | 111010 | 1010101 |
Color Harmonies of #E2C2EF
Complementary color
Monochromatic Colors of #E2C2EF
Black with #E2C2EF
Text Example
Text Example
White with #E2C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C2EF; }
p { color: rgb(226,194,239); }
H1.HeaderClassName
{
color: #E2C2EF;
}
.AnyTagClassName
{
color: #E2C2EF;
}
</style>
background-color css
<style>
a { background-color: #E2C2EF; }
a { background-color: rgb(226,194,239); }
div.DivClassName
{
background-color: #E2C2EF;
}
.BgClassName
{
background-color: #E2C2EF;
}
</style>
border-color css
<style>
span { border-color: #E2C2EF; }
span { border-color: rgb(226,194,239); }
td.TdClassName
{
border-color: #E2C2EF;
}
.TagClassName
{
border-color: #E2C2EF;
}
</style>