Shades of Blue Chalk #E1BCEB
Tints of Blue Chalk #E1BCEB
RGB
CMYK
RGB Variations
Color information
#E1BCEB (or 0xE1BCEB) is known color: Blue Chalk. HEX triplet: E1, BC and EB. RGB value is (225,188,235). Sum of RGB (Red+Green+Blue) = 225+188+235=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BCEB is #1E4314. Grayscale: #CCCCCC. Windows color (decimal): -1983253 or 15449313. OLE color: 15449313.
HSL color Cylindrical-coordinate representation of color #E1BCEB: hue angle of 287.23º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1BCEB is Cyan = 0.04, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 188 | 235 | - |
| CMYK | 0.04 | 0.2 | 0 | 0.08 |
| HSL | 287.23º | 0.54% | 0.83% | - |
| HSV(B) | 287.23º | 0.2% | 0.92% | - |
| XYZ | 64.03 | 57.97 | 86.41 | - |
| YUV | 204.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 235 | 0.04 | 0.2 | 0 | 0.08 | 287.23 | 0.54 | 0.83 |
| Hex | E1 | BC | EB | 4 | 14 | 0 | 8 | 11F | 36 | 53 |
| Octal | 341 | 274 | 353 | 4 | 24 | 0 | 10 | 437 | 66 | 123 |
| Binary | 11100001 | 10111100 | 11101011 | 100 | 10100 | 0 | 1000 | 100011111 | 110110 | 1010011 |
Color Harmonies of #E1BCEB
Complementary color
Monochromatic Colors of #E1BCEB
Black with #E1BCEB
Text Example
Text Example
White with #E1BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCEB; }
p { color: rgb(225,188,235); }
H1.HeaderClassName
{
color: #E1BCEB;
}
.AnyTagClassName
{
color: #E1BCEB;
}
</style>
background-color css
<style>
a { background-color: #E1BCEB; }
a { background-color: rgb(225,188,235); }
div.DivClassName
{
background-color: #E1BCEB;
}
.BgClassName
{
background-color: #E1BCEB;
}
</style>
border-color css
<style>
span { border-color: #E1BCEB; }
span { border-color: rgb(225,188,235); }
td.TdClassName
{
border-color: #E1BCEB;
}
.TagClassName
{
border-color: #E1BCEB;
}
</style>