Shades of Blue Chalk #E0CEEF
Tints of Blue Chalk #E0CEEF
RGB
CMYK
RGB Variations
Color information
#E0CEEF (or 0xE0CEEF) is known color: Blue Chalk. HEX triplet: E0, CE and EF. RGB value is (224,206,239). Sum of RGB (Red+Green+Blue) = 224+206+239=669 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.48% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEEF is #1F3110. Grayscale: #D7D7D7. Windows color (decimal): -2044177 or 15716064. OLE color: 15716064.
HSL color Cylindrical-coordinate representation of color #E0CEEF: hue angle of 272.73º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0CEEF is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 206 | 239 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.06 |
| HSL | 272.73º | 0.51% | 0.87% | - |
| HSV(B) | 272.73º | 0.14% | 0.94% | - |
| XYZ | 68.39 | 66.22 | 90.84 | - |
| YUV | 215.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 239 | 0.06 | 0.14 | 0 | 0.06 | 272.73 | 0.51 | 0.87 |
| Hex | E0 | CE | EF | 6 | E | 0 | 6 | 111 | 33 | 57 |
| Octal | 340 | 316 | 357 | 6 | 16 | 0 | 6 | 421 | 63 | 127 |
| Binary | 11100000 | 11001110 | 11101111 | 110 | 1110 | 0 | 110 | 100010001 | 110011 | 1010111 |
Color Harmonies of #E0CEEF
Complementary color
Monochromatic Colors of #E0CEEF
Black with #E0CEEF
Text Example
Text Example
White with #E0CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CEEF; }
p { color: rgb(224,206,239); }
H1.HeaderClassName
{
color: #E0CEEF;
}
.AnyTagClassName
{
color: #E0CEEF;
}
</style>
background-color css
<style>
a { background-color: #E0CEEF; }
a { background-color: rgb(224,206,239); }
div.DivClassName
{
background-color: #E0CEEF;
}
.BgClassName
{
background-color: #E0CEEF;
}
</style>
border-color css
<style>
span { border-color: #E0CEEF; }
span { border-color: rgb(224,206,239); }
td.TdClassName
{
border-color: #E0CEEF;
}
.TagClassName
{
border-color: #E0CEEF;
}
</style>