Shades of Blue Chalk #E0C5EA
Tints of Blue Chalk #E0C5EA
RGB
CMYK
RGB Variations
Color information
#E0C5EA (or 0xE0C5EA) is known color: Blue Chalk. HEX triplet: E0, C5 and EA. RGB value is (224,197,234). Sum of RGB (Red+Green+Blue) = 224+197+234=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0C5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C5EA is #1F3A15. Grayscale: #D1D1D1. Windows color (decimal): -2046486 or 15386080. OLE color: 15386080.
HSL color Cylindrical-coordinate representation of color #E0C5EA: hue angle of 283.78º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0C5EA is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 197 | 234 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.08 |
| HSL | 283.78º | 0.47% | 0.85% | - |
| HSV(B) | 283.78º | 0.16% | 0.92% | - |
| XYZ | 65.56 | 61.72 | 86.3 | - |
| YUV | 209.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 234 | 0.04 | 0.16 | 0 | 0.08 | 283.78 | 0.47 | 0.85 |
| Hex | E0 | C5 | EA | 4 | 10 | 0 | 8 | 11C | 2F | 55 |
| Octal | 340 | 305 | 352 | 4 | 20 | 0 | 10 | 434 | 57 | 125 |
| Binary | 11100000 | 11000101 | 11101010 | 100 | 10000 | 0 | 1000 | 100011100 | 101111 | 1010101 |
Color Harmonies of #E0C5EA
Complementary color
Monochromatic Colors of #E0C5EA
Black with #E0C5EA
Text Example
Text Example
White with #E0C5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C5EA; }
p { color: rgb(224,197,234); }
H1.HeaderClassName
{
color: #E0C5EA;
}
.AnyTagClassName
{
color: #E0C5EA;
}
</style>
background-color css
<style>
a { background-color: #E0C5EA; }
a { background-color: rgb(224,197,234); }
div.DivClassName
{
background-color: #E0C5EA;
}
.BgClassName
{
background-color: #E0C5EA;
}
</style>
border-color css
<style>
span { border-color: #E0C5EA; }
span { border-color: rgb(224,197,234); }
td.TdClassName
{
border-color: #E0C5EA;
}
.TagClassName
{
border-color: #E0C5EA;
}
</style>