Shades of Blue Chalk #E0CEED
Tints of Blue Chalk #E0CEED
RGB
CMYK
RGB Variations
Color information
#E0CEED (or 0xE0CEED) is known color: Blue Chalk. HEX triplet: E0, CE and ED. RGB value is (224,206,237). Sum of RGB (Red+Green+Blue) = 224+206+237=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEED is #1F3112. Grayscale: #D6D6D6. Windows color (decimal): -2044179 or 15584992. OLE color: 15584992.
HSL color Cylindrical-coordinate representation of color #E0CEED: hue angle of 274.84º 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 #E0CEED is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 206 | 237 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.07 |
| HSL | 274.84º | 0.46% | 0.87% | - |
| HSV(B) | 274.84º | 0.13% | 0.93% | - |
| XYZ | 68.1 | 66.1 | 89.29 | - |
| YUV | 214.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 237 | 0.05 | 0.13 | 0 | 0.07 | 274.84 | 0.46 | 0.87 |
| Hex | E0 | CE | ED | 5 | D | 0 | 7 | 113 | 2E | 57 |
| Octal | 340 | 316 | 355 | 5 | 15 | 0 | 7 | 423 | 56 | 127 |
| Binary | 11100000 | 11001110 | 11101101 | 101 | 1101 | 0 | 111 | 100010011 | 101110 | 1010111 |
Color Harmonies of #E0CEED
Complementary color
Monochromatic Colors of #E0CEED
Black with #E0CEED
Text Example
Text Example
White with #E0CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CEED; }
p { color: rgb(224,206,237); }
H1.HeaderClassName
{
color: #E0CEED;
}
.AnyTagClassName
{
color: #E0CEED;
}
</style>
background-color css
<style>
a { background-color: #E0CEED; }
a { background-color: rgb(224,206,237); }
div.DivClassName
{
background-color: #E0CEED;
}
.BgClassName
{
background-color: #E0CEED;
}
</style>
border-color css
<style>
span { border-color: #E0CEED; }
span { border-color: rgb(224,206,237); }
td.TdClassName
{
border-color: #E0CEED;
}
.TagClassName
{
border-color: #E0CEED;
}
</style>