Shades of Blue Chalk #E1C9F3
Tints of Blue Chalk #E1C9F3
RGB
CMYK
RGB Variations
Color information
#E1C9F3 (or 0xE1C9F3) is known color: Blue Chalk. HEX triplet: E1, C9 and F3. RGB value is (225,201,243). Sum of RGB (Red+Green+Blue) = 225+201+243=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 201 (78.91% from 255 or 30.04% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1C9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C9F3 is #1E360C. Grayscale: #D4D4D4. Windows color (decimal): -1979917 or 15976929. OLE color: 15976929.
HSL color Cylindrical-coordinate representation of color #E1C9F3: hue angle of 274.29º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1C9F3 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 201 | 243 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.05 |
| HSL | 274.29º | 0.64% | 0.87% | - |
| HSV(B) | 274.29º | 0.17% | 0.95% | - |
| XYZ | 68.12 | 64.25 | 93.61 | - |
| YUV | 212.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 243 | 0.07 | 0.17 | 0 | 0.05 | 274.29 | 0.64 | 0.87 |
| Hex | E1 | C9 | F3 | 7 | 11 | 0 | 5 | 112 | 40 | 57 |
| Octal | 341 | 311 | 363 | 7 | 21 | 0 | 5 | 422 | 100 | 127 |
| Binary | 11100001 | 11001001 | 11110011 | 111 | 10001 | 0 | 101 | 100010010 | 1000000 | 1010111 |
Color Harmonies of #E1C9F3
Complementary color
Monochromatic Colors of #E1C9F3
Black with #E1C9F3
Text Example
Text Example
White with #E1C9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C9F3; }
p { color: rgb(225,201,243); }
H1.HeaderClassName
{
color: #E1C9F3;
}
.AnyTagClassName
{
color: #E1C9F3;
}
</style>
background-color css
<style>
a { background-color: #E1C9F3; }
a { background-color: rgb(225,201,243); }
div.DivClassName
{
background-color: #E1C9F3;
}
.BgClassName
{
background-color: #E1C9F3;
}
</style>
border-color css
<style>
span { border-color: #E1C9F3; }
span { border-color: rgb(225,201,243); }
td.TdClassName
{
border-color: #E1C9F3;
}
.TagClassName
{
border-color: #E1C9F3;
}
</style>