Shades of Blue Chalk #E3CEF0
Tints of Blue Chalk #E3CEF0
RGB
CMYK
RGB Variations
Color information
#E3CEF0 (or 0xE3CEF0) is known color: Blue Chalk. HEX triplet: E3, CE and F0. RGB value is (227,206,240). Sum of RGB (Red+Green+Blue) = 227+206+240=673 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.73% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 240 - color contains mainly: blue. Hex color #E3CEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CEF0 is #1C310F. Grayscale: #D8D8D8. Windows color (decimal): -1847568 or 15781603. OLE color: 15781603.
HSL color Cylindrical-coordinate representation of color #E3CEF0: hue angle of 277.06º 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 #E3CEF0 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 206 | 240 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.06 |
| HSL | 277.06º | 0.53% | 0.87% | - |
| HSV(B) | 277.06º | 0.14% | 0.94% | - |
| XYZ | 69.48 | 66.76 | 91.66 | - |
| YUV | 216.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 206 | 240 | 0.05 | 0.14 | 0 | 0.06 | 277.06 | 0.53 | 0.87 |
| Hex | E3 | CE | F0 | 5 | E | 0 | 6 | 115 | 35 | 57 |
| Octal | 343 | 316 | 360 | 5 | 16 | 0 | 6 | 425 | 65 | 127 |
| Binary | 11100011 | 11001110 | 11110000 | 101 | 1110 | 0 | 110 | 100010101 | 110101 | 1010111 |
Color Harmonies of #E3CEF0
Complementary color
Monochromatic Colors of #E3CEF0
Black with #E3CEF0
Text Example
Text Example
White with #E3CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CEF0; }
p { color: rgb(227,206,240); }
H1.HeaderClassName
{
color: #E3CEF0;
}
.AnyTagClassName
{
color: #E3CEF0;
}
</style>
background-color css
<style>
a { background-color: #E3CEF0; }
a { background-color: rgb(227,206,240); }
div.DivClassName
{
background-color: #E3CEF0;
}
.BgClassName
{
background-color: #E3CEF0;
}
</style>
border-color css
<style>
span { border-color: #E3CEF0; }
span { border-color: rgb(227,206,240); }
td.TdClassName
{
border-color: #E3CEF0;
}
.TagClassName
{
border-color: #E3CEF0;
}
</style>