Shades of Blue Chalk #E8CEF0
Tints of Blue Chalk #E8CEF0
RGB
CMYK
RGB Variations
Color information
#E8CEF0 (or 0xE8CEF0) is known color: Blue Chalk. HEX triplet: E8, CE and F0. RGB value is (232,206,240). Sum of RGB (Red+Green+Blue) = 232+206+240=678 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.22% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #E8CEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CEF0 is #17310F. Grayscale: #D9D9D9. Windows color (decimal): -1519888 or 15781608. OLE color: 15781608.
HSL color Cylindrical-coordinate representation of color #E8CEF0: hue angle of 285.88º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8CEF0 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 206 | 240 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.06 |
| HSL | 285.88º | 0.53% | 0.87% | - |
| HSV(B) | 285.88º | 0.14% | 0.94% | - |
| XYZ | 71.08 | 67.59 | 91.74 | - |
| YUV | 217.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 240 | 0.03 | 0.14 | 0 | 0.06 | 285.88 | 0.53 | 0.87 |
| Hex | E8 | CE | F0 | 3 | E | 0 | 6 | 11E | 35 | 57 |
| Octal | 350 | 316 | 360 | 3 | 16 | 0 | 6 | 436 | 65 | 127 |
| Binary | 11101000 | 11001110 | 11110000 | 11 | 1110 | 0 | 110 | 100011110 | 110101 | 1010111 |
Color Harmonies of #E8CEF0
Complementary color
Monochromatic Colors of #E8CEF0
Black with #E8CEF0
Text Example
Text Example
White with #E8CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CEF0; }
p { color: rgb(232,206,240); }
H1.HeaderClassName
{
color: #E8CEF0;
}
.AnyTagClassName
{
color: #E8CEF0;
}
</style>
background-color css
<style>
a { background-color: #E8CEF0; }
a { background-color: rgb(232,206,240); }
div.DivClassName
{
background-color: #E8CEF0;
}
.BgClassName
{
background-color: #E8CEF0;
}
</style>
border-color css
<style>
span { border-color: #E8CEF0; }
span { border-color: rgb(232,206,240); }
td.TdClassName
{
border-color: #E8CEF0;
}
.TagClassName
{
border-color: #E8CEF0;
}
</style>