Shades of Blue Chalk #E2C9EB
Tints of Blue Chalk #E2C9EB
RGB
CMYK
RGB Variations
Color information
#E2C9EB (or 0xE2C9EB) is known color: Blue Chalk. HEX triplet: E2, C9 and EB. RGB value is (226,201,235). Sum of RGB (Red+Green+Blue) = 226+201+235=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2C9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C9EB is #1D3614. Grayscale: #D4D4D4. Windows color (decimal): -1914389 or 15452642. OLE color: 15452642.
HSL color Cylindrical-coordinate representation of color #E2C9EB: hue angle of 284.12º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2C9EB is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 201 | 235 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.08 |
| HSL | 284.12º | 0.46% | 0.85% | - |
| HSV(B) | 284.12º | 0.14% | 0.92% | - |
| XYZ | 67.25 | 63.94 | 87.39 | - |
| YUV | 212.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 235 | 0.04 | 0.14 | 0 | 0.08 | 284.12 | 0.46 | 0.85 |
| Hex | E2 | C9 | EB | 4 | E | 0 | 8 | 11C | 2E | 55 |
| Octal | 342 | 311 | 353 | 4 | 16 | 0 | 10 | 434 | 56 | 125 |
| Binary | 11100010 | 11001001 | 11101011 | 100 | 1110 | 0 | 1000 | 100011100 | 101110 | 1010101 |
Color Harmonies of #E2C9EB
Complementary color
Monochromatic Colors of #E2C9EB
Black with #E2C9EB
Text Example
Text Example
White with #E2C9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C9EB; }
p { color: rgb(226,201,235); }
H1.HeaderClassName
{
color: #E2C9EB;
}
.AnyTagClassName
{
color: #E2C9EB;
}
</style>
background-color css
<style>
a { background-color: #E2C9EB; }
a { background-color: rgb(226,201,235); }
div.DivClassName
{
background-color: #E2C9EB;
}
.BgClassName
{
background-color: #E2C9EB;
}
</style>
border-color css
<style>
span { border-color: #E2C9EB; }
span { border-color: rgb(226,201,235); }
td.TdClassName
{
border-color: #E2C9EB;
}
.TagClassName
{
border-color: #E2C9EB;
}
</style>