Shades of Blue Chalk #E0CEE7
Tints of Blue Chalk #E0CEE7
RGB
CMYK
RGB Variations
Color information
#E0CEE7 (or 0xE0CEE7) is known color: Blue Chalk. HEX triplet: E0, CE and E7. RGB value is (224,206,231). Sum of RGB (Red+Green+Blue) = 224+206+231=661 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.89% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 231 - color contains mainly: blue. Hex color #E0CEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEE7 is #1F3118. Grayscale: #D6D6D6. Windows color (decimal): -2044185 or 15191776. OLE color: 15191776.
HSL color Cylindrical-coordinate representation of color #E0CEE7: hue angle of 283.2º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0CEE7 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 206 | 231 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.09 |
| HSL | 283.2º | 0.34% | 0.86% | - |
| HSV(B) | 283.2º | 0.11% | 0.91% | - |
| XYZ | 67.24 | 65.76 | 84.75 | - |
| YUV | 214.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 231 | 0.03 | 0.11 | 0 | 0.09 | 283.2 | 0.34 | 0.86 |
| Hex | E0 | CE | E7 | 3 | B | 0 | 9 | 11B | 22 | 56 |
| Octal | 340 | 316 | 347 | 3 | 13 | 0 | 11 | 433 | 42 | 126 |
| Binary | 11100000 | 11001110 | 11100111 | 11 | 1011 | 0 | 1001 | 100011011 | 100010 | 1010110 |
Color Harmonies of #E0CEE7
Complementary color
Monochromatic Colors of #E0CEE7
Black with #E0CEE7
Text Example
Text Example
White with #E0CEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CEE7; }
p { color: rgb(224,206,231); }
H1.HeaderClassName
{
color: #E0CEE7;
}
.AnyTagClassName
{
color: #E0CEE7;
}
</style>
background-color css
<style>
a { background-color: #E0CEE7; }
a { background-color: rgb(224,206,231); }
div.DivClassName
{
background-color: #E0CEE7;
}
.BgClassName
{
background-color: #E0CEE7;
}
</style>
border-color css
<style>
span { border-color: #E0CEE7; }
span { border-color: rgb(224,206,231); }
td.TdClassName
{
border-color: #E0CEE7;
}
.TagClassName
{
border-color: #E0CEE7;
}
</style>