Shades of Blue Chalk #E0CEE6
Tints of Blue Chalk #E0CEE6
RGB
CMYK
RGB Variations
Color information
#E0CEE6 (or 0xE0CEE6) is known color: Blue Chalk. HEX triplet: E0, CE and E6. RGB value is (224,206,230). Sum of RGB (Red+Green+Blue) = 224+206+230=660 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.94% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0CEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEE6 is #1F3119. Grayscale: #D6D6D6. Windows color (decimal): -2044186 or 15126240. OLE color: 15126240.
HSL color Cylindrical-coordinate representation of color #E0CEE6: hue angle of 285º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0CEE6 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 206 | 230 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.10 |
| HSL | 285º | 0.32% | 0.85% | - |
| HSV(B) | 285º | 0.1% | 0.9% | - |
| XYZ | 67.09 | 65.7 | 84.01 | - |
| YUV | 214.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 230 | 0.03 | 0.10 | 0 | 0.10 | 285 | 0.32 | 0.85 |
| Hex | E0 | CE | E6 | 3 | A | 0 | A | 11D | 20 | 55 |
| Octal | 340 | 316 | 346 | 3 | 12 | 0 | 12 | 435 | 40 | 125 |
| Binary | 11100000 | 11001110 | 11100110 | 11 | 1010 | 0 | 1010 | 100011101 | 100000 | 1010101 |
Color Harmonies of #E0CEE6
Complementary color
Monochromatic Colors of #E0CEE6
Black with #E0CEE6
Text Example
Text Example
White with #E0CEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CEE6; }
p { color: rgb(224,206,230); }
H1.HeaderClassName
{
color: #E0CEE6;
}
.AnyTagClassName
{
color: #E0CEE6;
}
</style>
background-color css
<style>
a { background-color: #E0CEE6; }
a { background-color: rgb(224,206,230); }
div.DivClassName
{
background-color: #E0CEE6;
}
.BgClassName
{
background-color: #E0CEE6;
}
</style>
border-color css
<style>
span { border-color: #E0CEE6; }
span { border-color: rgb(224,206,230); }
td.TdClassName
{
border-color: #E0CEE6;
}
.TagClassName
{
border-color: #E0CEE6;
}
</style>