Shades of Blue Chalk #E1CEF0
Tints of Blue Chalk #E1CEF0
RGB
CMYK
RGB Variations
Color information
#E1CEF0 (or 0xE1CEF0) is known color: Blue Chalk. HEX triplet: E1, CE and F0. RGB value is (225,206,240). Sum of RGB (Red+Green+Blue) = 225+206+240=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1CEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEF0 is #1E310F. Grayscale: #D7D7D7. Windows color (decimal): -1978640 or 15781601. OLE color: 15781601.
HSL color Cylindrical-coordinate representation of color #E1CEF0: hue angle of 273.53º 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 #E1CEF0 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 206 | 240 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.06 |
| HSL | 273.53º | 0.53% | 0.87% | - |
| HSV(B) | 273.53º | 0.14% | 0.94% | - |
| XYZ | 68.85 | 66.44 | 91.63 | - |
| YUV | 215.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 240 | 0.06 | 0.14 | 0 | 0.06 | 273.53 | 0.53 | 0.87 |
| Hex | E1 | CE | F0 | 6 | E | 0 | 6 | 112 | 35 | 57 |
| Octal | 341 | 316 | 360 | 6 | 16 | 0 | 6 | 422 | 65 | 127 |
| Binary | 11100001 | 11001110 | 11110000 | 110 | 1110 | 0 | 110 | 100010010 | 110101 | 1010111 |
Color Harmonies of #E1CEF0
Complementary color
Monochromatic Colors of #E1CEF0
Black with #E1CEF0
Text Example
Text Example
White with #E1CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEF0; }
p { color: rgb(225,206,240); }
H1.HeaderClassName
{
color: #E1CEF0;
}
.AnyTagClassName
{
color: #E1CEF0;
}
</style>
background-color css
<style>
a { background-color: #E1CEF0; }
a { background-color: rgb(225,206,240); }
div.DivClassName
{
background-color: #E1CEF0;
}
.BgClassName
{
background-color: #E1CEF0;
}
</style>
border-color css
<style>
span { border-color: #E1CEF0; }
span { border-color: rgb(225,206,240); }
td.TdClassName
{
border-color: #E1CEF0;
}
.TagClassName
{
border-color: #E1CEF0;
}
</style>