Shades of Blue Chalk #E5D7EB
Tints of Blue Chalk #E5D7EB
RGB
CMYK
RGB Variations
Color information
#E5D7EB (or 0xE5D7EB) is known color: Blue Chalk. HEX triplet: E5, D7 and EB. RGB value is (229,215,235). Sum of RGB (Red+Green+Blue) = 229+215+235=679 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.73% from 679); Green value is 215 (84.38% from 255 or 31.66% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5D7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D7EB is #1A2814. Grayscale: #DDDDDD. Windows color (decimal): -1714197 or 15456229. OLE color: 15456229.
HSL color Cylindrical-coordinate representation of color #E5D7EB: hue angle of 282º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5D7EB is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 215 | 235 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.08 |
| HSL | 282º | 0.33% | 0.88% | - |
| HSV(B) | 282º | 0.09% | 0.92% | - |
| XYZ | 71.61 | 71.26 | 88.58 | - |
| YUV | 221.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 235 | 0.03 | 0.09 | 0 | 0.08 | 282 | 0.33 | 0.88 |
| Hex | E5 | D7 | EB | 3 | 9 | 0 | 8 | 11A | 21 | 58 |
| Octal | 345 | 327 | 353 | 3 | 11 | 0 | 10 | 432 | 41 | 130 |
| Binary | 11100101 | 11010111 | 11101011 | 11 | 1001 | 0 | 1000 | 100011010 | 100001 | 1011000 |
Color Harmonies of #E5D7EB
Complementary color
Monochromatic Colors of #E5D7EB
Black with #E5D7EB
Text Example
Text Example
White with #E5D7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D7EB; }
p { color: rgb(229,215,235); }
H1.HeaderClassName
{
color: #E5D7EB;
}
.AnyTagClassName
{
color: #E5D7EB;
}
</style>
background-color css
<style>
a { background-color: #E5D7EB; }
a { background-color: rgb(229,215,235); }
div.DivClassName
{
background-color: #E5D7EB;
}
.BgClassName
{
background-color: #E5D7EB;
}
</style>
border-color css
<style>
span { border-color: #E5D7EB; }
span { border-color: rgb(229,215,235); }
td.TdClassName
{
border-color: #E5D7EB;
}
.TagClassName
{
border-color: #E5D7EB;
}
</style>