Shades of Blue Chalk #E1CEED
Tints of Blue Chalk #E1CEED
RGB
CMYK
RGB Variations
Color information
#E1CEED (or 0xE1CEED) is known color: Blue Chalk. HEX triplet: E1, CE and ED. RGB value is (225,206,237). Sum of RGB (Red+Green+Blue) = 225+206+237=668 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.68% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEED is #1E3112. Grayscale: #D7D7D7. Windows color (decimal): -1978643 or 15584993. OLE color: 15584993.
HSL color Cylindrical-coordinate representation of color #E1CEED: hue angle of 276.77º degrees, saturation: 0.46, 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 #E1CEED is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 206 | 237 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.07 |
| HSL | 276.77º | 0.46% | 0.87% | - |
| HSV(B) | 276.77º | 0.13% | 0.93% | - |
| XYZ | 68.41 | 66.26 | 89.31 | - |
| YUV | 215.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 237 | 0.05 | 0.13 | 0 | 0.07 | 276.77 | 0.46 | 0.87 |
| Hex | E1 | CE | ED | 5 | D | 0 | 7 | 115 | 2E | 57 |
| Octal | 341 | 316 | 355 | 5 | 15 | 0 | 7 | 425 | 56 | 127 |
| Binary | 11100001 | 11001110 | 11101101 | 101 | 1101 | 0 | 111 | 100010101 | 101110 | 1010111 |
Color Harmonies of #E1CEED
Complementary color
Monochromatic Colors of #E1CEED
Black with #E1CEED
Text Example
Text Example
White with #E1CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEED; }
p { color: rgb(225,206,237); }
H1.HeaderClassName
{
color: #E1CEED;
}
.AnyTagClassName
{
color: #E1CEED;
}
</style>
background-color css
<style>
a { background-color: #E1CEED; }
a { background-color: rgb(225,206,237); }
div.DivClassName
{
background-color: #E1CEED;
}
.BgClassName
{
background-color: #E1CEED;
}
</style>
border-color css
<style>
span { border-color: #E1CEED; }
span { border-color: rgb(225,206,237); }
td.TdClassName
{
border-color: #E1CEED;
}
.TagClassName
{
border-color: #E1CEED;
}
</style>