Shades of Blue Chalk #E1C9EE
Tints of Blue Chalk #E1C9EE
RGB
CMYK
RGB Variations
Color information
#E1C9EE (or 0xE1C9EE) is known color: Blue Chalk. HEX triplet: E1, C9 and EE. RGB value is (225,201,238). Sum of RGB (Red+Green+Blue) = 225+201+238=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1C9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C9EE is #1E3611. Grayscale: #D4D4D4. Windows color (decimal): -1979922 or 15649249. OLE color: 15649249.
HSL color Cylindrical-coordinate representation of color #E1C9EE: hue angle of 278.92º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1C9EE is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 201 | 238 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.07 |
| HSL | 278.92º | 0.52% | 0.86% | - |
| HSV(B) | 278.92º | 0.16% | 0.93% | - |
| XYZ | 67.37 | 63.95 | 89.68 | - |
| YUV | 212.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 238 | 0.05 | 0.16 | 0 | 0.07 | 278.92 | 0.52 | 0.86 |
| Hex | E1 | C9 | EE | 5 | 10 | 0 | 7 | 117 | 34 | 56 |
| Octal | 341 | 311 | 356 | 5 | 20 | 0 | 7 | 427 | 64 | 126 |
| Binary | 11100001 | 11001001 | 11101110 | 101 | 10000 | 0 | 111 | 100010111 | 110100 | 1010110 |
Color Harmonies of #E1C9EE
Complementary color
Monochromatic Colors of #E1C9EE
Black with #E1C9EE
Text Example
Text Example
White with #E1C9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C9EE; }
p { color: rgb(225,201,238); }
H1.HeaderClassName
{
color: #E1C9EE;
}
.AnyTagClassName
{
color: #E1C9EE;
}
</style>
background-color css
<style>
a { background-color: #E1C9EE; }
a { background-color: rgb(225,201,238); }
div.DivClassName
{
background-color: #E1C9EE;
}
.BgClassName
{
background-color: #E1C9EE;
}
</style>
border-color css
<style>
span { border-color: #E1C9EE; }
span { border-color: rgb(225,201,238); }
td.TdClassName
{
border-color: #E1C9EE;
}
.TagClassName
{
border-color: #E1C9EE;
}
</style>