Shades of Blue Chalk #E1C8EF
Tints of Blue Chalk #E1C8EF
RGB
CMYK
RGB Variations
Color information
#E1C8EF (or 0xE1C8EF) is known color: Blue Chalk. HEX triplet: E1, C8 and EF. RGB value is (225,200,239). Sum of RGB (Red+Green+Blue) = 225+200+239=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 200 (78.52% from 255 or 30.12% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C8EF is #1E3710. Grayscale: #D3D3D3. Windows color (decimal): -1980177 or 15714529. OLE color: 15714529.
HSL color Cylindrical-coordinate representation of color #E1C8EF: hue angle of 278.46º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1C8EF is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 200 | 239 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.06 |
| HSL | 278.46º | 0.55% | 0.86% | - |
| HSV(B) | 278.46º | 0.16% | 0.94% | - |
| XYZ | 67.29 | 63.55 | 90.38 | - |
| YUV | 211.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 239 | 0.06 | 0.16 | 0 | 0.06 | 278.46 | 0.55 | 0.86 |
| Hex | E1 | C8 | EF | 6 | 10 | 0 | 6 | 116 | 37 | 56 |
| Octal | 341 | 310 | 357 | 6 | 20 | 0 | 6 | 426 | 67 | 126 |
| Binary | 11100001 | 11001000 | 11101111 | 110 | 10000 | 0 | 110 | 100010110 | 110111 | 1010110 |
Color Harmonies of #E1C8EF
Complementary color
Monochromatic Colors of #E1C8EF
Black with #E1C8EF
Text Example
Text Example
White with #E1C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C8EF; }
p { color: rgb(225,200,239); }
H1.HeaderClassName
{
color: #E1C8EF;
}
.AnyTagClassName
{
color: #E1C8EF;
}
</style>
background-color css
<style>
a { background-color: #E1C8EF; }
a { background-color: rgb(225,200,239); }
div.DivClassName
{
background-color: #E1C8EF;
}
.BgClassName
{
background-color: #E1C8EF;
}
</style>
border-color css
<style>
span { border-color: #E1C8EF; }
span { border-color: rgb(225,200,239); }
td.TdClassName
{
border-color: #E1C8EF;
}
.TagClassName
{
border-color: #E1C8EF;
}
</style>