Shades of Blue Chalk #E1C6EF
Tints of Blue Chalk #E1C6EF
RGB
CMYK
RGB Variations
Color information
#E1C6EF (or 0xE1C6EF) is known color: Blue Chalk. HEX triplet: E1, C6 and EF. RGB value is (225,198,239). Sum of RGB (Red+Green+Blue) = 225+198+239=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 198 (77.73% from 255 or 29.91% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1C6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C6EF is #1E3910. Grayscale: #D2D2D2. Windows color (decimal): -1980689 or 15714017. OLE color: 15714017.
HSL color Cylindrical-coordinate representation of color #E1C6EF: hue angle of 279.51º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1C6EF is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 198 | 239 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.06 |
| HSL | 279.51º | 0.56% | 0.86% | - |
| HSV(B) | 279.51º | 0.17% | 0.94% | - |
| XYZ | 66.83 | 62.63 | 90.23 | - |
| YUV | 210.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 198 | 239 | 0.06 | 0.17 | 0 | 0.06 | 279.51 | 0.56 | 0.86 |
| Hex | E1 | C6 | EF | 6 | 11 | 0 | 6 | 118 | 38 | 56 |
| Octal | 341 | 306 | 357 | 6 | 21 | 0 | 6 | 430 | 70 | 126 |
| Binary | 11100001 | 11000110 | 11101111 | 110 | 10001 | 0 | 110 | 100011000 | 111000 | 1010110 |
Color Harmonies of #E1C6EF
Complementary color
Monochromatic Colors of #E1C6EF
Black with #E1C6EF
Text Example
Text Example
White with #E1C6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C6EF; }
p { color: rgb(225,198,239); }
H1.HeaderClassName
{
color: #E1C6EF;
}
.AnyTagClassName
{
color: #E1C6EF;
}
</style>
background-color css
<style>
a { background-color: #E1C6EF; }
a { background-color: rgb(225,198,239); }
div.DivClassName
{
background-color: #E1C6EF;
}
.BgClassName
{
background-color: #E1C6EF;
}
</style>
border-color css
<style>
span { border-color: #E1C6EF; }
span { border-color: rgb(225,198,239); }
td.TdClassName
{
border-color: #E1C6EF;
}
.TagClassName
{
border-color: #E1C6EF;
}
</style>