Shades of Blue Chalk #E0C7E6
Tints of Blue Chalk #E0C7E6
RGB
CMYK
RGB Variations
Color information
#E0C7E6 (or 0xE0C7E6) is known color: Blue Chalk. HEX triplet: E0, C7 and E6. RGB value is (224,199,230). Sum of RGB (Red+Green+Blue) = 224+199+230=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 199 (78.12% from 255 or 30.47% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0C7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C7E6 is #1F3819. Grayscale: #D1D1D1. Windows color (decimal): -2045978 or 15124448. OLE color: 15124448.
HSL color Cylindrical-coordinate representation of color #E0C7E6: hue angle of 288.39º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0C7E6 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 199 | 230 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.10 |
| HSL | 288.39º | 0.38% | 0.84% | - |
| HSV(B) | 288.39º | 0.13% | 0.9% | - |
| XYZ | 65.45 | 62.41 | 83.46 | - |
| YUV | 210.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 230 | 0.03 | 0.13 | 0 | 0.10 | 288.39 | 0.38 | 0.84 |
| Hex | E0 | C7 | E6 | 3 | D | 0 | A | 120 | 26 | 54 |
| Octal | 340 | 307 | 346 | 3 | 15 | 0 | 12 | 440 | 46 | 124 |
| Binary | 11100000 | 11000111 | 11100110 | 11 | 1101 | 0 | 1010 | 100100000 | 100110 | 1010100 |
Color Harmonies of #E0C7E6
Complementary color
Monochromatic Colors of #E0C7E6
Black with #E0C7E6
Text Example
Text Example
White with #E0C7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C7E6; }
p { color: rgb(224,199,230); }
H1.HeaderClassName
{
color: #E0C7E6;
}
.AnyTagClassName
{
color: #E0C7E6;
}
</style>
background-color css
<style>
a { background-color: #E0C7E6; }
a { background-color: rgb(224,199,230); }
div.DivClassName
{
background-color: #E0C7E6;
}
.BgClassName
{
background-color: #E0C7E6;
}
</style>
border-color css
<style>
span { border-color: #E0C7E6; }
span { border-color: rgb(224,199,230); }
td.TdClassName
{
border-color: #E0C7E6;
}
.TagClassName
{
border-color: #E0C7E6;
}
</style>