Shades of Blue Chalk #E2C5F1
Tints of Blue Chalk #E2C5F1
RGB
CMYK
RGB Variations
Color information
#E2C5F1 (or 0xE2C5F1) is known color: Blue Chalk. HEX triplet: E2, C5 and F1. RGB value is (226,197,241). Sum of RGB (Red+Green+Blue) = 226+197+241=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 197 (77.34% from 255 or 29.67% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2C5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C5F1 is #1D3A0E. Grayscale: #D2D2D2. Windows color (decimal): -1915407 or 15844834. OLE color: 15844834.
HSL color Cylindrical-coordinate representation of color #E2C5F1: hue angle of 279.55º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2C5F1 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 197 | 241 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.05 |
| HSL | 279.55º | 0.61% | 0.86% | - |
| HSV(B) | 279.55º | 0.18% | 0.95% | - |
| XYZ | 67.21 | 62.45 | 91.73 | - |
| YUV | 210.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 241 | 0.06 | 0.18 | 0 | 0.05 | 279.55 | 0.61 | 0.86 |
| Hex | E2 | C5 | F1 | 6 | 12 | 0 | 5 | 118 | 3D | 56 |
| Octal | 342 | 305 | 361 | 6 | 22 | 0 | 5 | 430 | 75 | 126 |
| Binary | 11100010 | 11000101 | 11110001 | 110 | 10010 | 0 | 101 | 100011000 | 111101 | 1010110 |
Color Harmonies of #E2C5F1
Complementary color
Monochromatic Colors of #E2C5F1
Black with #E2C5F1
Text Example
Text Example
White with #E2C5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C5F1; }
p { color: rgb(226,197,241); }
H1.HeaderClassName
{
color: #E2C5F1;
}
.AnyTagClassName
{
color: #E2C5F1;
}
</style>
background-color css
<style>
a { background-color: #E2C5F1; }
a { background-color: rgb(226,197,241); }
div.DivClassName
{
background-color: #E2C5F1;
}
.BgClassName
{
background-color: #E2C5F1;
}
</style>
border-color css
<style>
span { border-color: #E2C5F1; }
span { border-color: rgb(226,197,241); }
td.TdClassName
{
border-color: #E2C5F1;
}
.TagClassName
{
border-color: #E2C5F1;
}
</style>