Shades of Blue Chalk #E0C0E9
Tints of Blue Chalk #E0C0E9
RGB
CMYK
RGB Variations
Color information
#E0C0E9 (or 0xE0C0E9) is known color: Blue Chalk. HEX triplet: E0, C0 and E9. RGB value is (224,192,233). Sum of RGB (Red+Green+Blue) = 224+192+233=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0C0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C0E9 is #1F3F16. Grayscale: #CECECE. Windows color (decimal): -2047767 or 15319264. OLE color: 15319264.
HSL color Cylindrical-coordinate representation of color #E0C0E9: hue angle of 286.83º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0C0E9 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 192 | 233 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.09 |
| HSL | 286.83º | 0.48% | 0.83% | - |
| HSV(B) | 286.83º | 0.18% | 0.91% | - |
| XYZ | 64.3 | 59.43 | 85.17 | - |
| YUV | 206.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 233 | 0.04 | 0.18 | 0 | 0.09 | 286.83 | 0.48 | 0.83 |
| Hex | E0 | C0 | E9 | 4 | 12 | 0 | 9 | 11F | 30 | 53 |
| Octal | 340 | 300 | 351 | 4 | 22 | 0 | 11 | 437 | 60 | 123 |
| Binary | 11100000 | 11000000 | 11101001 | 100 | 10010 | 0 | 1001 | 100011111 | 110000 | 1010011 |
Color Harmonies of #E0C0E9
Complementary color
Monochromatic Colors of #E0C0E9
Black with #E0C0E9
Text Example
Text Example
White with #E0C0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C0E9; }
p { color: rgb(224,192,233); }
H1.HeaderClassName
{
color: #E0C0E9;
}
.AnyTagClassName
{
color: #E0C0E9;
}
</style>
background-color css
<style>
a { background-color: #E0C0E9; }
a { background-color: rgb(224,192,233); }
div.DivClassName
{
background-color: #E0C0E9;
}
.BgClassName
{
background-color: #E0C0E9;
}
</style>
border-color css
<style>
span { border-color: #E0C0E9; }
span { border-color: rgb(224,192,233); }
td.TdClassName
{
border-color: #E0C0E9;
}
.TagClassName
{
border-color: #E0C0E9;
}
</style>