Shades of Blue Chalk #E7C0EF
Tints of Blue Chalk #E7C0EF
RGB
CMYK
RGB Variations
Color information
#E7C0EF (or 0xE7C0EF) is known color: Blue Chalk. HEX triplet: E7, C0 and EF. RGB value is (231,192,239). Sum of RGB (Red+Green+Blue) = 231+192+239=662 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.89% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7C0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C0EF is #183F10. Grayscale: #D0D0D0. Windows color (decimal): -1589009 or 15712487. OLE color: 15712487.
HSL color Cylindrical-coordinate representation of color #E7C0EF: hue angle of 289.79º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7C0EF is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 192 | 239 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.06 |
| HSL | 289.79º | 0.59% | 0.85% | - |
| HSV(B) | 289.79º | 0.2% | 0.94% | - |
| XYZ | 67.38 | 60.92 | 89.87 | - |
| YUV | 209.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 239 | 0.03 | 0.20 | 0 | 0.06 | 289.79 | 0.59 | 0.85 |
| Hex | E7 | C0 | EF | 3 | 14 | 0 | 6 | 122 | 3B | 55 |
| Octal | 347 | 300 | 357 | 3 | 24 | 0 | 6 | 442 | 73 | 125 |
| Binary | 11100111 | 11000000 | 11101111 | 11 | 10100 | 0 | 110 | 100100010 | 111011 | 1010101 |
Color Harmonies of #E7C0EF
Complementary color
Monochromatic Colors of #E7C0EF
Black with #E7C0EF
Text Example
Text Example
White with #E7C0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C0EF; }
p { color: rgb(231,192,239); }
H1.HeaderClassName
{
color: #E7C0EF;
}
.AnyTagClassName
{
color: #E7C0EF;
}
</style>
background-color css
<style>
a { background-color: #E7C0EF; }
a { background-color: rgb(231,192,239); }
div.DivClassName
{
background-color: #E7C0EF;
}
.BgClassName
{
background-color: #E7C0EF;
}
</style>
border-color css
<style>
span { border-color: #E7C0EF; }
span { border-color: rgb(231,192,239); }
td.TdClassName
{
border-color: #E7C0EF;
}
.TagClassName
{
border-color: #E7C0EF;
}
</style>