Shades of Blue Chalk #E2C5EA
Tints of Blue Chalk #E2C5EA
RGB
CMYK
RGB Variations
Color information
#E2C5EA (or 0xE2C5EA) is known color: Blue Chalk. HEX triplet: E2, C5 and EA. RGB value is (226,197,234). Sum of RGB (Red+Green+Blue) = 226+197+234=657 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.40% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2C5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C5EA is #1D3A15. Grayscale: #D1D1D1. Windows color (decimal): -1915414 or 15386082. OLE color: 15386082.
HSL color Cylindrical-coordinate representation of color #E2C5EA: hue angle of 287.03º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2C5EA is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 197 | 234 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.08 |
| HSL | 287.03º | 0.47% | 0.85% | - |
| HSV(B) | 287.03º | 0.16% | 0.92% | - |
| XYZ | 66.18 | 62.04 | 86.33 | - |
| YUV | 209.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 234 | 0.03 | 0.16 | 0 | 0.08 | 287.03 | 0.47 | 0.85 |
| Hex | E2 | C5 | EA | 3 | 10 | 0 | 8 | 11F | 2F | 55 |
| Octal | 342 | 305 | 352 | 3 | 20 | 0 | 10 | 437 | 57 | 125 |
| Binary | 11100010 | 11000101 | 11101010 | 11 | 10000 | 0 | 1000 | 100011111 | 101111 | 1010101 |
Color Harmonies of #E2C5EA
Complementary color
Monochromatic Colors of #E2C5EA
Black with #E2C5EA
Text Example
Text Example
White with #E2C5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C5EA; }
p { color: rgb(226,197,234); }
H1.HeaderClassName
{
color: #E2C5EA;
}
.AnyTagClassName
{
color: #E2C5EA;
}
</style>
background-color css
<style>
a { background-color: #E2C5EA; }
a { background-color: rgb(226,197,234); }
div.DivClassName
{
background-color: #E2C5EA;
}
.BgClassName
{
background-color: #E2C5EA;
}
</style>
border-color css
<style>
span { border-color: #E2C5EA; }
span { border-color: rgb(226,197,234); }
td.TdClassName
{
border-color: #E2C5EA;
}
.TagClassName
{
border-color: #E2C5EA;
}
</style>