Shades of Blue Chalk #E8C8F9
Tints of Blue Chalk #E8C8F9
RGB
CMYK
RGB Variations
Color information
#E8C8F9 (or 0xE8C8F9) is known color: Blue Chalk. HEX triplet: E8, C8 and F9. RGB value is (232,200,249). Sum of RGB (Red+Green+Blue) = 232+200+249=681 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.07% from 681); Green value is 200 (78.52% from 255 or 29.37% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8C8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C8F9 is #173706. Grayscale: #D6D6D6. Windows color (decimal): -1521415 or 16369896. OLE color: 16369896.
HSL color Cylindrical-coordinate representation of color #E8C8F9: hue angle of 279.18º 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 #E8C8F9 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 200 | 249 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.02 |
| HSL | 279.18º | 0.8% | 0.88% | - |
| HSV(B) | 279.18º | 0.2% | 0.98% | - |
| XYZ | 71.03 | 65.3 | 98.48 | - |
| YUV | 215.15 | 147.1 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 200 | 249 | 0.07 | 0.20 | 0 | 0.02 | 279.18 | 0.8 | 0.88 |
| Hex | E8 | C8 | F9 | 7 | 14 | 0 | 2 | 117 | 50 | 58 |
| Octal | 350 | 310 | 371 | 7 | 24 | 0 | 2 | 427 | 120 | 130 |
| Binary | 11101000 | 11001000 | 11111001 | 111 | 10100 | 0 | 10 | 100010111 | 1010000 | 1011000 |
Color Harmonies of #E8C8F9
Complementary color
Monochromatic Colors of #E8C8F9
Black with #E8C8F9
Text Example
Text Example
White with #E8C8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C8F9; }
p { color: rgb(232,200,249); }
H1.HeaderClassName
{
color: #E8C8F9;
}
.AnyTagClassName
{
color: #E8C8F9;
}
</style>
background-color css
<style>
a { background-color: #E8C8F9; }
a { background-color: rgb(232,200,249); }
div.DivClassName
{
background-color: #E8C8F9;
}
.BgClassName
{
background-color: #E8C8F9;
}
</style>
border-color css
<style>
span { border-color: #E8C8F9; }
span { border-color: rgb(232,200,249); }
td.TdClassName
{
border-color: #E8C8F9;
}
.TagClassName
{
border-color: #E8C8F9;
}
</style>