Shades of Blue Chalk #E7C8FA
Tints of Blue Chalk #E7C8FA
RGB
CMYK
RGB Variations
Color information
#E7C8FA (or 0xE7C8FA) is known color: Blue Chalk. HEX triplet: E7, C8 and FA. RGB value is (231,200,250). Sum of RGB (Red+Green+Blue) = 231+200+250=681 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.92% from 681); Green value is 200 (78.52% from 255 or 29.37% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7C8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C8FA is #183705. Grayscale: #D6D6D6. Windows color (decimal): -1586950 or 16435431. OLE color: 16435431.
HSL color Cylindrical-coordinate representation of color #E7C8FA: hue angle of 277.2º degrees, saturation: 0.83, 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 #E7C8FA is Cyan = 0.08, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 200 | 250 | - |
| CMYK | 0.08 | 0.2 | 0 | 0.02 |
| HSL | 277.2º | 0.83% | 0.88% | - |
| HSV(B) | 277.2º | 0.2% | 0.98% | - |
| XYZ | 70.86 | 65.2 | 99.29 | - |
| YUV | 214.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 250 | 0.08 | 0.2 | 0 | 0.02 | 277.2 | 0.83 | 0.88 |
| Hex | E7 | C8 | FA | 8 | 14 | 0 | 2 | 115 | 53 | 58 |
| Octal | 347 | 310 | 372 | 10 | 24 | 0 | 2 | 425 | 123 | 130 |
| Binary | 11100111 | 11001000 | 11111010 | 1000 | 10100 | 0 | 10 | 100010101 | 1010011 | 1011000 |
Color Harmonies of #E7C8FA
Complementary color
Monochromatic Colors of #E7C8FA
Black with #E7C8FA
Text Example
Text Example
White with #E7C8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C8FA; }
p { color: rgb(231,200,250); }
H1.HeaderClassName
{
color: #E7C8FA;
}
.AnyTagClassName
{
color: #E7C8FA;
}
</style>
background-color css
<style>
a { background-color: #E7C8FA; }
a { background-color: rgb(231,200,250); }
div.DivClassName
{
background-color: #E7C8FA;
}
.BgClassName
{
background-color: #E7C8FA;
}
</style>
border-color css
<style>
span { border-color: #E7C8FA; }
span { border-color: rgb(231,200,250); }
td.TdClassName
{
border-color: #E7C8FA;
}
.TagClassName
{
border-color: #E7C8FA;
}
</style>