Shades of Blue Chalk #E5D3EC
Tints of Blue Chalk #E5D3EC
RGB
CMYK
RGB Variations
Color information
#E5D3EC (or 0xE5D3EC) is known color: Blue Chalk. HEX triplet: E5, D3 and EC. RGB value is (229,211,236). Sum of RGB (Red+Green+Blue) = 229+211+236=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 211 (82.81% from 255 or 31.21% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5D3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D3EC is #1A2C13. Grayscale: #DBDBDB. Windows color (decimal): -1715220 or 15520741. OLE color: 15520741.
HSL color Cylindrical-coordinate representation of color #E5D3EC: hue angle of 283.2º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5D3EC is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 211 | 236 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.07 |
| HSL | 283.2º | 0.4% | 0.88% | - |
| HSV(B) | 283.2º | 0.11% | 0.93% | - |
| XYZ | 70.75 | 69.3 | 89 | - |
| YUV | 219.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 236 | 0.03 | 0.11 | 0 | 0.07 | 283.2 | 0.4 | 0.88 |
| Hex | E5 | D3 | EC | 3 | B | 0 | 7 | 11B | 28 | 58 |
| Octal | 345 | 323 | 354 | 3 | 13 | 0 | 7 | 433 | 50 | 130 |
| Binary | 11100101 | 11010011 | 11101100 | 11 | 1011 | 0 | 111 | 100011011 | 101000 | 1011000 |
Color Harmonies of #E5D3EC
Complementary color
Monochromatic Colors of #E5D3EC
Black with #E5D3EC
Text Example
Text Example
White with #E5D3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D3EC; }
p { color: rgb(229,211,236); }
H1.HeaderClassName
{
color: #E5D3EC;
}
.AnyTagClassName
{
color: #E5D3EC;
}
</style>
background-color css
<style>
a { background-color: #E5D3EC; }
a { background-color: rgb(229,211,236); }
div.DivClassName
{
background-color: #E5D3EC;
}
.BgClassName
{
background-color: #E5D3EC;
}
</style>
border-color css
<style>
span { border-color: #E5D3EC; }
span { border-color: rgb(229,211,236); }
td.TdClassName
{
border-color: #E5D3EC;
}
.TagClassName
{
border-color: #E5D3EC;
}
</style>