Shades of Blue Chalk #E5D1ED
Tints of Blue Chalk #E5D1ED
RGB
CMYK
RGB Variations
Color information
#E5D1ED (or 0xE5D1ED) is known color: Blue Chalk. HEX triplet: E5, D1 and ED. RGB value is (229,209,237). Sum of RGB (Red+Green+Blue) = 229+209+237=675 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.93% from 675); Green value is 209 (82.03% from 255 or 30.96% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5D1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D1ED is #1A2E12. Grayscale: #DADADA. Windows color (decimal): -1715731 or 15585765. OLE color: 15585765.
HSL color Cylindrical-coordinate representation of color #E5D1ED: hue angle of 282.86º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5D1ED is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 209 | 237 | - |
CMYK | 0.03 | 0.12 | 0 | 0.07 |
HSL | 282.86º | 0.44% | 0.87% | - |
HSV(B) | 282.86º | 0.12% | 0.93% | - |
XYZ | 70.4 | 68.37 | 89.61 | - |
YUV | 218.17 | 138.63 | 135.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 209 | 237 | 0.03 | 0.12 | 0 | 0.07 | 282.86 | 0.44 | 0.87 |
Hex | E5 | D1 | ED | 3 | C | 0 | 7 | 11B | 2C | 57 |
Octal | 345 | 321 | 355 | 3 | 14 | 0 | 7 | 433 | 54 | 127 |
Binary | 11100101 | 11010001 | 11101101 | 11 | 1100 | 0 | 111 | 100011011 | 101100 | 1010111 |
Color Harmonies of #E5D1ED
Complementary color
Monochromatic Colors of #E5D1ED
Black with #E5D1ED
Text Example
Text Example
White with #E5D1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D1ED; }
p { color: rgb(229,209,237); }
H1.HeaderClassName
{
color: #E5D1ED;
}
.AnyTagClassName
{
color: #E5D1ED;
}
</style>
background-color css
<style>
a { background-color: #E5D1ED; }
a { background-color: rgb(229,209,237); }
div.DivClassName
{
background-color: #E5D1ED;
}
.BgClassName
{
background-color: #E5D1ED;
}
</style>
border-color css
<style>
span { border-color: #E5D1ED; }
span { border-color: rgb(229,209,237); }
td.TdClassName
{
border-color: #E5D1ED;
}
.TagClassName
{
border-color: #E5D1ED;
}
</style>