Shades of Blue Chalk #E5D8ED
Tints of Blue Chalk #E5D8ED
RGB
CMYK
RGB Variations
Color information
#E5D8ED (or 0xE5D8ED) is known color: Blue Chalk. HEX triplet: E5, D8 and ED. RGB value is (229,216,237). Sum of RGB (Red+Green+Blue) = 229+216+237=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 216 (84.77% from 255 or 31.67% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5D8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D8ED is #1A2712. Grayscale: #DEDEDE. Windows color (decimal): -1713939 or 15587557. OLE color: 15587557.
HSL color Cylindrical-coordinate representation of color #E5D8ED: hue angle of 277.14º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5D8ED is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 216 | 237 | - |
CMYK | 0.03 | 0.09 | 0 | 0.07 |
HSL | 277.14º | 0.37% | 0.89% | - |
HSV(B) | 277.14º | 0.09% | 0.93% | - |
XYZ | 72.16 | 71.88 | 90.19 | - |
YUV | 222.28 | 136.31 | 132.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 216 | 237 | 0.03 | 0.09 | 0 | 0.07 | 277.14 | 0.37 | 0.89 |
Hex | E5 | D8 | ED | 3 | 9 | 0 | 7 | 115 | 25 | 59 |
Octal | 345 | 330 | 355 | 3 | 11 | 0 | 7 | 425 | 45 | 131 |
Binary | 11100101 | 11011000 | 11101101 | 11 | 1001 | 0 | 111 | 100010101 | 100101 | 1011001 |
Color Harmonies of #E5D8ED
Complementary color
Monochromatic Colors of #E5D8ED
Black with #E5D8ED
Text Example
Text Example
White with #E5D8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D8ED; }
p { color: rgb(229,216,237); }
H1.HeaderClassName
{
color: #E5D8ED;
}
.AnyTagClassName
{
color: #E5D8ED;
}
</style>
background-color css
<style>
a { background-color: #E5D8ED; }
a { background-color: rgb(229,216,237); }
div.DivClassName
{
background-color: #E5D8ED;
}
.BgClassName
{
background-color: #E5D8ED;
}
</style>
border-color css
<style>
span { border-color: #E5D8ED; }
span { border-color: rgb(229,216,237); }
td.TdClassName
{
border-color: #E5D8ED;
}
.TagClassName
{
border-color: #E5D8ED;
}
</style>