Shades of Blue Chalk #E5BEEF
Tints of Blue Chalk #E5BEEF
RGB
CMYK
RGB Variations
Color information
#E5BEEF (or 0xE5BEEF) is known color: Blue Chalk. HEX triplet: E5, BE and EF. RGB value is (229,190,239). Sum of RGB (Red+Green+Blue) = 229+190+239=658 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.80% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BEEF is #1A4110. Grayscale: #CFCFCF. Windows color (decimal): -1720593 or 15711973. OLE color: 15711973.
HSL color Cylindrical-coordinate representation of color #E5BEEF: hue angle of 287.76º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5BEEF is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 190 | 239 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.06 |
| HSL | 287.76º | 0.6% | 0.84% | - |
| HSV(B) | 287.76º | 0.21% | 0.94% | - |
| XYZ | 66.31 | 59.72 | 89.69 | - |
| YUV | 207.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 239 | 0.04 | 0.21 | 0 | 0.06 | 287.76 | 0.6 | 0.84 |
| Hex | E5 | BE | EF | 4 | 15 | 0 | 6 | 120 | 3C | 54 |
| Octal | 345 | 276 | 357 | 4 | 25 | 0 | 6 | 440 | 74 | 124 |
| Binary | 11100101 | 10111110 | 11101111 | 100 | 10101 | 0 | 110 | 100100000 | 111100 | 1010100 |
Color Harmonies of #E5BEEF
Complementary color
Monochromatic Colors of #E5BEEF
Black with #E5BEEF
Text Example
Text Example
White with #E5BEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BEEF; }
p { color: rgb(229,190,239); }
H1.HeaderClassName
{
color: #E5BEEF;
}
.AnyTagClassName
{
color: #E5BEEF;
}
</style>
background-color css
<style>
a { background-color: #E5BEEF; }
a { background-color: rgb(229,190,239); }
div.DivClassName
{
background-color: #E5BEEF;
}
.BgClassName
{
background-color: #E5BEEF;
}
</style>
border-color css
<style>
span { border-color: #E5BEEF; }
span { border-color: rgb(229,190,239); }
td.TdClassName
{
border-color: #E5BEEF;
}
.TagClassName
{
border-color: #E5BEEF;
}
</style>