Shades of Blue Chalk #E3C5EB
Tints of Blue Chalk #E3C5EB
RGB
CMYK
RGB Variations
Color information
#E3C5EB (or 0xE3C5EB) is known color: Blue Chalk. HEX triplet: E3, C5 and EB. RGB value is (227,197,235). Sum of RGB (Red+Green+Blue) = 227+197+235=659 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.45% from 659); Green value is 197 (77.34% from 255 or 29.89% 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 #E3C5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C5EB is #1C3A14. Grayscale: #D2D2D2. Windows color (decimal): -1849877 or 15451619. OLE color: 15451619.
HSL color Cylindrical-coordinate representation of color #E3C5EB: hue angle of 287.37º degrees, saturation: 0.49, 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 #E3C5EB is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 197 | 235 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.08 |
| HSL | 287.37º | 0.49% | 0.85% | - |
| HSV(B) | 287.37º | 0.16% | 0.92% | - |
| XYZ | 66.64 | 62.26 | 87.1 | - |
| YUV | 210.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 197 | 235 | 0.03 | 0.16 | 0 | 0.08 | 287.37 | 0.49 | 0.85 |
| Hex | E3 | C5 | EB | 3 | 10 | 0 | 8 | 11F | 31 | 55 |
| Octal | 343 | 305 | 353 | 3 | 20 | 0 | 10 | 437 | 61 | 125 |
| Binary | 11100011 | 11000101 | 11101011 | 11 | 10000 | 0 | 1000 | 100011111 | 110001 | 1010101 |
Color Harmonies of #E3C5EB
Complementary color
Monochromatic Colors of #E3C5EB
Black with #E3C5EB
Text Example
Text Example
White with #E3C5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C5EB; }
p { color: rgb(227,197,235); }
H1.HeaderClassName
{
color: #E3C5EB;
}
.AnyTagClassName
{
color: #E3C5EB;
}
</style>
background-color css
<style>
a { background-color: #E3C5EB; }
a { background-color: rgb(227,197,235); }
div.DivClassName
{
background-color: #E3C5EB;
}
.BgClassName
{
background-color: #E3C5EB;
}
</style>
border-color css
<style>
span { border-color: #E3C5EB; }
span { border-color: rgb(227,197,235); }
td.TdClassName
{
border-color: #E3C5EB;
}
.TagClassName
{
border-color: #E3C5EB;
}
</style>