Shades of Blue Chalk #E5C7EC
Tints of Blue Chalk #E5C7EC
RGB
CMYK
RGB Variations
Color information
#E5C7EC (or 0xE5C7EC) is known color: Blue Chalk. HEX triplet: E5, C7 and EC. RGB value is (229,199,236). Sum of RGB (Red+Green+Blue) = 229+199+236=664 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.49% from 664); Green value is 199 (78.12% from 255 or 29.97% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5C7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C7EC is #1A3813. Grayscale: #D4D4D4. Windows color (decimal): -1718292 or 15517669. OLE color: 15517669.
HSL color Cylindrical-coordinate representation of color #E5C7EC: hue angle of 288.65º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E5C7EC is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 199 | 236 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.07 |
| HSL | 288.65º | 0.49% | 0.85% | - |
| HSV(B) | 288.65º | 0.16% | 0.93% | - |
| XYZ | 67.88 | 63.56 | 88.05 | - |
| YUV | 212.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 236 | 0.03 | 0.16 | 0 | 0.07 | 288.65 | 0.49 | 0.85 |
| Hex | E5 | C7 | EC | 3 | 10 | 0 | 7 | 121 | 31 | 55 |
| Octal | 345 | 307 | 354 | 3 | 20 | 0 | 7 | 441 | 61 | 125 |
| Binary | 11100101 | 11000111 | 11101100 | 11 | 10000 | 0 | 111 | 100100001 | 110001 | 1010101 |
Color Harmonies of #E5C7EC
Complementary color
Monochromatic Colors of #E5C7EC
Black with #E5C7EC
Text Example
Text Example
White with #E5C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C7EC; }
p { color: rgb(229,199,236); }
H1.HeaderClassName
{
color: #E5C7EC;
}
.AnyTagClassName
{
color: #E5C7EC;
}
</style>
background-color css
<style>
a { background-color: #E5C7EC; }
a { background-color: rgb(229,199,236); }
div.DivClassName
{
background-color: #E5C7EC;
}
.BgClassName
{
background-color: #E5C7EC;
}
</style>
border-color css
<style>
span { border-color: #E5C7EC; }
span { border-color: rgb(229,199,236); }
td.TdClassName
{
border-color: #E5C7EC;
}
.TagClassName
{
border-color: #E5C7EC;
}
</style>