Shades of Blue Chalk #E1CEE9
Tints of Blue Chalk #E1CEE9
RGB
CMYK
RGB Variations
Color information
#E1CEE9 (or 0xE1CEE9) is known color: Blue Chalk. HEX triplet: E1, CE and E9. RGB value is (225,206,233). Sum of RGB (Red+Green+Blue) = 225+206+233=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 233 - color contains mainly: blue. Hex color #E1CEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEE9 is #1E3116. Grayscale: #D6D6D6. Windows color (decimal): -1978647 or 15322849. OLE color: 15322849.
HSL color Cylindrical-coordinate representation of color #E1CEE9: hue angle of 282.22º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1CEE9 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 206 | 233 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.09 |
| HSL | 282.22º | 0.38% | 0.86% | - |
| HSV(B) | 282.22º | 0.12% | 0.91% | - |
| XYZ | 67.83 | 66.03 | 86.26 | - |
| YUV | 214.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 233 | 0.03 | 0.12 | 0 | 0.09 | 282.22 | 0.38 | 0.86 |
| Hex | E1 | CE | E9 | 3 | C | 0 | 9 | 11A | 26 | 56 |
| Octal | 341 | 316 | 351 | 3 | 14 | 0 | 11 | 432 | 46 | 126 |
| Binary | 11100001 | 11001110 | 11101001 | 11 | 1100 | 0 | 1001 | 100011010 | 100110 | 1010110 |
Color Harmonies of #E1CEE9
Complementary color
Monochromatic Colors of #E1CEE9
Black with #E1CEE9
Text Example
Text Example
White with #E1CEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEE9; }
p { color: rgb(225,206,233); }
H1.HeaderClassName
{
color: #E1CEE9;
}
.AnyTagClassName
{
color: #E1CEE9;
}
</style>
background-color css
<style>
a { background-color: #E1CEE9; }
a { background-color: rgb(225,206,233); }
div.DivClassName
{
background-color: #E1CEE9;
}
.BgClassName
{
background-color: #E1CEE9;
}
</style>
border-color css
<style>
span { border-color: #E1CEE9; }
span { border-color: rgb(225,206,233); }
td.TdClassName
{
border-color: #E1CEE9;
}
.TagClassName
{
border-color: #E1CEE9;
}
</style>