Shades of Blue Chalk #E7C6F9
Tints of Blue Chalk #E7C6F9
RGB
CMYK
RGB Variations
Color information
#E7C6F9 (or 0xE7C6F9) is known color: Blue Chalk. HEX triplet: E7, C6 and F9. RGB value is (231,198,249). Sum of RGB (Red+Green+Blue) = 231+198+249=678 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.07% from 678); Green value is 198 (77.73% from 255 or 29.20% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7C6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C6F9 is #183906. Grayscale: #D5D5D5. Windows color (decimal): -1587463 or 16369383. OLE color: 16369383.
HSL color Cylindrical-coordinate representation of color #E7C6F9: hue angle of 278.82º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7C6F9 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 198 | 249 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.02 |
| HSL | 278.82º | 0.81% | 0.88% | - |
| HSV(B) | 278.82º | 0.2% | 0.98% | - |
| XYZ | 70.25 | 64.22 | 98.32 | - |
| YUV | 213.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 249 | 0.07 | 0.20 | 0 | 0.02 | 278.82 | 0.81 | 0.88 |
| Hex | E7 | C6 | F9 | 7 | 14 | 0 | 2 | 117 | 51 | 58 |
| Octal | 347 | 306 | 371 | 7 | 24 | 0 | 2 | 427 | 121 | 130 |
| Binary | 11100111 | 11000110 | 11111001 | 111 | 10100 | 0 | 10 | 100010111 | 1010001 | 1011000 |
Color Harmonies of #E7C6F9
Complementary color
Monochromatic Colors of #E7C6F9
Black with #E7C6F9
Text Example
Text Example
White with #E7C6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C6F9; }
p { color: rgb(231,198,249); }
H1.HeaderClassName
{
color: #E7C6F9;
}
.AnyTagClassName
{
color: #E7C6F9;
}
</style>
background-color css
<style>
a { background-color: #E7C6F9; }
a { background-color: rgb(231,198,249); }
div.DivClassName
{
background-color: #E7C6F9;
}
.BgClassName
{
background-color: #E7C6F9;
}
</style>
border-color css
<style>
span { border-color: #E7C6F9; }
span { border-color: rgb(231,198,249); }
td.TdClassName
{
border-color: #E7C6F9;
}
.TagClassName
{
border-color: #E7C6F9;
}
</style>