Shades of Blue Chalk #E4BFED
Tints of Blue Chalk #E4BFED
RGB
CMYK
RGB Variations
Color information
#E4BFED (or 0xE4BFED) is known color: Blue Chalk. HEX triplet: E4, BF and ED. RGB value is (228,191,237). Sum of RGB (Red+Green+Blue) = 228+191+237=656 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.76% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4BFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BFED is #1B4012. Grayscale: #CFCFCF. Windows color (decimal): -1785875 or 15581156. OLE color: 15581156.
HSL color Cylindrical-coordinate representation of color #E4BFED: hue angle of 288.26º degrees, saturation: 0.56, 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 #E4BFED is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 191 | 237 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.07 |
| HSL | 288.26º | 0.56% | 0.84% | - |
| HSV(B) | 288.26º | 0.19% | 0.93% | - |
| XYZ | 65.91 | 59.87 | 88.2 | - |
| YUV | 207.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 191 | 237 | 0.04 | 0.19 | 0 | 0.07 | 288.26 | 0.56 | 0.84 |
| Hex | E4 | BF | ED | 4 | 13 | 0 | 7 | 120 | 38 | 54 |
| Octal | 344 | 277 | 355 | 4 | 23 | 0 | 7 | 440 | 70 | 124 |
| Binary | 11100100 | 10111111 | 11101101 | 100 | 10011 | 0 | 111 | 100100000 | 111000 | 1010100 |
Color Harmonies of #E4BFED
Complementary color
Monochromatic Colors of #E4BFED
Black with #E4BFED
Text Example
Text Example
White with #E4BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BFED; }
p { color: rgb(228,191,237); }
H1.HeaderClassName
{
color: #E4BFED;
}
.AnyTagClassName
{
color: #E4BFED;
}
</style>
background-color css
<style>
a { background-color: #E4BFED; }
a { background-color: rgb(228,191,237); }
div.DivClassName
{
background-color: #E4BFED;
}
.BgClassName
{
background-color: #E4BFED;
}
</style>
border-color css
<style>
span { border-color: #E4BFED; }
span { border-color: rgb(228,191,237); }
td.TdClassName
{
border-color: #E4BFED;
}
.TagClassName
{
border-color: #E4BFED;
}
</style>