Shades of Blue Chalk #E2C6EB
Tints of Blue Chalk #E2C6EB
RGB
CMYK
RGB Variations
Color information
#E2C6EB (or 0xE2C6EB) is known color: Blue Chalk. HEX triplet: E2, C6 and EB. RGB value is (226,198,235). Sum of RGB (Red+Green+Blue) = 226+198+235=659 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.29% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2C6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C6EB is #1D3914. Grayscale: #D2D2D2. Windows color (decimal): -1915157 or 15451874. OLE color: 15451874.
HSL color Cylindrical-coordinate representation of color #E2C6EB: hue angle of 285.41º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2C6EB is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 198 | 235 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.08 |
| HSL | 285.41º | 0.48% | 0.85% | - |
| HSV(B) | 285.41º | 0.16% | 0.92% | - |
| XYZ | 66.55 | 62.56 | 87.16 | - |
| YUV | 210.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 198 | 235 | 0.04 | 0.16 | 0 | 0.08 | 285.41 | 0.48 | 0.85 |
| Hex | E2 | C6 | EB | 4 | 10 | 0 | 8 | 11D | 30 | 55 |
| Octal | 342 | 306 | 353 | 4 | 20 | 0 | 10 | 435 | 60 | 125 |
| Binary | 11100010 | 11000110 | 11101011 | 100 | 10000 | 0 | 1000 | 100011101 | 110000 | 1010101 |
Color Harmonies of #E2C6EB
Complementary color
Monochromatic Colors of #E2C6EB
Black with #E2C6EB
Text Example
Text Example
White with #E2C6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C6EB; }
p { color: rgb(226,198,235); }
H1.HeaderClassName
{
color: #E2C6EB;
}
.AnyTagClassName
{
color: #E2C6EB;
}
</style>
background-color css
<style>
a { background-color: #E2C6EB; }
a { background-color: rgb(226,198,235); }
div.DivClassName
{
background-color: #E2C6EB;
}
.BgClassName
{
background-color: #E2C6EB;
}
</style>
border-color css
<style>
span { border-color: #E2C6EB; }
span { border-color: rgb(226,198,235); }
td.TdClassName
{
border-color: #E2C6EB;
}
.TagClassName
{
border-color: #E2C6EB;
}
</style>