Shades of Blue Chalk #E8C5F9
Tints of Blue Chalk #E8C5F9
RGB
CMYK
RGB Variations
Color information
#E8C5F9 (or 0xE8C5F9) is known color: Blue Chalk. HEX triplet: E8, C5 and F9. RGB value is (232,197,249). Sum of RGB (Red+Green+Blue) = 232+197+249=678 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.22% from 678); Green value is 197 (77.34% from 255 or 29.06% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8C5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C5F9 is #173A06. Grayscale: #D5D5D5. Windows color (decimal): -1522183 or 16369128. OLE color: 16369128.
HSL color Cylindrical-coordinate representation of color #E8C5F9: hue angle of 280.38º degrees, saturation: 0.81, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E8C5F9 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 197 | 249 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.02 |
| HSL | 280.38º | 0.81% | 0.87% | - |
| HSV(B) | 280.38º | 0.21% | 0.98% | - |
| XYZ | 70.34 | 63.93 | 98.25 | - |
| YUV | 213.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 249 | 0.07 | 0.21 | 0 | 0.02 | 280.38 | 0.81 | 0.87 |
| Hex | E8 | C5 | F9 | 7 | 15 | 0 | 2 | 118 | 51 | 57 |
| Octal | 350 | 305 | 371 | 7 | 25 | 0 | 2 | 430 | 121 | 127 |
| Binary | 11101000 | 11000101 | 11111001 | 111 | 10101 | 0 | 10 | 100011000 | 1010001 | 1010111 |
Color Harmonies of #E8C5F9
Complementary color
Monochromatic Colors of #E8C5F9
Black with #E8C5F9
Text Example
Text Example
White with #E8C5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C5F9; }
p { color: rgb(232,197,249); }
H1.HeaderClassName
{
color: #E8C5F9;
}
.AnyTagClassName
{
color: #E8C5F9;
}
</style>
background-color css
<style>
a { background-color: #E8C5F9; }
a { background-color: rgb(232,197,249); }
div.DivClassName
{
background-color: #E8C5F9;
}
.BgClassName
{
background-color: #E8C5F9;
}
</style>
border-color css
<style>
span { border-color: #E8C5F9; }
span { border-color: rgb(232,197,249); }
td.TdClassName
{
border-color: #E8C5F9;
}
.TagClassName
{
border-color: #E8C5F9;
}
</style>