Shades of Blue Chalk #E8CEF9
Tints of Blue Chalk #E8CEF9
RGB
CMYK
RGB Variations
Color information
#E8CEF9 (or 0xE8CEF9) is known color: Blue Chalk. HEX triplet: E8, CE and F9. RGB value is (232,206,249). Sum of RGB (Red+Green+Blue) = 232+206+249=687 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.77% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8CEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CEF9 is #173106. Grayscale: #DADADA. Windows color (decimal): -1519879 or 16371432. OLE color: 16371432.
HSL color Cylindrical-coordinate representation of color #E8CEF9: hue angle of 276.28º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E8CEF9 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 206 | 249 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.02 |
| HSL | 276.28º | 0.78% | 0.89% | - |
| HSV(B) | 276.28º | 0.17% | 0.98% | - |
| XYZ | 72.45 | 68.14 | 98.96 | - |
| YUV | 218.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 249 | 0.07 | 0.17 | 0 | 0.02 | 276.28 | 0.78 | 0.89 |
| Hex | E8 | CE | F9 | 7 | 11 | 0 | 2 | 114 | 4E | 59 |
| Octal | 350 | 316 | 371 | 7 | 21 | 0 | 2 | 424 | 116 | 131 |
| Binary | 11101000 | 11001110 | 11111001 | 111 | 10001 | 0 | 10 | 100010100 | 1001110 | 1011001 |
Color Harmonies of #E8CEF9
Complementary color
Monochromatic Colors of #E8CEF9
Black with #E8CEF9
Text Example
Text Example
White with #E8CEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CEF9; }
p { color: rgb(232,206,249); }
H1.HeaderClassName
{
color: #E8CEF9;
}
.AnyTagClassName
{
color: #E8CEF9;
}
</style>
background-color css
<style>
a { background-color: #E8CEF9; }
a { background-color: rgb(232,206,249); }
div.DivClassName
{
background-color: #E8CEF9;
}
.BgClassName
{
background-color: #E8CEF9;
}
</style>
border-color css
<style>
span { border-color: #E8CEF9; }
span { border-color: rgb(232,206,249); }
td.TdClassName
{
border-color: #E8CEF9;
}
.TagClassName
{
border-color: #E8CEF9;
}
</style>