Shades of Blue Chalk #E5C3EF
Tints of Blue Chalk #E5C3EF
RGB
CMYK
RGB Variations
Color information
#E5C3EF (or 0xE5C3EF) is known color: Blue Chalk. HEX triplet: E5, C3 and EF. RGB value is (229,195,239). Sum of RGB (Red+Green+Blue) = 229+195+239=663 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.54% from 663); Green value is 195 (76.56% from 255 or 29.41% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5C3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C3EF is #1A3C10. Grayscale: #D2D2D2. Windows color (decimal): -1719313 or 15713253. OLE color: 15713253.
HSL color Cylindrical-coordinate representation of color #E5C3EF: hue angle of 286.36º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5C3EF is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 195 | 239 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.06 |
| HSL | 286.36º | 0.58% | 0.85% | - |
| HSV(B) | 286.36º | 0.18% | 0.94% | - |
| XYZ | 67.41 | 61.92 | 90.06 | - |
| YUV | 210.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 239 | 0.04 | 0.18 | 0 | 0.06 | 286.36 | 0.58 | 0.85 |
| Hex | E5 | C3 | EF | 4 | 12 | 0 | 6 | 11E | 3A | 55 |
| Octal | 345 | 303 | 357 | 4 | 22 | 0 | 6 | 436 | 72 | 125 |
| Binary | 11100101 | 11000011 | 11101111 | 100 | 10010 | 0 | 110 | 100011110 | 111010 | 1010101 |
Color Harmonies of #E5C3EF
Complementary color
Monochromatic Colors of #E5C3EF
Black with #E5C3EF
Text Example
Text Example
White with #E5C3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C3EF; }
p { color: rgb(229,195,239); }
H1.HeaderClassName
{
color: #E5C3EF;
}
.AnyTagClassName
{
color: #E5C3EF;
}
</style>
background-color css
<style>
a { background-color: #E5C3EF; }
a { background-color: rgb(229,195,239); }
div.DivClassName
{
background-color: #E5C3EF;
}
.BgClassName
{
background-color: #E5C3EF;
}
</style>
border-color css
<style>
span { border-color: #E5C3EF; }
span { border-color: rgb(229,195,239); }
td.TdClassName
{
border-color: #E5C3EF;
}
.TagClassName
{
border-color: #E5C3EF;
}
</style>