Shades of Blue Chalk #E1CEEB
Tints of Blue Chalk #E1CEEB
RGB
CMYK
RGB Variations
Color information
#E1CEEB (or 0xE1CEEB) is known color: Blue Chalk. HEX triplet: E1, CE and EB. RGB value is (225,206,235). Sum of RGB (Red+Green+Blue) = 225+206+235=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEEB is #1E3114. Grayscale: #D6D6D6. Windows color (decimal): -1978645 or 15453921. OLE color: 15453921.
HSL color Cylindrical-coordinate representation of color #E1CEEB: hue angle of 279.31º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1CEEB is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 206 | 235 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.08 |
| HSL | 279.31º | 0.42% | 0.86% | - |
| HSV(B) | 279.31º | 0.12% | 0.92% | - |
| XYZ | 68.12 | 66.15 | 87.77 | - |
| YUV | 214.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 235 | 0.04 | 0.12 | 0 | 0.08 | 279.31 | 0.42 | 0.86 |
| Hex | E1 | CE | EB | 4 | C | 0 | 8 | 117 | 2A | 56 |
| Octal | 341 | 316 | 353 | 4 | 14 | 0 | 10 | 427 | 52 | 126 |
| Binary | 11100001 | 11001110 | 11101011 | 100 | 1100 | 0 | 1000 | 100010111 | 101010 | 1010110 |
Color Harmonies of #E1CEEB
Complementary color
Monochromatic Colors of #E1CEEB
Black with #E1CEEB
Text Example
Text Example
White with #E1CEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEEB; }
p { color: rgb(225,206,235); }
H1.HeaderClassName
{
color: #E1CEEB;
}
.AnyTagClassName
{
color: #E1CEEB;
}
</style>
background-color css
<style>
a { background-color: #E1CEEB; }
a { background-color: rgb(225,206,235); }
div.DivClassName
{
background-color: #E1CEEB;
}
.BgClassName
{
background-color: #E1CEEB;
}
</style>
border-color css
<style>
span { border-color: #E1CEEB; }
span { border-color: rgb(225,206,235); }
td.TdClassName
{
border-color: #E1CEEB;
}
.TagClassName
{
border-color: #E1CEEB;
}
</style>