Shades of Blue Chalk #E0C7EB
Tints of Blue Chalk #E0C7EB
RGB
CMYK
RGB Variations
Color information
#E0C7EB (or 0xE0C7EB) is known color: Blue Chalk. HEX triplet: E0, C7 and EB. RGB value is (224,199,235). Sum of RGB (Red+Green+Blue) = 224+199+235=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 199 (78.12% from 255 or 30.24% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0C7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C7EB is #1F3814. Grayscale: #D2D2D2. Windows color (decimal): -2045973 or 15452128. OLE color: 15452128.
HSL color Cylindrical-coordinate representation of color #E0C7EB: hue angle of 281.67º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0C7EB is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 199 | 235 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.08 |
| HSL | 281.67º | 0.47% | 0.85% | - |
| HSV(B) | 281.67º | 0.15% | 0.92% | - |
| XYZ | 66.16 | 62.69 | 87.21 | - |
| YUV | 210.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 235 | 0.05 | 0.15 | 0 | 0.08 | 281.67 | 0.47 | 0.85 |
| Hex | E0 | C7 | EB | 5 | F | 0 | 8 | 11A | 2F | 55 |
| Octal | 340 | 307 | 353 | 5 | 17 | 0 | 10 | 432 | 57 | 125 |
| Binary | 11100000 | 11000111 | 11101011 | 101 | 1111 | 0 | 1000 | 100011010 | 101111 | 1010101 |
Color Harmonies of #E0C7EB
Complementary color
Monochromatic Colors of #E0C7EB
Black with #E0C7EB
Text Example
Text Example
White with #E0C7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C7EB; }
p { color: rgb(224,199,235); }
H1.HeaderClassName
{
color: #E0C7EB;
}
.AnyTagClassName
{
color: #E0C7EB;
}
</style>
background-color css
<style>
a { background-color: #E0C7EB; }
a { background-color: rgb(224,199,235); }
div.DivClassName
{
background-color: #E0C7EB;
}
.BgClassName
{
background-color: #E0C7EB;
}
</style>
border-color css
<style>
span { border-color: #E0C7EB; }
span { border-color: rgb(224,199,235); }
td.TdClassName
{
border-color: #E0C7EB;
}
.TagClassName
{
border-color: #E0C7EB;
}
</style>