Shades of Blue Chalk #E8C5F8
Tints of Blue Chalk #E8C5F8
RGB
CMYK
RGB Variations
Color information
#E8C5F8 (or 0xE8C5F8) is known color: Blue Chalk. HEX triplet: E8, C5 and F8. RGB value is (232,197,248). Sum of RGB (Red+Green+Blue) = 232+197+248=677 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.27% from 677); Green value is 197 (77.34% from 255 or 29.10% from 677); Blue value is 248 (97.27% from 255 or 36.63% from 677); Max value from RGB is 248 - color contains mainly: blue. Hex color #E8C5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C5F8 is #173A07. Grayscale: #D5D5D5. Windows color (decimal): -1522184 or 16303592. OLE color: 16303592.
HSL color Cylindrical-coordinate representation of color #E8C5F8: hue angle of 281.18º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E8C5F8 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 197 | 248 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.03 |
| HSL | 281.18º | 0.78% | 0.87% | - |
| HSV(B) | 281.18º | 0.21% | 0.97% | - |
| XYZ | 70.19 | 63.87 | 97.43 | - |
| YUV | 213.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 248 | 0.06 | 0.21 | 0 | 0.03 | 281.18 | 0.78 | 0.87 |
| Hex | E8 | C5 | F8 | 6 | 15 | 0 | 3 | 119 | 4E | 57 |
| Octal | 350 | 305 | 370 | 6 | 25 | 0 | 3 | 431 | 116 | 127 |
| Binary | 11101000 | 11000101 | 11111000 | 110 | 10101 | 0 | 11 | 100011001 | 1001110 | 1010111 |
Color Harmonies of #E8C5F8
Complementary color
Monochromatic Colors of #E8C5F8
Black with #E8C5F8
Text Example
Text Example
White with #E8C5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C5F8; }
p { color: rgb(232,197,248); }
H1.HeaderClassName
{
color: #E8C5F8;
}
.AnyTagClassName
{
color: #E8C5F8;
}
</style>
background-color css
<style>
a { background-color: #E8C5F8; }
a { background-color: rgb(232,197,248); }
div.DivClassName
{
background-color: #E8C5F8;
}
.BgClassName
{
background-color: #E8C5F8;
}
</style>
border-color css
<style>
span { border-color: #E8C5F8; }
span { border-color: rgb(232,197,248); }
td.TdClassName
{
border-color: #E8C5F8;
}
.TagClassName
{
border-color: #E8C5F8;
}
</style>