Shades of Blue Chalk #E5BDEE
Tints of Blue Chalk #E5BDEE
RGB
CMYK
RGB Variations
Color information
#E5BDEE (or 0xE5BDEE) is known color: Blue Chalk. HEX triplet: E5, BD and EE. RGB value is (229,189,238). Sum of RGB (Red+Green+Blue) = 229+189+238=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5BDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BDEE is #1A4211. Grayscale: #CECECE. Windows color (decimal): -1720850 or 15646181. OLE color: 15646181.
HSL color Cylindrical-coordinate representation of color #E5BDEE: hue angle of 288.98º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5BDEE is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 189 | 238 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.07 |
| HSL | 288.98º | 0.59% | 0.84% | - |
| HSV(B) | 288.98º | 0.21% | 0.93% | - |
| XYZ | 65.94 | 59.23 | 88.85 | - |
| YUV | 206.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 238 | 0.04 | 0.21 | 0 | 0.07 | 288.98 | 0.59 | 0.84 |
| Hex | E5 | BD | EE | 4 | 15 | 0 | 7 | 121 | 3B | 54 |
| Octal | 345 | 275 | 356 | 4 | 25 | 0 | 7 | 441 | 73 | 124 |
| Binary | 11100101 | 10111101 | 11101110 | 100 | 10101 | 0 | 111 | 100100001 | 111011 | 1010100 |
Color Harmonies of #E5BDEE
Complementary color
Monochromatic Colors of #E5BDEE
Black with #E5BDEE
Text Example
Text Example
White with #E5BDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BDEE; }
p { color: rgb(229,189,238); }
H1.HeaderClassName
{
color: #E5BDEE;
}
.AnyTagClassName
{
color: #E5BDEE;
}
</style>
background-color css
<style>
a { background-color: #E5BDEE; }
a { background-color: rgb(229,189,238); }
div.DivClassName
{
background-color: #E5BDEE;
}
.BgClassName
{
background-color: #E5BDEE;
}
</style>
border-color css
<style>
span { border-color: #E5BDEE; }
span { border-color: rgb(229,189,238); }
td.TdClassName
{
border-color: #E5BDEE;
}
.TagClassName
{
border-color: #E5BDEE;
}
</style>