Shades of Blue Chalk #E2C0ED
Tints of Blue Chalk #E2C0ED
RGB
CMYK
RGB Variations
Color information
#E2C0ED (or 0xE2C0ED) is known color: Blue Chalk. HEX triplet: E2, C0 and ED. RGB value is (226,192,237). Sum of RGB (Red+Green+Blue) = 226+192+237=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2C0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C0ED is #1D3F12. Grayscale: #CFCFCF. Windows color (decimal): -1916691 or 15581410. OLE color: 15581410.
HSL color Cylindrical-coordinate representation of color #E2C0ED: hue angle of 285.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2C0ED is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 192 | 237 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.07 |
| HSL | 285.33º | 0.56% | 0.84% | - |
| HSV(B) | 285.33º | 0.19% | 0.93% | - |
| XYZ | 65.5 | 59.98 | 88.25 | - |
| YUV | 207.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 237 | 0.05 | 0.19 | 0 | 0.07 | 285.33 | 0.56 | 0.84 |
| Hex | E2 | C0 | ED | 5 | 13 | 0 | 7 | 11D | 38 | 54 |
| Octal | 342 | 300 | 355 | 5 | 23 | 0 | 7 | 435 | 70 | 124 |
| Binary | 11100010 | 11000000 | 11101101 | 101 | 10011 | 0 | 111 | 100011101 | 111000 | 1010100 |
Color Harmonies of #E2C0ED
Complementary color
Monochromatic Colors of #E2C0ED
Black with #E2C0ED
Text Example
Text Example
White with #E2C0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C0ED; }
p { color: rgb(226,192,237); }
H1.HeaderClassName
{
color: #E2C0ED;
}
.AnyTagClassName
{
color: #E2C0ED;
}
</style>
background-color css
<style>
a { background-color: #E2C0ED; }
a { background-color: rgb(226,192,237); }
div.DivClassName
{
background-color: #E2C0ED;
}
.BgClassName
{
background-color: #E2C0ED;
}
</style>
border-color css
<style>
span { border-color: #E2C0ED; }
span { border-color: rgb(226,192,237); }
td.TdClassName
{
border-color: #E2C0ED;
}
.TagClassName
{
border-color: #E2C0ED;
}
</style>