Shades of Blue Chalk #E2D5EA
Tints of Blue Chalk #E2D5EA
RGB
CMYK
RGB Variations
Color information
#E2D5EA (or 0xE2D5EA) is known color: Blue Chalk. HEX triplet: E2, D5 and EA. RGB value is (226,213,234). Sum of RGB (Red+Green+Blue) = 226+213+234=673 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.58% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2D5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D5EA is #1D2A15. Grayscale: #DBDBDB. Windows color (decimal): -1911318 or 15390178. OLE color: 15390178.
HSL color Cylindrical-coordinate representation of color #E2D5EA: hue angle of 277.14º 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 #E2D5EA is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 213 | 234 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.08 |
| HSL | 277.14º | 0.33% | 0.88% | - |
| HSV(B) | 277.14º | 0.09% | 0.92% | - |
| XYZ | 70.01 | 69.7 | 87.61 | - |
| YUV | 219.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 234 | 0.03 | 0.09 | 0 | 0.08 | 277.14 | 0.33 | 0.88 |
| Hex | E2 | D5 | EA | 3 | 9 | 0 | 8 | 115 | 21 | 58 |
| Octal | 342 | 325 | 352 | 3 | 11 | 0 | 10 | 425 | 41 | 130 |
| Binary | 11100010 | 11010101 | 11101010 | 11 | 1001 | 0 | 1000 | 100010101 | 100001 | 1011000 |
Color Harmonies of #E2D5EA
Complementary color
Monochromatic Colors of #E2D5EA
Black with #E2D5EA
Text Example
Text Example
White with #E2D5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D5EA; }
p { color: rgb(226,213,234); }
H1.HeaderClassName
{
color: #E2D5EA;
}
.AnyTagClassName
{
color: #E2D5EA;
}
</style>
background-color css
<style>
a { background-color: #E2D5EA; }
a { background-color: rgb(226,213,234); }
div.DivClassName
{
background-color: #E2D5EA;
}
.BgClassName
{
background-color: #E2D5EA;
}
</style>
border-color css
<style>
span { border-color: #E2D5EA; }
span { border-color: rgb(226,213,234); }
td.TdClassName
{
border-color: #E2D5EA;
}
.TagClassName
{
border-color: #E2D5EA;
}
</style>