Shades of Blue Chalk #E2C9F1
Tints of Blue Chalk #E2C9F1
RGB
CMYK
RGB Variations
Color information
#E2C9F1 (or 0xE2C9F1) is known color: Blue Chalk. HEX triplet: E2, C9 and F1. RGB value is (226,201,241). Sum of RGB (Red+Green+Blue) = 226+201+241=668 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.83% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2C9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C9F1 is #1D360E. Grayscale: #D4D4D4. Windows color (decimal): -1914383 or 15845858. OLE color: 15845858.
HSL color Cylindrical-coordinate representation of color #E2C9F1: hue angle of 277.5º degrees, saturation: 0.59, 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 #E2C9F1 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 201 | 241 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.05 |
| HSL | 277.5º | 0.59% | 0.87% | - |
| HSV(B) | 277.5º | 0.17% | 0.95% | - |
| XYZ | 68.13 | 64.29 | 92.04 | - |
| YUV | 213.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 241 | 0.06 | 0.17 | 0 | 0.05 | 277.5 | 0.59 | 0.87 |
| Hex | E2 | C9 | F1 | 6 | 11 | 0 | 5 | 116 | 3B | 57 |
| Octal | 342 | 311 | 361 | 6 | 21 | 0 | 5 | 426 | 73 | 127 |
| Binary | 11100010 | 11001001 | 11110001 | 110 | 10001 | 0 | 101 | 100010110 | 111011 | 1010111 |
Color Harmonies of #E2C9F1
Complementary color
Monochromatic Colors of #E2C9F1
Black with #E2C9F1
Text Example
Text Example
White with #E2C9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C9F1; }
p { color: rgb(226,201,241); }
H1.HeaderClassName
{
color: #E2C9F1;
}
.AnyTagClassName
{
color: #E2C9F1;
}
</style>
background-color css
<style>
a { background-color: #E2C9F1; }
a { background-color: rgb(226,201,241); }
div.DivClassName
{
background-color: #E2C9F1;
}
.BgClassName
{
background-color: #E2C9F1;
}
</style>
border-color css
<style>
span { border-color: #E2C9F1; }
span { border-color: rgb(226,201,241); }
td.TdClassName
{
border-color: #E2C9F1;
}
.TagClassName
{
border-color: #E2C9F1;
}
</style>