Shades of Blue Chalk #E1C6F1
Tints of Blue Chalk #E1C6F1
RGB
CMYK
RGB Variations
Color information
#E1C6F1 (or 0xE1C6F1) is known color: Blue Chalk. HEX triplet: E1, C6 and F1. RGB value is (225,198,241). Sum of RGB (Red+Green+Blue) = 225+198+241=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 198 (77.73% from 255 or 29.82% 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 #E1C6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C6F1 is #1E390E. Grayscale: #D2D2D2. Windows color (decimal): -1980687 or 15845089. OLE color: 15845089.
HSL color Cylindrical-coordinate representation of color #E1C6F1: hue angle of 277.67º 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 #E1C6F1 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 198 | 241 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.05 |
| HSL | 277.67º | 0.61% | 0.86% | - |
| HSV(B) | 277.67º | 0.18% | 0.95% | - |
| XYZ | 67.12 | 62.75 | 91.79 | - |
| YUV | 210.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 198 | 241 | 0.07 | 0.18 | 0 | 0.05 | 277.67 | 0.61 | 0.86 |
| Hex | E1 | C6 | F1 | 7 | 12 | 0 | 5 | 116 | 3D | 56 |
| Octal | 341 | 306 | 361 | 7 | 22 | 0 | 5 | 426 | 75 | 126 |
| Binary | 11100001 | 11000110 | 11110001 | 111 | 10010 | 0 | 101 | 100010110 | 111101 | 1010110 |
Color Harmonies of #E1C6F1
Complementary color
Monochromatic Colors of #E1C6F1
Black with #E1C6F1
Text Example
Text Example
White with #E1C6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C6F1; }
p { color: rgb(225,198,241); }
H1.HeaderClassName
{
color: #E1C6F1;
}
.AnyTagClassName
{
color: #E1C6F1;
}
</style>
background-color css
<style>
a { background-color: #E1C6F1; }
a { background-color: rgb(225,198,241); }
div.DivClassName
{
background-color: #E1C6F1;
}
.BgClassName
{
background-color: #E1C6F1;
}
</style>
border-color css
<style>
span { border-color: #E1C6F1; }
span { border-color: rgb(225,198,241); }
td.TdClassName
{
border-color: #E1C6F1;
}
.TagClassName
{
border-color: #E1C6F1;
}
</style>