Shades of Blue Chalk #E8C8FC
Tints of Blue Chalk #E8C8FC
RGB
CMYK
RGB Variations
Color information
#E8C8FC (or 0xE8C8FC) is known color: Blue Chalk. HEX triplet: E8, C8 and FC. RGB value is (232,200,252). Sum of RGB (Red+Green+Blue) = 232+200+252=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 200 (78.52% from 255 or 29.24% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8C8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C8FC is #173703. Grayscale: #D7D7D7. Windows color (decimal): -1521412 or 16566504. OLE color: 16566504.
HSL color Cylindrical-coordinate representation of color #E8C8FC: hue angle of 276.92º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E8C8FC is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 200 | 252 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.01 |
| HSL | 276.92º | 0.9% | 0.89% | - |
| HSV(B) | 276.92º | 0.21% | 0.99% | - |
| XYZ | 71.5 | 65.49 | 100.97 | - |
| YUV | 215.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 200 | 252 | 0.08 | 0.21 | 0 | 0.01 | 276.92 | 0.9 | 0.89 |
| Hex | E8 | C8 | FC | 8 | 15 | 0 | 1 | 115 | 5A | 59 |
| Octal | 350 | 310 | 374 | 10 | 25 | 0 | 1 | 425 | 132 | 131 |
| Binary | 11101000 | 11001000 | 11111100 | 1000 | 10101 | 0 | 1 | 100010101 | 1011010 | 1011001 |
Color Harmonies of #E8C8FC
Complementary color
Monochromatic Colors of #E8C8FC
Black with #E8C8FC
Text Example
Text Example
White with #E8C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C8FC; }
p { color: rgb(232,200,252); }
H1.HeaderClassName
{
color: #E8C8FC;
}
.AnyTagClassName
{
color: #E8C8FC;
}
</style>
background-color css
<style>
a { background-color: #E8C8FC; }
a { background-color: rgb(232,200,252); }
div.DivClassName
{
background-color: #E8C8FC;
}
.BgClassName
{
background-color: #E8C8FC;
}
</style>
border-color css
<style>
span { border-color: #E8C8FC; }
span { border-color: rgb(232,200,252); }
td.TdClassName
{
border-color: #E8C8FC;
}
.TagClassName
{
border-color: #E8C8FC;
}
</style>