Shades of Blue Chalk #E1BFEB
Tints of Blue Chalk #E1BFEB
RGB
CMYK
RGB Variations
Color information
#E1BFEB (or 0xE1BFEB) is known color: Blue Chalk. HEX triplet: E1, BF and EB. RGB value is (225,191,235). Sum of RGB (Red+Green+Blue) = 225+191+235=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFEB is #1E4014. Grayscale: #CECECE. Windows color (decimal): -1982485 or 15450081. OLE color: 15450081.
HSL color Cylindrical-coordinate representation of color #E1BFEB: hue angle of 286.36º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1BFEB is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 191 | 235 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.08 |
| HSL | 286.36º | 0.52% | 0.84% | - |
| HSV(B) | 286.36º | 0.19% | 0.92% | - |
| XYZ | 64.68 | 59.27 | 86.63 | - |
| YUV | 206.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 235 | 0.04 | 0.19 | 0 | 0.08 | 286.36 | 0.52 | 0.84 |
| Hex | E1 | BF | EB | 4 | 13 | 0 | 8 | 11E | 34 | 54 |
| Octal | 341 | 277 | 353 | 4 | 23 | 0 | 10 | 436 | 64 | 124 |
| Binary | 11100001 | 10111111 | 11101011 | 100 | 10011 | 0 | 1000 | 100011110 | 110100 | 1010100 |
Color Harmonies of #E1BFEB
Complementary color
Monochromatic Colors of #E1BFEB
Black with #E1BFEB
Text Example
Text Example
White with #E1BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFEB; }
p { color: rgb(225,191,235); }
H1.HeaderClassName
{
color: #E1BFEB;
}
.AnyTagClassName
{
color: #E1BFEB;
}
</style>
background-color css
<style>
a { background-color: #E1BFEB; }
a { background-color: rgb(225,191,235); }
div.DivClassName
{
background-color: #E1BFEB;
}
.BgClassName
{
background-color: #E1BFEB;
}
</style>
border-color css
<style>
span { border-color: #E1BFEB; }
span { border-color: rgb(225,191,235); }
td.TdClassName
{
border-color: #E1BFEB;
}
.TagClassName
{
border-color: #E1BFEB;
}
</style>