Shades of Blue Chalk #E2C8F6
Tints of Blue Chalk #E2C8F6
RGB
CMYK
RGB Variations
Color information
#E2C8F6 (or 0xE2C8F6) is known color: Blue Chalk. HEX triplet: E2, C8 and F6. RGB value is (226,200,246). Sum of RGB (Red+Green+Blue) = 226+200+246=672 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.63% from 672); Green value is 200 (78.52% from 255 or 29.76% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #E2C8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C8F6 is #1D3709. Grayscale: #D4D4D4. Windows color (decimal): -1914634 or 16173282. OLE color: 16173282.
HSL color Cylindrical-coordinate representation of color #E2C8F6: hue angle of 273.91º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2C8F6 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 200 | 246 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.04 |
| HSL | 273.91º | 0.72% | 0.87% | - |
| HSV(B) | 273.91º | 0.19% | 0.96% | - |
| XYZ | 68.65 | 64.13 | 95.95 | - |
| YUV | 213.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 200 | 246 | 0.08 | 0.19 | 0 | 0.04 | 273.91 | 0.72 | 0.87 |
| Hex | E2 | C8 | F6 | 8 | 13 | 0 | 4 | 112 | 48 | 57 |
| Octal | 342 | 310 | 366 | 10 | 23 | 0 | 4 | 422 | 110 | 127 |
| Binary | 11100010 | 11001000 | 11110110 | 1000 | 10011 | 0 | 100 | 100010010 | 1001000 | 1010111 |
Color Harmonies of #E2C8F6
Complementary color
Monochromatic Colors of #E2C8F6
Black with #E2C8F6
Text Example
Text Example
White with #E2C8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C8F6; }
p { color: rgb(226,200,246); }
H1.HeaderClassName
{
color: #E2C8F6;
}
.AnyTagClassName
{
color: #E2C8F6;
}
</style>
background-color css
<style>
a { background-color: #E2C8F6; }
a { background-color: rgb(226,200,246); }
div.DivClassName
{
background-color: #E2C8F6;
}
.BgClassName
{
background-color: #E2C8F6;
}
</style>
border-color css
<style>
span { border-color: #E2C8F6; }
span { border-color: rgb(226,200,246); }
td.TdClassName
{
border-color: #E2C8F6;
}
.TagClassName
{
border-color: #E2C8F6;
}
</style>