Shades of Blue Chalk #E5BDED
Tints of Blue Chalk #E5BDED
RGB
CMYK
RGB Variations
Color information
#E5BDED (or 0xE5BDED) is known color: Blue Chalk. HEX triplet: E5, BD and ED. RGB value is (229,189,237). Sum of RGB (Red+Green+Blue) = 229+189+237=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BDED is #1A4212. Grayscale: #CECECE. Windows color (decimal): -1720851 or 15580645. OLE color: 15580645.
HSL color Cylindrical-coordinate representation of color #E5BDED: hue angle of 290º 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 #E5BDED is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 189 | 237 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.07 |
| HSL | 290º | 0.57% | 0.84% | - |
| HSV(B) | 290º | 0.2% | 0.93% | - |
| XYZ | 65.8 | 59.17 | 88.07 | - |
| YUV | 206.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 237 | 0.03 | 0.20 | 0 | 0.07 | 290 | 0.57 | 0.84 |
| Hex | E5 | BD | ED | 3 | 14 | 0 | 7 | 122 | 39 | 54 |
| Octal | 345 | 275 | 355 | 3 | 24 | 0 | 7 | 442 | 71 | 124 |
| Binary | 11100101 | 10111101 | 11101101 | 11 | 10100 | 0 | 111 | 100100010 | 111001 | 1010100 |
Color Harmonies of #E5BDED
Complementary color
Monochromatic Colors of #E5BDED
Black with #E5BDED
Text Example
Text Example
White with #E5BDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BDED; }
p { color: rgb(229,189,237); }
H1.HeaderClassName
{
color: #E5BDED;
}
.AnyTagClassName
{
color: #E5BDED;
}
</style>
background-color css
<style>
a { background-color: #E5BDED; }
a { background-color: rgb(229,189,237); }
div.DivClassName
{
background-color: #E5BDED;
}
.BgClassName
{
background-color: #E5BDED;
}
</style>
border-color css
<style>
span { border-color: #E5BDED; }
span { border-color: rgb(229,189,237); }
td.TdClassName
{
border-color: #E5BDED;
}
.TagClassName
{
border-color: #E5BDED;
}
</style>