Shades of Blue Chalk #E7C8F9
Tints of Blue Chalk #E7C8F9
RGB
CMYK
RGB Variations
Color information
#E7C8F9 (or 0xE7C8F9) is known color: Blue Chalk. HEX triplet: E7, C8 and F9. RGB value is (231,200,249). Sum of RGB (Red+Green+Blue) = 231+200+249=680 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.97% from 680); Green value is 200 (78.52% from 255 or 29.41% from 680); Blue value is 249 (97.66% from 255 or 36.62% from 680); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7C8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C8F9 is #183706. Grayscale: #D6D6D6. Windows color (decimal): -1586951 or 16369895. OLE color: 16369895.
HSL color Cylindrical-coordinate representation of color #E7C8F9: hue angle of 277.96º degrees, saturation: 0.8, 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 #E7C8F9 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 200 | 249 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.02 |
| HSL | 277.96º | 0.8% | 0.88% | - |
| HSV(B) | 277.96º | 0.2% | 0.98% | - |
| XYZ | 70.71 | 65.14 | 98.47 | - |
| YUV | 214.86 | 147.27 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 249 | 0.07 | 0.20 | 0 | 0.02 | 277.96 | 0.8 | 0.88 |
| Hex | E7 | C8 | F9 | 7 | 14 | 0 | 2 | 116 | 50 | 58 |
| Octal | 347 | 310 | 371 | 7 | 24 | 0 | 2 | 426 | 120 | 130 |
| Binary | 11100111 | 11001000 | 11111001 | 111 | 10100 | 0 | 10 | 100010110 | 1010000 | 1011000 |
Color Harmonies of #E7C8F9
Complementary color
Monochromatic Colors of #E7C8F9
Black with #E7C8F9
Text Example
Text Example
White with #E7C8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C8F9; }
p { color: rgb(231,200,249); }
H1.HeaderClassName
{
color: #E7C8F9;
}
.AnyTagClassName
{
color: #E7C8F9;
}
</style>
background-color css
<style>
a { background-color: #E7C8F9; }
a { background-color: rgb(231,200,249); }
div.DivClassName
{
background-color: #E7C8F9;
}
.BgClassName
{
background-color: #E7C8F9;
}
</style>
border-color css
<style>
span { border-color: #E7C8F9; }
span { border-color: rgb(231,200,249); }
td.TdClassName
{
border-color: #E7C8F9;
}
.TagClassName
{
border-color: #E7C8F9;
}
</style>