Shades of Blue Chalk #E5D2ED
Tints of Blue Chalk #E5D2ED
RGB
CMYK
RGB Variations
Color information
#E5D2ED (or 0xE5D2ED) is known color: Blue Chalk. HEX triplet: E5, D2 and ED. RGB value is (229,210,237). Sum of RGB (Red+Green+Blue) = 229+210+237=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 210 (82.42% from 255 or 31.07% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5D2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D2ED is #1A2D12. Grayscale: #DADADA. Windows color (decimal): -1715475 or 15586021. OLE color: 15586021.
HSL color Cylindrical-coordinate representation of color #E5D2ED: hue angle of 282.22º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5D2ED is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 210 | 237 | - |
CMYK | 0.03 | 0.11 | 0 | 0.07 |
HSL | 282.22º | 0.43% | 0.88% | - |
HSV(B) | 282.22º | 0.11% | 0.93% | - |
XYZ | 70.65 | 68.87 | 89.69 | - |
YUV | 218.76 | 138.29 | 135.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 210 | 237 | 0.03 | 0.11 | 0 | 0.07 | 282.22 | 0.43 | 0.88 |
Hex | E5 | D2 | ED | 3 | B | 0 | 7 | 11A | 2B | 58 |
Octal | 345 | 322 | 355 | 3 | 13 | 0 | 7 | 432 | 53 | 130 |
Binary | 11100101 | 11010010 | 11101101 | 11 | 1011 | 0 | 111 | 100011010 | 101011 | 1011000 |
Color Harmonies of #E5D2ED
Complementary color
Monochromatic Colors of #E5D2ED
Black with #E5D2ED
Text Example
Text Example
White with #E5D2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D2ED; }
p { color: rgb(229,210,237); }
H1.HeaderClassName
{
color: #E5D2ED;
}
.AnyTagClassName
{
color: #E5D2ED;
}
</style>
background-color css
<style>
a { background-color: #E5D2ED; }
a { background-color: rgb(229,210,237); }
div.DivClassName
{
background-color: #E5D2ED;
}
.BgClassName
{
background-color: #E5D2ED;
}
</style>
border-color css
<style>
span { border-color: #E5D2ED; }
span { border-color: rgb(229,210,237); }
td.TdClassName
{
border-color: #E5D2ED;
}
.TagClassName
{
border-color: #E5D2ED;
}
</style>