Shades of Blue Chalk #E1C6EA
Tints of Blue Chalk #E1C6EA
RGB
CMYK
RGB Variations
Color information
#E1C6EA (or 0xE1C6EA) is known color: Blue Chalk. HEX triplet: E1, C6 and EA. RGB value is (225,198,234). Sum of RGB (Red+Green+Blue) = 225+198+234=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1C6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C6EA is #1E3915. Grayscale: #D2D2D2. Windows color (decimal): -1980694 or 15386337. OLE color: 15386337.
HSL color Cylindrical-coordinate representation of color #E1C6EA: hue angle of 285º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1C6EA is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 198 | 234 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.08 |
| HSL | 285º | 0.46% | 0.85% | - |
| HSV(B) | 285º | 0.15% | 0.92% | - |
| XYZ | 66.1 | 62.34 | 86.39 | - |
| YUV | 210.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 198 | 234 | 0.04 | 0.15 | 0 | 0.08 | 285 | 0.46 | 0.85 |
| Hex | E1 | C6 | EA | 4 | F | 0 | 8 | 11D | 2E | 55 |
| Octal | 341 | 306 | 352 | 4 | 17 | 0 | 10 | 435 | 56 | 125 |
| Binary | 11100001 | 11000110 | 11101010 | 100 | 1111 | 0 | 1000 | 100011101 | 101110 | 1010101 |
Color Harmonies of #E1C6EA
Complementary color
Monochromatic Colors of #E1C6EA
Black with #E1C6EA
Text Example
Text Example
White with #E1C6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C6EA; }
p { color: rgb(225,198,234); }
H1.HeaderClassName
{
color: #E1C6EA;
}
.AnyTagClassName
{
color: #E1C6EA;
}
</style>
background-color css
<style>
a { background-color: #E1C6EA; }
a { background-color: rgb(225,198,234); }
div.DivClassName
{
background-color: #E1C6EA;
}
.BgClassName
{
background-color: #E1C6EA;
}
</style>
border-color css
<style>
span { border-color: #E1C6EA; }
span { border-color: rgb(225,198,234); }
td.TdClassName
{
border-color: #E1C6EA;
}
.TagClassName
{
border-color: #E1C6EA;
}
</style>