Shades of Blue Chalk #E5D8EB
Tints of Blue Chalk #E5D8EB
RGB
CMYK
RGB Variations
Color information
#E5D8EB (or 0xE5D8EB) is known color: Blue Chalk. HEX triplet: E5, D8 and EB. RGB value is (229,216,235). Sum of RGB (Red+Green+Blue) = 229+216+235=680 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.68% from 680); Green value is 216 (84.77% from 255 or 31.76% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5D8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D8EB is #1A2714. Grayscale: #DDDDDD. Windows color (decimal): -1713941 or 15456485. OLE color: 15456485.
HSL color Cylindrical-coordinate representation of color #E5D8EB: hue angle of 281.05º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5D8EB is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 216 | 235 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.08 |
| HSL | 281.05º | 0.32% | 0.88% | - |
| HSV(B) | 281.05º | 0.08% | 0.92% | - |
| XYZ | 71.86 | 71.77 | 88.66 | - |
| YUV | 222.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 235 | 0.03 | 0.08 | 0 | 0.08 | 281.05 | 0.32 | 0.88 |
| Hex | E5 | D8 | EB | 3 | 8 | 0 | 8 | 119 | 20 | 58 |
| Octal | 345 | 330 | 353 | 3 | 10 | 0 | 10 | 431 | 40 | 130 |
| Binary | 11100101 | 11011000 | 11101011 | 11 | 1000 | 0 | 1000 | 100011001 | 100000 | 1011000 |
Color Harmonies of #E5D8EB
Complementary color
Monochromatic Colors of #E5D8EB
Black with #E5D8EB
Text Example
Text Example
White with #E5D8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D8EB; }
p { color: rgb(229,216,235); }
H1.HeaderClassName
{
color: #E5D8EB;
}
.AnyTagClassName
{
color: #E5D8EB;
}
</style>
background-color css
<style>
a { background-color: #E5D8EB; }
a { background-color: rgb(229,216,235); }
div.DivClassName
{
background-color: #E5D8EB;
}
.BgClassName
{
background-color: #E5D8EB;
}
</style>
border-color css
<style>
span { border-color: #E5D8EB; }
span { border-color: rgb(229,216,235); }
td.TdClassName
{
border-color: #E5D8EB;
}
.TagClassName
{
border-color: #E5D8EB;
}
</style>