Shades of Blue Chalk #E3C1EB
Tints of Blue Chalk #E3C1EB
RGB
CMYK
RGB Variations
Color information
#E3C1EB (or 0xE3C1EB) is known color: Blue Chalk. HEX triplet: E3, C1 and EB. RGB value is (227,193,235). Sum of RGB (Red+Green+Blue) = 227+193+235=655 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.66% from 655); Green value is 193 (75.78% from 255 or 29.47% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3C1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C1EB is #1C3E14. Grayscale: #CFCFCF. Windows color (decimal): -1850901 or 15450595. OLE color: 15450595.
HSL color Cylindrical-coordinate representation of color #E3C1EB: hue angle of 288.57º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E3C1EB is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 193 | 235 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.08 |
| HSL | 288.57º | 0.51% | 0.84% | - |
| HSV(B) | 288.57º | 0.18% | 0.92% | - |
| XYZ | 65.74 | 60.47 | 86.8 | - |
| YUV | 207.95 | 143.26 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 193 | 235 | 0.03 | 0.18 | 0 | 0.08 | 288.57 | 0.51 | 0.84 |
| Hex | E3 | C1 | EB | 3 | 12 | 0 | 8 | 121 | 33 | 54 |
| Octal | 343 | 301 | 353 | 3 | 22 | 0 | 10 | 441 | 63 | 124 |
| Binary | 11100011 | 11000001 | 11101011 | 11 | 10010 | 0 | 1000 | 100100001 | 110011 | 1010100 |
Color Harmonies of #E3C1EB
Complementary color
Monochromatic Colors of #E3C1EB
Black with #E3C1EB
Text Example
Text Example
White with #E3C1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C1EB; }
p { color: rgb(227,193,235); }
H1.HeaderClassName
{
color: #E3C1EB;
}
.AnyTagClassName
{
color: #E3C1EB;
}
</style>
background-color css
<style>
a { background-color: #E3C1EB; }
a { background-color: rgb(227,193,235); }
div.DivClassName
{
background-color: #E3C1EB;
}
.BgClassName
{
background-color: #E3C1EB;
}
</style>
border-color css
<style>
span { border-color: #E3C1EB; }
span { border-color: rgb(227,193,235); }
td.TdClassName
{
border-color: #E3C1EB;
}
.TagClassName
{
border-color: #E3C1EB;
}
</style>