Shades of Blue Chalk #E2C9EF
Tints of Blue Chalk #E2C9EF
RGB
CMYK
RGB Variations
Color information
#E2C9EF (or 0xE2C9EF) is known color: Blue Chalk. HEX triplet: E2, C9 and EF. RGB value is (226,201,239). Sum of RGB (Red+Green+Blue) = 226+201+239=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 201 (78.91% from 255 or 30.18% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2C9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C9EF is #1D3610. Grayscale: #D4D4D4. Windows color (decimal): -1914385 or 15714786. OLE color: 15714786.
HSL color Cylindrical-coordinate representation of color #E2C9EF: hue angle of 279.47º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2C9EF is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 201 | 239 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.06 |
| HSL | 279.47º | 0.54% | 0.86% | - |
| HSV(B) | 279.47º | 0.16% | 0.94% | - |
| XYZ | 67.83 | 64.17 | 90.47 | - |
| YUV | 212.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 239 | 0.05 | 0.16 | 0 | 0.06 | 279.47 | 0.54 | 0.86 |
| Hex | E2 | C9 | EF | 5 | 10 | 0 | 6 | 117 | 36 | 56 |
| Octal | 342 | 311 | 357 | 5 | 20 | 0 | 6 | 427 | 66 | 126 |
| Binary | 11100010 | 11001001 | 11101111 | 101 | 10000 | 0 | 110 | 100010111 | 110110 | 1010110 |
Color Harmonies of #E2C9EF
Complementary color
Monochromatic Colors of #E2C9EF
Black with #E2C9EF
Text Example
Text Example
White with #E2C9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C9EF; }
p { color: rgb(226,201,239); }
H1.HeaderClassName
{
color: #E2C9EF;
}
.AnyTagClassName
{
color: #E2C9EF;
}
</style>
background-color css
<style>
a { background-color: #E2C9EF; }
a { background-color: rgb(226,201,239); }
div.DivClassName
{
background-color: #E2C9EF;
}
.BgClassName
{
background-color: #E2C9EF;
}
</style>
border-color css
<style>
span { border-color: #E2C9EF; }
span { border-color: rgb(226,201,239); }
td.TdClassName
{
border-color: #E2C9EF;
}
.TagClassName
{
border-color: #E2C9EF;
}
</style>