Shades of Blue Chalk #E8C7F9
Tints of Blue Chalk #E8C7F9
RGB
CMYK
RGB Variations
Color information
#E8C7F9 (or 0xE8C7F9) is known color: Blue Chalk. HEX triplet: E8, C7 and F9. RGB value is (232,199,249). Sum of RGB (Red+Green+Blue) = 232+199+249=680 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.12% from 680); Green value is 199 (78.12% from 255 or 29.26% 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 #E8C7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C7F9 is #173806. Grayscale: #D6D6D6. Windows color (decimal): -1521671 or 16369640. OLE color: 16369640.
HSL color Cylindrical-coordinate representation of color #E8C7F9: hue angle of 279.6º 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 #E8C7F9 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 232 | 199 | 249 | - |
CMYK | 0.07 | 0.20 | 0 | 0.02 |
HSL | 279.6º | 0.81% | 0.88% | - |
HSV(B) | 279.6º | 0.2% | 0.98% | - |
XYZ | 70.8 | 64.84 | 98.41 | - |
YUV | 214.57 | 147.43 | 140.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 199 | 249 | 0.07 | 0.20 | 0 | 0.02 | 279.6 | 0.81 | 0.88 |
Hex | E8 | C7 | F9 | 7 | 14 | 0 | 2 | 118 | 51 | 58 |
Octal | 350 | 307 | 371 | 7 | 24 | 0 | 2 | 430 | 121 | 130 |
Binary | 11101000 | 11000111 | 11111001 | 111 | 10100 | 0 | 10 | 100011000 | 1010001 | 1011000 |
Color Harmonies of #E8C7F9
Complementary color
Monochromatic Colors of #E8C7F9
Black with #E8C7F9
Text Example
Text Example
White with #E8C7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C7F9; }
p { color: rgb(232,199,249); }
H1.HeaderClassName
{
color: #E8C7F9;
}
.AnyTagClassName
{
color: #E8C7F9;
}
</style>
background-color css
<style>
a { background-color: #E8C7F9; }
a { background-color: rgb(232,199,249); }
div.DivClassName
{
background-color: #E8C7F9;
}
.BgClassName
{
background-color: #E8C7F9;
}
</style>
border-color css
<style>
span { border-color: #E8C7F9; }
span { border-color: rgb(232,199,249); }
td.TdClassName
{
border-color: #E8C7F9;
}
.TagClassName
{
border-color: #E8C7F9;
}
</style>