Shades of Blue Chalk #E0BFEB
Tints of Blue Chalk #E0BFEB
RGB
CMYK
RGB Variations
Color information
#E0BFEB (or 0xE0BFEB) is known color: Blue Chalk. HEX triplet: E0, BF and EB. RGB value is (224,191,235). Sum of RGB (Red+Green+Blue) = 224+191+235=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BFEB is #1F4014. Grayscale: #CDCDCD. Windows color (decimal): -2048021 or 15450080. OLE color: 15450080.
HSL color Cylindrical-coordinate representation of color #E0BFEB: hue angle of 285º 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 #E0BFEB is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 191 | 235 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.08 |
| HSL | 285º | 0.52% | 0.84% | - |
| HSV(B) | 285º | 0.19% | 0.92% | - |
| XYZ | 64.37 | 59.11 | 86.61 | - |
| YUV | 205.88 | 144.43 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 235 | 0.05 | 0.19 | 0 | 0.08 | 285 | 0.52 | 0.84 |
| Hex | E0 | BF | EB | 5 | 13 | 0 | 8 | 11D | 34 | 54 |
| Octal | 340 | 277 | 353 | 5 | 23 | 0 | 10 | 435 | 64 | 124 |
| Binary | 11100000 | 10111111 | 11101011 | 101 | 10011 | 0 | 1000 | 100011101 | 110100 | 1010100 |
Color Harmonies of #E0BFEB
Complementary color
Monochromatic Colors of #E0BFEB
Black with #E0BFEB
Text Example
Text Example
White with #E0BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFEB; }
p { color: rgb(224,191,235); }
H1.HeaderClassName
{
color: #E0BFEB;
}
.AnyTagClassName
{
color: #E0BFEB;
}
</style>
background-color css
<style>
a { background-color: #E0BFEB; }
a { background-color: rgb(224,191,235); }
div.DivClassName
{
background-color: #E0BFEB;
}
.BgClassName
{
background-color: #E0BFEB;
}
</style>
border-color css
<style>
span { border-color: #E0BFEB; }
span { border-color: rgb(224,191,235); }
td.TdClassName
{
border-color: #E0BFEB;
}
.TagClassName
{
border-color: #E0BFEB;
}
</style>