Shades of Blue Chalk #E1CEF2
Tints of Blue Chalk #E1CEF2
RGB
CMYK
RGB Variations
Color information
#E1CEF2 (or 0xE1CEF2) is known color: Blue Chalk. HEX triplet: E1, CE and F2. RGB value is (225,206,242). Sum of RGB (Red+Green+Blue) = 225+206+242=673 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.43% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1CEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEF2 is #1E310D. Grayscale: #D7D7D7. Windows color (decimal): -1978638 or 15912673. OLE color: 15912673.
HSL color Cylindrical-coordinate representation of color #E1CEF2: hue angle of 271.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1CEF2 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 206 | 242 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.05 |
| HSL | 271.67º | 0.58% | 0.88% | - |
| HSV(B) | 271.67º | 0.15% | 0.95% | - |
| XYZ | 69.15 | 66.56 | 93.21 | - |
| YUV | 215.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 242 | 0.07 | 0.15 | 0 | 0.05 | 271.67 | 0.58 | 0.88 |
| Hex | E1 | CE | F2 | 7 | F | 0 | 5 | 110 | 3A | 58 |
| Octal | 341 | 316 | 362 | 7 | 17 | 0 | 5 | 420 | 72 | 130 |
| Binary | 11100001 | 11001110 | 11110010 | 111 | 1111 | 0 | 101 | 100010000 | 111010 | 1011000 |
Color Harmonies of #E1CEF2
Complementary color
Monochromatic Colors of #E1CEF2
Black with #E1CEF2
Text Example
Text Example
White with #E1CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEF2; }
p { color: rgb(225,206,242); }
H1.HeaderClassName
{
color: #E1CEF2;
}
.AnyTagClassName
{
color: #E1CEF2;
}
</style>
background-color css
<style>
a { background-color: #E1CEF2; }
a { background-color: rgb(225,206,242); }
div.DivClassName
{
background-color: #E1CEF2;
}
.BgClassName
{
background-color: #E1CEF2;
}
</style>
border-color css
<style>
span { border-color: #E1CEF2; }
span { border-color: rgb(225,206,242); }
td.TdClassName
{
border-color: #E1CEF2;
}
.TagClassName
{
border-color: #E1CEF2;
}
</style>