Shades of Blue Chalk #E4CEEF
Tints of Blue Chalk #E4CEEF
RGB
CMYK
RGB Variations
Color information
#E4CEEF (or 0xE4CEEF) is known color: Blue Chalk. HEX triplet: E4, CE and EF. RGB value is (228,206,239). Sum of RGB (Red+Green+Blue) = 228+206+239=673 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.88% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CEEF is #1B3110. Grayscale: #D8D8D8. Windows color (decimal): -1782033 or 15716068. OLE color: 15716068.
HSL color Cylindrical-coordinate representation of color #E4CEEF: hue angle of 280º degrees, saturation: 0.51, 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 #E4CEEF is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 206 | 239 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.06 |
| HSL | 280º | 0.51% | 0.87% | - |
| HSV(B) | 280º | 0.14% | 0.94% | - |
| XYZ | 69.65 | 66.87 | 90.9 | - |
| YUV | 216.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 206 | 239 | 0.05 | 0.14 | 0 | 0.06 | 280 | 0.51 | 0.87 |
| Hex | E4 | CE | EF | 5 | E | 0 | 6 | 118 | 33 | 57 |
| Octal | 344 | 316 | 357 | 5 | 16 | 0 | 6 | 430 | 63 | 127 |
| Binary | 11100100 | 11001110 | 11101111 | 101 | 1110 | 0 | 110 | 100011000 | 110011 | 1010111 |
Color Harmonies of #E4CEEF
Complementary color
Monochromatic Colors of #E4CEEF
Black with #E4CEEF
Text Example
Text Example
White with #E4CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CEEF; }
p { color: rgb(228,206,239); }
H1.HeaderClassName
{
color: #E4CEEF;
}
.AnyTagClassName
{
color: #E4CEEF;
}
</style>
background-color css
<style>
a { background-color: #E4CEEF; }
a { background-color: rgb(228,206,239); }
div.DivClassName
{
background-color: #E4CEEF;
}
.BgClassName
{
background-color: #E4CEEF;
}
</style>
border-color css
<style>
span { border-color: #E4CEEF; }
span { border-color: rgb(228,206,239); }
td.TdClassName
{
border-color: #E4CEEF;
}
.TagClassName
{
border-color: #E4CEEF;
}
</style>