Shades of Blue Chalk #E2D5ED
Tints of Blue Chalk #E2D5ED
RGB
CMYK
RGB Variations
Color information
#E2D5ED (or 0xE2D5ED) is known color: Blue Chalk. HEX triplet: E2, D5 and ED. RGB value is (226,213,237). Sum of RGB (Red+Green+Blue) = 226+213+237=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 213 (83.59% from 255 or 31.51% 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 #E2D5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D5ED is #1D2A12. Grayscale: #DBDBDB. Windows color (decimal): -1911315 or 15586786. OLE color: 15586786.
HSL color Cylindrical-coordinate representation of color #E2D5ED: hue angle of 272.5º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2D5ED is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 213 | 237 | - |
CMYK | 0.05 | 0.10 | 0 | 0.07 |
HSL | 272.5º | 0.4% | 0.88% | - |
HSV(B) | 272.5º | 0.1% | 0.93% | - |
XYZ | 70.44 | 69.87 | 89.89 | - |
YUV | 219.62 | 137.81 | 132.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 213 | 237 | 0.05 | 0.10 | 0 | 0.07 | 272.5 | 0.4 | 0.88 |
Hex | E2 | D5 | ED | 5 | A | 0 | 7 | 110 | 28 | 58 |
Octal | 342 | 325 | 355 | 5 | 12 | 0 | 7 | 420 | 50 | 130 |
Binary | 11100010 | 11010101 | 11101101 | 101 | 1010 | 0 | 111 | 100010000 | 101000 | 1011000 |
Color Harmonies of #E2D5ED
Complementary color
Monochromatic Colors of #E2D5ED
Black with #E2D5ED
Text Example
Text Example
White with #E2D5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D5ED; }
p { color: rgb(226,213,237); }
H1.HeaderClassName
{
color: #E2D5ED;
}
.AnyTagClassName
{
color: #E2D5ED;
}
</style>
background-color css
<style>
a { background-color: #E2D5ED; }
a { background-color: rgb(226,213,237); }
div.DivClassName
{
background-color: #E2D5ED;
}
.BgClassName
{
background-color: #E2D5ED;
}
</style>
border-color css
<style>
span { border-color: #E2D5ED; }
span { border-color: rgb(226,213,237); }
td.TdClassName
{
border-color: #E2D5ED;
}
.TagClassName
{
border-color: #E2D5ED;
}
</style>