Shades of Blue Chalk #E2C3EB
Tints of Blue Chalk #E2C3EB
RGB
CMYK
RGB Variations
Color information
#E2C3EB (or 0xE2C3EB) is known color: Blue Chalk. HEX triplet: E2, C3 and EB. RGB value is (226,195,235). Sum of RGB (Red+Green+Blue) = 226+195+235=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2C3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C3EB is #1D3C14. Grayscale: #D0D0D0. Windows color (decimal): -1915925 or 15451106. OLE color: 15451106.
HSL color Cylindrical-coordinate representation of color #E2C3EB: hue angle of 286.5º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2C3EB is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 195 | 235 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.08 |
| HSL | 286.5º | 0.5% | 0.84% | - |
| HSV(B) | 286.5º | 0.17% | 0.92% | - |
| XYZ | 65.87 | 61.2 | 86.94 | - |
| YUV | 208.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 235 | 0.04 | 0.17 | 0 | 0.08 | 286.5 | 0.5 | 0.84 |
| Hex | E2 | C3 | EB | 4 | 11 | 0 | 8 | 11E | 32 | 54 |
| Octal | 342 | 303 | 353 | 4 | 21 | 0 | 10 | 436 | 62 | 124 |
| Binary | 11100010 | 11000011 | 11101011 | 100 | 10001 | 0 | 1000 | 100011110 | 110010 | 1010100 |
Color Harmonies of #E2C3EB
Complementary color
Monochromatic Colors of #E2C3EB
Black with #E2C3EB
Text Example
Text Example
White with #E2C3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C3EB; }
p { color: rgb(226,195,235); }
H1.HeaderClassName
{
color: #E2C3EB;
}
.AnyTagClassName
{
color: #E2C3EB;
}
</style>
background-color css
<style>
a { background-color: #E2C3EB; }
a { background-color: rgb(226,195,235); }
div.DivClassName
{
background-color: #E2C3EB;
}
.BgClassName
{
background-color: #E2C3EB;
}
</style>
border-color css
<style>
span { border-color: #E2C3EB; }
span { border-color: rgb(226,195,235); }
td.TdClassName
{
border-color: #E2C3EB;
}
.TagClassName
{
border-color: #E2C3EB;
}
</style>