Shades of Blue Chalk #E8C7FA
Tints of Blue Chalk #E8C7FA
RGB
CMYK
RGB Variations
Color information
#E8C7FA (or 0xE8C7FA) is known color: Blue Chalk. HEX triplet: E8, C7 and FA. RGB value is (232,199,250). Sum of RGB (Red+Green+Blue) = 232+199+250=681 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.07% from 681); Green value is 199 (78.12% from 255 or 29.22% 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 #E8C7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C7FA is #173805. Grayscale: #D6D6D6. Windows color (decimal): -1521670 or 16435176. OLE color: 16435176.
HSL color Cylindrical-coordinate representation of color #E8C7FA: hue angle of 278.82º degrees, saturation: 0.84, 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 #E8C7FA is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 199 | 250 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.02 |
| HSL | 278.82º | 0.84% | 0.88% | - |
| HSV(B) | 278.82º | 0.2% | 0.98% | - |
| XYZ | 70.96 | 64.9 | 99.23 | - |
| YUV | 214.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 199 | 250 | 0.07 | 0.20 | 0 | 0.02 | 278.82 | 0.84 | 0.88 |
| Hex | E8 | C7 | FA | 7 | 14 | 0 | 2 | 117 | 54 | 58 |
| Octal | 350 | 307 | 372 | 7 | 24 | 0 | 2 | 427 | 124 | 130 |
| Binary | 11101000 | 11000111 | 11111010 | 111 | 10100 | 0 | 10 | 100010111 | 1010100 | 1011000 |
Color Harmonies of #E8C7FA
Complementary color
Monochromatic Colors of #E8C7FA
Black with #E8C7FA
Text Example
Text Example
White with #E8C7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C7FA; }
p { color: rgb(232,199,250); }
H1.HeaderClassName
{
color: #E8C7FA;
}
.AnyTagClassName
{
color: #E8C7FA;
}
</style>
background-color css
<style>
a { background-color: #E8C7FA; }
a { background-color: rgb(232,199,250); }
div.DivClassName
{
background-color: #E8C7FA;
}
.BgClassName
{
background-color: #E8C7FA;
}
</style>
border-color css
<style>
span { border-color: #E8C7FA; }
span { border-color: rgb(232,199,250); }
td.TdClassName
{
border-color: #E8C7FA;
}
.TagClassName
{
border-color: #E8C7FA;
}
</style>