Shades of Blue Chalk #E0C4E9
Tints of Blue Chalk #E0C4E9
RGB
CMYK
RGB Variations
Color information
#E0C4E9 (or 0xE0C4E9) is known color: Blue Chalk. HEX triplet: E0, C4 and E9. RGB value is (224,196,233). Sum of RGB (Red+Green+Blue) = 224+196+233=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0C4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C4E9 is #1F3B16. Grayscale: #D0D0D0. Windows color (decimal): -2046743 or 15320288. OLE color: 15320288.
HSL color Cylindrical-coordinate representation of color #E0C4E9: hue angle of 285.41º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0C4E9 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 196 | 233 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.09 |
| HSL | 285.41º | 0.46% | 0.84% | - |
| HSV(B) | 285.41º | 0.16% | 0.91% | - |
| XYZ | 65.19 | 61.21 | 85.47 | - |
| YUV | 208.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 196 | 233 | 0.04 | 0.16 | 0 | 0.09 | 285.41 | 0.46 | 0.84 |
| Hex | E0 | C4 | E9 | 4 | 10 | 0 | 9 | 11D | 2E | 54 |
| Octal | 340 | 304 | 351 | 4 | 20 | 0 | 11 | 435 | 56 | 124 |
| Binary | 11100000 | 11000100 | 11101001 | 100 | 10000 | 0 | 1001 | 100011101 | 101110 | 1010100 |
Color Harmonies of #E0C4E9
Complementary color
Monochromatic Colors of #E0C4E9
Black with #E0C4E9
Text Example
Text Example
White with #E0C4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C4E9; }
p { color: rgb(224,196,233); }
H1.HeaderClassName
{
color: #E0C4E9;
}
.AnyTagClassName
{
color: #E0C4E9;
}
</style>
background-color css
<style>
a { background-color: #E0C4E9; }
a { background-color: rgb(224,196,233); }
div.DivClassName
{
background-color: #E0C4E9;
}
.BgClassName
{
background-color: #E0C4E9;
}
</style>
border-color css
<style>
span { border-color: #E0C4E9; }
span { border-color: rgb(224,196,233); }
td.TdClassName
{
border-color: #E0C4E9;
}
.TagClassName
{
border-color: #E0C4E9;
}
</style>