Shades of Blue Chalk #E4CEF6
Tints of Blue Chalk #E4CEF6
RGB
CMYK
RGB Variations
Color information
#E4CEF6 (or 0xE4CEF6) is known color: Blue Chalk. HEX triplet: E4, CE and F6. RGB value is (228,206,246). Sum of RGB (Red+Green+Blue) = 228+206+246=680 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.53% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 246 (96.48% from 255 or 36.18% from 680); Max value from RGB is 246 - color contains mainly: blue. Hex color #E4CEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CEF6 is #1B3109. Grayscale: #D9D9D9. Windows color (decimal): -1782026 or 16174820. OLE color: 16174820.
HSL color Cylindrical-coordinate representation of color #E4CEF6: hue angle of 273º 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 #E4CEF6 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 206 | 246 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.04 |
| HSL | 273º | 0.69% | 0.89% | - |
| HSV(B) | 273º | 0.16% | 0.96% | - |
| XYZ | 70.7 | 67.29 | 96.45 | - |
| YUV | 217.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 206 | 246 | 0.07 | 0.16 | 0 | 0.04 | 273 | 0.69 | 0.89 |
| Hex | E4 | CE | F6 | 7 | 10 | 0 | 4 | 111 | 45 | 59 |
| Octal | 344 | 316 | 366 | 7 | 20 | 0 | 4 | 421 | 105 | 131 |
| Binary | 11100100 | 11001110 | 11110110 | 111 | 10000 | 0 | 100 | 100010001 | 1000101 | 1011001 |
Color Harmonies of #E4CEF6
Complementary color
Monochromatic Colors of #E4CEF6
Black with #E4CEF6
Text Example
Text Example
White with #E4CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CEF6; }
p { color: rgb(228,206,246); }
H1.HeaderClassName
{
color: #E4CEF6;
}
.AnyTagClassName
{
color: #E4CEF6;
}
</style>
background-color css
<style>
a { background-color: #E4CEF6; }
a { background-color: rgb(228,206,246); }
div.DivClassName
{
background-color: #E4CEF6;
}
.BgClassName
{
background-color: #E4CEF6;
}
</style>
border-color css
<style>
span { border-color: #E4CEF6; }
span { border-color: rgb(228,206,246); }
td.TdClassName
{
border-color: #E4CEF6;
}
.TagClassName
{
border-color: #E4CEF6;
}
</style>