Shades of Blue Chalk #E3BFEB
Tints of Blue Chalk #E3BFEB
RGB
CMYK
RGB Variations
Color information
#E3BFEB (or 0xE3BFEB) is known color: Blue Chalk. HEX triplet: E3, BF and EB. RGB value is (227,191,235). Sum of RGB (Red+Green+Blue) = 227+191+235=653 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.76% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BFEB is #1C4014. Grayscale: #CECECE. Windows color (decimal): -1851413 or 15450083. OLE color: 15450083.
HSL color Cylindrical-coordinate representation of color #E3BFEB: hue angle of 289.09º 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 #E3BFEB is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 191 | 235 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.08 |
| HSL | 289.09º | 0.52% | 0.84% | - |
| HSV(B) | 289.09º | 0.19% | 0.92% | - |
| XYZ | 65.3 | 59.59 | 86.66 | - |
| YUV | 206.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 191 | 235 | 0.03 | 0.19 | 0 | 0.08 | 289.09 | 0.52 | 0.84 |
| Hex | E3 | BF | EB | 3 | 13 | 0 | 8 | 121 | 34 | 54 |
| Octal | 343 | 277 | 353 | 3 | 23 | 0 | 10 | 441 | 64 | 124 |
| Binary | 11100011 | 10111111 | 11101011 | 11 | 10011 | 0 | 1000 | 100100001 | 110100 | 1010100 |
Color Harmonies of #E3BFEB
Complementary color
Monochromatic Colors of #E3BFEB
Black with #E3BFEB
Text Example
Text Example
White with #E3BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BFEB; }
p { color: rgb(227,191,235); }
H1.HeaderClassName
{
color: #E3BFEB;
}
.AnyTagClassName
{
color: #E3BFEB;
}
</style>
background-color css
<style>
a { background-color: #E3BFEB; }
a { background-color: rgb(227,191,235); }
div.DivClassName
{
background-color: #E3BFEB;
}
.BgClassName
{
background-color: #E3BFEB;
}
</style>
border-color css
<style>
span { border-color: #E3BFEB; }
span { border-color: rgb(227,191,235); }
td.TdClassName
{
border-color: #E3BFEB;
}
.TagClassName
{
border-color: #E3BFEB;
}
</style>