Shades of Blue Chalk #E1CEF1
Tints of Blue Chalk #E1CEF1
RGB
CMYK
RGB Variations
Color information
#E1CEF1 (or 0xE1CEF1) is known color: Blue Chalk. HEX triplet: E1, CE and F1. RGB value is (225,206,241). Sum of RGB (Red+Green+Blue) = 225+206+241=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1CEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEF1 is #1E310E. Grayscale: #D7D7D7. Windows color (decimal): -1978639 or 15847137. OLE color: 15847137.
HSL color Cylindrical-coordinate representation of color #E1CEF1: hue angle of 272.57º degrees, saturation: 0.56, 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 #E1CEF1 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 206 | 241 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.05 |
| HSL | 272.57º | 0.56% | 0.88% | - |
| HSV(B) | 272.57º | 0.15% | 0.95% | - |
| XYZ | 69 | 66.5 | 92.42 | - |
| YUV | 215.67 | 142.29 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 241 | 0.07 | 0.15 | 0 | 0.05 | 272.57 | 0.56 | 0.88 |
| Hex | E1 | CE | F1 | 7 | F | 0 | 5 | 111 | 38 | 58 |
| Octal | 341 | 316 | 361 | 7 | 17 | 0 | 5 | 421 | 70 | 130 |
| Binary | 11100001 | 11001110 | 11110001 | 111 | 1111 | 0 | 101 | 100010001 | 111000 | 1011000 |
Color Harmonies of #E1CEF1
Complementary color
Monochromatic Colors of #E1CEF1
Black with #E1CEF1
Text Example
Text Example
White with #E1CEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEF1; }
p { color: rgb(225,206,241); }
H1.HeaderClassName
{
color: #E1CEF1;
}
.AnyTagClassName
{
color: #E1CEF1;
}
</style>
background-color css
<style>
a { background-color: #E1CEF1; }
a { background-color: rgb(225,206,241); }
div.DivClassName
{
background-color: #E1CEF1;
}
.BgClassName
{
background-color: #E1CEF1;
}
</style>
border-color css
<style>
span { border-color: #E1CEF1; }
span { border-color: rgb(225,206,241); }
td.TdClassName
{
border-color: #E1CEF1;
}
.TagClassName
{
border-color: #E1CEF1;
}
</style>