Shades of Blue Chalk #E1CEEC
Tints of Blue Chalk #E1CEEC
RGB
CMYK
RGB Variations
Color information
#E1CEEC (or 0xE1CEEC) is known color: Blue Chalk. HEX triplet: E1, CE and EC. RGB value is (225,206,236). Sum of RGB (Red+Green+Blue) = 225+206+236=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEEC is #1E3113. Grayscale: #D7D7D7. Windows color (decimal): -1978644 or 15519457. OLE color: 15519457.
HSL color Cylindrical-coordinate representation of color #E1CEEC: hue angle of 278º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1CEEC is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 206 | 236 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.07 |
| HSL | 278º | 0.44% | 0.87% | - |
| HSV(B) | 278º | 0.13% | 0.93% | - |
| XYZ | 68.26 | 66.21 | 88.54 | - |
| YUV | 215.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 236 | 0.05 | 0.13 | 0 | 0.07 | 278 | 0.44 | 0.87 |
| Hex | E1 | CE | EC | 5 | D | 0 | 7 | 116 | 2C | 57 |
| Octal | 341 | 316 | 354 | 5 | 15 | 0 | 7 | 426 | 54 | 127 |
| Binary | 11100001 | 11001110 | 11101100 | 101 | 1101 | 0 | 111 | 100010110 | 101100 | 1010111 |
Color Harmonies of #E1CEEC
Complementary color
Monochromatic Colors of #E1CEEC
Black with #E1CEEC
Text Example
Text Example
White with #E1CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEEC; }
p { color: rgb(225,206,236); }
H1.HeaderClassName
{
color: #E1CEEC;
}
.AnyTagClassName
{
color: #E1CEEC;
}
</style>
background-color css
<style>
a { background-color: #E1CEEC; }
a { background-color: rgb(225,206,236); }
div.DivClassName
{
background-color: #E1CEEC;
}
.BgClassName
{
background-color: #E1CEEC;
}
</style>
border-color css
<style>
span { border-color: #E1CEEC; }
span { border-color: rgb(225,206,236); }
td.TdClassName
{
border-color: #E1CEEC;
}
.TagClassName
{
border-color: #E1CEEC;
}
</style>