Shades of Blue Chalk #E7C6EF
Tints of Blue Chalk #E7C6EF
RGB
CMYK
RGB Variations
Color information
#E7C6EF (or 0xE7C6EF) is known color: Blue Chalk. HEX triplet: E7, C6 and EF. RGB value is (231,198,239). Sum of RGB (Red+Green+Blue) = 231+198+239=668 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.58% from 668); Green value is 198 (77.73% from 255 or 29.64% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7C6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C6EF is #183910. Grayscale: #D4D4D4. Windows color (decimal): -1587473 or 15714023. OLE color: 15714023.
HSL color Cylindrical-coordinate representation of color #E7C6EF: hue angle of 288.29º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7C6EF is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 198 | 239 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.06 |
| HSL | 288.29º | 0.56% | 0.86% | - |
| HSV(B) | 288.29º | 0.17% | 0.94% | - |
| XYZ | 68.73 | 63.61 | 90.32 | - |
| YUV | 212.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 239 | 0.03 | 0.17 | 0 | 0.06 | 288.29 | 0.56 | 0.86 |
| Hex | E7 | C6 | EF | 3 | 11 | 0 | 6 | 120 | 38 | 56 |
| Octal | 347 | 306 | 357 | 3 | 21 | 0 | 6 | 440 | 70 | 126 |
| Binary | 11100111 | 11000110 | 11101111 | 11 | 10001 | 0 | 110 | 100100000 | 111000 | 1010110 |
Color Harmonies of #E7C6EF
Complementary color
Monochromatic Colors of #E7C6EF
Black with #E7C6EF
Text Example
Text Example
White with #E7C6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C6EF; }
p { color: rgb(231,198,239); }
H1.HeaderClassName
{
color: #E7C6EF;
}
.AnyTagClassName
{
color: #E7C6EF;
}
</style>
background-color css
<style>
a { background-color: #E7C6EF; }
a { background-color: rgb(231,198,239); }
div.DivClassName
{
background-color: #E7C6EF;
}
.BgClassName
{
background-color: #E7C6EF;
}
</style>
border-color css
<style>
span { border-color: #E7C6EF; }
span { border-color: rgb(231,198,239); }
td.TdClassName
{
border-color: #E7C6EF;
}
.TagClassName
{
border-color: #E7C6EF;
}
</style>