Shades of Blue Chalk #E1C9EC
Tints of Blue Chalk #E1C9EC
RGB
CMYK
RGB Variations
Color information
#E1C9EC (or 0xE1C9EC) is known color: Blue Chalk. HEX triplet: E1, C9 and EC. RGB value is (225,201,236). Sum of RGB (Red+Green+Blue) = 225+201+236=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1C9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C9EC is #1E3613. Grayscale: #D4D4D4. Windows color (decimal): -1979924 or 15518177. OLE color: 15518177.
HSL color Cylindrical-coordinate representation of color #E1C9EC: hue angle of 281.14º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1C9EC is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 201 | 236 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.07 |
| HSL | 281.14º | 0.48% | 0.86% | - |
| HSV(B) | 281.14º | 0.15% | 0.93% | - |
| XYZ | 67.08 | 63.84 | 88.14 | - |
| YUV | 212.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 236 | 0.05 | 0.15 | 0 | 0.07 | 281.14 | 0.48 | 0.86 |
| Hex | E1 | C9 | EC | 5 | F | 0 | 7 | 119 | 30 | 56 |
| Octal | 341 | 311 | 354 | 5 | 17 | 0 | 7 | 431 | 60 | 126 |
| Binary | 11100001 | 11001001 | 11101100 | 101 | 1111 | 0 | 111 | 100011001 | 110000 | 1010110 |
Color Harmonies of #E1C9EC
Complementary color
Monochromatic Colors of #E1C9EC
Black with #E1C9EC
Text Example
Text Example
White with #E1C9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C9EC; }
p { color: rgb(225,201,236); }
H1.HeaderClassName
{
color: #E1C9EC;
}
.AnyTagClassName
{
color: #E1C9EC;
}
</style>
background-color css
<style>
a { background-color: #E1C9EC; }
a { background-color: rgb(225,201,236); }
div.DivClassName
{
background-color: #E1C9EC;
}
.BgClassName
{
background-color: #E1C9EC;
}
</style>
border-color css
<style>
span { border-color: #E1C9EC; }
span { border-color: rgb(225,201,236); }
td.TdClassName
{
border-color: #E1C9EC;
}
.TagClassName
{
border-color: #E1C9EC;
}
</style>