Shades of Blue Chalk #E5BEED
Tints of Blue Chalk #E5BEED
RGB
CMYK
RGB Variations
Color information
#E5BEED (or 0xE5BEED) is known color: Blue Chalk. HEX triplet: E5, BE and ED. RGB value is (229,190,237). Sum of RGB (Red+Green+Blue) = 229+190+237=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 190 (74.61% from 255 or 28.96% 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 #E5BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BEED is #1A4112. Grayscale: #CECECE. Windows color (decimal): -1720595 or 15580901. OLE color: 15580901.
HSL color Cylindrical-coordinate representation of color #E5BEED: hue angle of 289.79º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5BEED is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 190 | 237 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.07 |
| HSL | 289.79º | 0.57% | 0.84% | - |
| HSV(B) | 289.79º | 0.2% | 0.93% | - |
| XYZ | 66.01 | 59.6 | 88.15 | - |
| YUV | 207.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 237 | 0.03 | 0.20 | 0 | 0.07 | 289.79 | 0.57 | 0.84 |
| Hex | E5 | BE | ED | 3 | 14 | 0 | 7 | 122 | 39 | 54 |
| Octal | 345 | 276 | 355 | 3 | 24 | 0 | 7 | 442 | 71 | 124 |
| Binary | 11100101 | 10111110 | 11101101 | 11 | 10100 | 0 | 111 | 100100010 | 111001 | 1010100 |
Color Harmonies of #E5BEED
Complementary color
Monochromatic Colors of #E5BEED
Black with #E5BEED
Text Example
Text Example
White with #E5BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BEED; }
p { color: rgb(229,190,237); }
H1.HeaderClassName
{
color: #E5BEED;
}
.AnyTagClassName
{
color: #E5BEED;
}
</style>
background-color css
<style>
a { background-color: #E5BEED; }
a { background-color: rgb(229,190,237); }
div.DivClassName
{
background-color: #E5BEED;
}
.BgClassName
{
background-color: #E5BEED;
}
</style>
border-color css
<style>
span { border-color: #E5BEED; }
span { border-color: rgb(229,190,237); }
td.TdClassName
{
border-color: #E5BEED;
}
.TagClassName
{
border-color: #E5BEED;
}
</style>