Shades of Blue Chalk #E0C7EF
Tints of Blue Chalk #E0C7EF
RGB
CMYK
RGB Variations
Color information
#E0C7EF (or 0xE0C7EF) is known color: Blue Chalk. HEX triplet: E0, C7 and EF. RGB value is (224,199,239). Sum of RGB (Red+Green+Blue) = 224+199+239=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 199 (78.12% from 255 or 30.06% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0C7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C7EF is #1F3810. Grayscale: #D2D2D2. Windows color (decimal): -2045969 or 15714272. OLE color: 15714272.
HSL color Cylindrical-coordinate representation of color #E0C7EF: hue angle of 277.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0C7EF is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 199 | 239 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.06 |
| HSL | 277.5º | 0.56% | 0.86% | - |
| HSV(B) | 277.5º | 0.17% | 0.94% | - |
| XYZ | 66.74 | 62.93 | 90.29 | - |
| YUV | 211.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 239 | 0.06 | 0.17 | 0 | 0.06 | 277.5 | 0.56 | 0.86 |
| Hex | E0 | C7 | EF | 6 | 11 | 0 | 6 | 116 | 38 | 56 |
| Octal | 340 | 307 | 357 | 6 | 21 | 0 | 6 | 426 | 70 | 126 |
| Binary | 11100000 | 11000111 | 11101111 | 110 | 10001 | 0 | 110 | 100010110 | 111000 | 1010110 |
Color Harmonies of #E0C7EF
Complementary color
Monochromatic Colors of #E0C7EF
Black with #E0C7EF
Text Example
Text Example
White with #E0C7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C7EF; }
p { color: rgb(224,199,239); }
H1.HeaderClassName
{
color: #E0C7EF;
}
.AnyTagClassName
{
color: #E0C7EF;
}
</style>
background-color css
<style>
a { background-color: #E0C7EF; }
a { background-color: rgb(224,199,239); }
div.DivClassName
{
background-color: #E0C7EF;
}
.BgClassName
{
background-color: #E0C7EF;
}
</style>
border-color css
<style>
span { border-color: #E0C7EF; }
span { border-color: rgb(224,199,239); }
td.TdClassName
{
border-color: #E0C7EF;
}
.TagClassName
{
border-color: #E0C7EF;
}
</style>