Shades of Blue Chalk #E2BEEC
Tints of Blue Chalk #E2BEEC
RGB
CMYK
RGB Variations
Color information
#E2BEEC (or 0xE2BEEC) is known color: Blue Chalk. HEX triplet: E2, BE and EC. RGB value is (226,190,236). Sum of RGB (Red+Green+Blue) = 226+190+236=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEEC is #1D4113. Grayscale: #CDCDCD. Windows color (decimal): -1917204 or 15515362. OLE color: 15515362.
HSL color Cylindrical-coordinate representation of color #E2BEEC: hue angle of 286.96º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2BEEC is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 190 | 236 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.07 |
| HSL | 286.96º | 0.55% | 0.84% | - |
| HSV(B) | 286.96º | 0.19% | 0.93% | - |
| XYZ | 64.92 | 59.05 | 87.33 | - |
| YUV | 206.01 | 144.93 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 236 | 0.04 | 0.19 | 0 | 0.07 | 286.96 | 0.55 | 0.84 |
| Hex | E2 | BE | EC | 4 | 13 | 0 | 7 | 11F | 37 | 54 |
| Octal | 342 | 276 | 354 | 4 | 23 | 0 | 7 | 437 | 67 | 124 |
| Binary | 11100010 | 10111110 | 11101100 | 100 | 10011 | 0 | 111 | 100011111 | 110111 | 1010100 |
Color Harmonies of #E2BEEC
Complementary color
Monochromatic Colors of #E2BEEC
Black with #E2BEEC
Text Example
Text Example
White with #E2BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BEEC; }
p { color: rgb(226,190,236); }
H1.HeaderClassName
{
color: #E2BEEC;
}
.AnyTagClassName
{
color: #E2BEEC;
}
</style>
background-color css
<style>
a { background-color: #E2BEEC; }
a { background-color: rgb(226,190,236); }
div.DivClassName
{
background-color: #E2BEEC;
}
.BgClassName
{
background-color: #E2BEEC;
}
</style>
border-color css
<style>
span { border-color: #E2BEEC; }
span { border-color: rgb(226,190,236); }
td.TdClassName
{
border-color: #E2BEEC;
}
.TagClassName
{
border-color: #E2BEEC;
}
</style>