Shades of Blue Chalk #E2C7F1
Tints of Blue Chalk #E2C7F1
RGB
CMYK
RGB Variations
Color information
#E2C7F1 (or 0xE2C7F1) is known color: Blue Chalk. HEX triplet: E2, C7 and F1. RGB value is (226,199,241). Sum of RGB (Red+Green+Blue) = 226+199+241=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 199 (78.12% from 255 or 29.88% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2C7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C7F1 is #1D380E. Grayscale: #D3D3D3. Windows color (decimal): -1914895 or 15845346. OLE color: 15845346.
HSL color Cylindrical-coordinate representation of color #E2C7F1: hue angle of 278.57º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2C7F1 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 199 | 241 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.05 |
| HSL | 278.57º | 0.6% | 0.86% | - |
| HSV(B) | 278.57º | 0.17% | 0.95% | - |
| XYZ | 67.66 | 63.37 | 91.88 | - |
| YUV | 211.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 199 | 241 | 0.06 | 0.17 | 0 | 0.05 | 278.57 | 0.6 | 0.86 |
| Hex | E2 | C7 | F1 | 6 | 11 | 0 | 5 | 117 | 3C | 56 |
| Octal | 342 | 307 | 361 | 6 | 21 | 0 | 5 | 427 | 74 | 126 |
| Binary | 11100010 | 11000111 | 11110001 | 110 | 10001 | 0 | 101 | 100010111 | 111100 | 1010110 |
Color Harmonies of #E2C7F1
Complementary color
Monochromatic Colors of #E2C7F1
Black with #E2C7F1
Text Example
Text Example
White with #E2C7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C7F1; }
p { color: rgb(226,199,241); }
H1.HeaderClassName
{
color: #E2C7F1;
}
.AnyTagClassName
{
color: #E2C7F1;
}
</style>
background-color css
<style>
a { background-color: #E2C7F1; }
a { background-color: rgb(226,199,241); }
div.DivClassName
{
background-color: #E2C7F1;
}
.BgClassName
{
background-color: #E2C7F1;
}
</style>
border-color css
<style>
span { border-color: #E2C7F1; }
span { border-color: rgb(226,199,241); }
td.TdClassName
{
border-color: #E2C7F1;
}
.TagClassName
{
border-color: #E2C7F1;
}
</style>