Shades of Blue Chalk #E2CEEA
Tints of Blue Chalk #E2CEEA
RGB
CMYK
RGB Variations
Color information
#E2CEEA (or 0xE2CEEA) is known color: Blue Chalk. HEX triplet: E2, CE and EA. RGB value is (226,206,234). Sum of RGB (Red+Green+Blue) = 226+206+234=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEEA is #1D3115. Grayscale: #D7D7D7. Windows color (decimal): -1913110 or 15388386. OLE color: 15388386.
HSL color Cylindrical-coordinate representation of color #E2CEEA: hue angle of 282.86º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2CEEA is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 206 | 234 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.08 |
| HSL | 282.86º | 0.4% | 0.86% | - |
| HSV(B) | 282.86º | 0.12% | 0.92% | - |
| XYZ | 68.29 | 66.25 | 87.03 | - |
| YUV | 215.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 234 | 0.03 | 0.12 | 0 | 0.08 | 282.86 | 0.4 | 0.86 |
| Hex | E2 | CE | EA | 3 | C | 0 | 8 | 11B | 28 | 56 |
| Octal | 342 | 316 | 352 | 3 | 14 | 0 | 10 | 433 | 50 | 126 |
| Binary | 11100010 | 11001110 | 11101010 | 11 | 1100 | 0 | 1000 | 100011011 | 101000 | 1010110 |
Color Harmonies of #E2CEEA
Complementary color
Monochromatic Colors of #E2CEEA
Black with #E2CEEA
Text Example
Text Example
White with #E2CEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CEEA; }
p { color: rgb(226,206,234); }
H1.HeaderClassName
{
color: #E2CEEA;
}
.AnyTagClassName
{
color: #E2CEEA;
}
</style>
background-color css
<style>
a { background-color: #E2CEEA; }
a { background-color: rgb(226,206,234); }
div.DivClassName
{
background-color: #E2CEEA;
}
.BgClassName
{
background-color: #E2CEEA;
}
</style>
border-color css
<style>
span { border-color: #E2CEEA; }
span { border-color: rgb(226,206,234); }
td.TdClassName
{
border-color: #E2CEEA;
}
.TagClassName
{
border-color: #E2CEEA;
}
</style>