Shades of Blue Chalk #E4BFEC
Tints of Blue Chalk #E4BFEC
RGB
CMYK
RGB Variations
Color information
#E4BFEC (or 0xE4BFEC) is known color: Blue Chalk. HEX triplet: E4, BF and EC. RGB value is (228,191,236). Sum of RGB (Red+Green+Blue) = 228+191+236=655 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.81% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BFEC is #1B4013. Grayscale: #CFCFCF. Windows color (decimal): -1785876 or 15515620. OLE color: 15515620.
HSL color Cylindrical-coordinate representation of color #E4BFEC: hue angle of 289.33º degrees, saturation: 0.54, 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 #E4BFEC is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 191 | 236 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.07 |
| HSL | 289.33º | 0.54% | 0.84% | - |
| HSV(B) | 289.33º | 0.19% | 0.93% | - |
| XYZ | 65.77 | 59.81 | 87.44 | - |
| YUV | 207.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 191 | 236 | 0.03 | 0.19 | 0 | 0.07 | 289.33 | 0.54 | 0.84 |
| Hex | E4 | BF | EC | 3 | 13 | 0 | 7 | 121 | 36 | 54 |
| Octal | 344 | 277 | 354 | 3 | 23 | 0 | 7 | 441 | 66 | 124 |
| Binary | 11100100 | 10111111 | 11101100 | 11 | 10011 | 0 | 111 | 100100001 | 110110 | 1010100 |
Color Harmonies of #E4BFEC
Complementary color
Monochromatic Colors of #E4BFEC
Black with #E4BFEC
Text Example
Text Example
White with #E4BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BFEC; }
p { color: rgb(228,191,236); }
H1.HeaderClassName
{
color: #E4BFEC;
}
.AnyTagClassName
{
color: #E4BFEC;
}
</style>
background-color css
<style>
a { background-color: #E4BFEC; }
a { background-color: rgb(228,191,236); }
div.DivClassName
{
background-color: #E4BFEC;
}
.BgClassName
{
background-color: #E4BFEC;
}
</style>
border-color css
<style>
span { border-color: #E4BFEC; }
span { border-color: rgb(228,191,236); }
td.TdClassName
{
border-color: #E4BFEC;
}
.TagClassName
{
border-color: #E4BFEC;
}
</style>