Shades of Blue Chalk #E8CEF6
Tints of Blue Chalk #E8CEF6
RGB
CMYK
RGB Variations
Color information
#E8CEF6 (or 0xE8CEF6) is known color: Blue Chalk. HEX triplet: E8, CE and F6. RGB value is (232,206,246). Sum of RGB (Red+Green+Blue) = 232+206+246=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 246 - color contains mainly: blue. Hex color #E8CEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CEF6 is #173109. Grayscale: #DADADA. Windows color (decimal): -1519882 or 16174824. OLE color: 16174824.
HSL color Cylindrical-coordinate representation of color #E8CEF6: hue angle of 279º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E8CEF6 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 206 | 246 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.04 |
| HSL | 279º | 0.69% | 0.89% | - |
| HSV(B) | 279º | 0.16% | 0.96% | - |
| XYZ | 71.98 | 67.95 | 96.51 | - |
| YUV | 218.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 246 | 0.06 | 0.16 | 0 | 0.04 | 279 | 0.69 | 0.89 |
| Hex | E8 | CE | F6 | 6 | 10 | 0 | 4 | 117 | 45 | 59 |
| Octal | 350 | 316 | 366 | 6 | 20 | 0 | 4 | 427 | 105 | 131 |
| Binary | 11101000 | 11001110 | 11110110 | 110 | 10000 | 0 | 100 | 100010111 | 1000101 | 1011001 |
Color Harmonies of #E8CEF6
Complementary color
Monochromatic Colors of #E8CEF6
Black with #E8CEF6
Text Example
Text Example
White with #E8CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CEF6; }
p { color: rgb(232,206,246); }
H1.HeaderClassName
{
color: #E8CEF6;
}
.AnyTagClassName
{
color: #E8CEF6;
}
</style>
background-color css
<style>
a { background-color: #E8CEF6; }
a { background-color: rgb(232,206,246); }
div.DivClassName
{
background-color: #E8CEF6;
}
.BgClassName
{
background-color: #E8CEF6;
}
</style>
border-color css
<style>
span { border-color: #E8CEF6; }
span { border-color: rgb(232,206,246); }
td.TdClassName
{
border-color: #E8CEF6;
}
.TagClassName
{
border-color: #E8CEF6;
}
</style>