Shades of Blue Chalk #E1C7F1
Tints of Blue Chalk #E1C7F1
RGB
CMYK
RGB Variations
Color information
#E1C7F1 (or 0xE1C7F1) is known color: Blue Chalk. HEX triplet: E1, C7 and F1. RGB value is (225,199,241). Sum of RGB (Red+Green+Blue) = 225+199+241=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 199 (78.12% from 255 or 29.92% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1C7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C7F1 is #1E380E. Grayscale: #D3D3D3. Windows color (decimal): -1980431 or 15845345. OLE color: 15845345.
HSL color Cylindrical-coordinate representation of color #E1C7F1: hue angle of 277.14º 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 #E1C7F1 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 199 | 241 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.05 |
| HSL | 277.14º | 0.6% | 0.86% | - |
| HSV(B) | 277.14º | 0.17% | 0.95% | - |
| XYZ | 67.35 | 63.21 | 91.87 | - |
| YUV | 211.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 241 | 0.07 | 0.17 | 0 | 0.05 | 277.14 | 0.6 | 0.86 |
| Hex | E1 | C7 | F1 | 7 | 11 | 0 | 5 | 115 | 3C | 56 |
| Octal | 341 | 307 | 361 | 7 | 21 | 0 | 5 | 425 | 74 | 126 |
| Binary | 11100001 | 11000111 | 11110001 | 111 | 10001 | 0 | 101 | 100010101 | 111100 | 1010110 |
Color Harmonies of #E1C7F1
Complementary color
Monochromatic Colors of #E1C7F1
Black with #E1C7F1
Text Example
Text Example
White with #E1C7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C7F1; }
p { color: rgb(225,199,241); }
H1.HeaderClassName
{
color: #E1C7F1;
}
.AnyTagClassName
{
color: #E1C7F1;
}
</style>
background-color css
<style>
a { background-color: #E1C7F1; }
a { background-color: rgb(225,199,241); }
div.DivClassName
{
background-color: #E1C7F1;
}
.BgClassName
{
background-color: #E1C7F1;
}
</style>
border-color css
<style>
span { border-color: #E1C7F1; }
span { border-color: rgb(225,199,241); }
td.TdClassName
{
border-color: #E1C7F1;
}
.TagClassName
{
border-color: #E1C7F1;
}
</style>