Shades of Blue Chalk #E1D3EC
Tints of Blue Chalk #E1D3EC
RGB
CMYK
RGB Variations
Color information
#E1D3EC (or 0xE1D3EC) is known color: Blue Chalk. HEX triplet: E1, D3 and EC. RGB value is (225,211,236). Sum of RGB (Red+Green+Blue) = 225+211+236=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1D3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D3EC is #1E2C13. Grayscale: #D9D9D9. Windows color (decimal): -1977364 or 15520737. OLE color: 15520737.
HSL color Cylindrical-coordinate representation of color #E1D3EC: hue angle of 273.6º 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 #E1D3EC is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 211 | 236 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.07 |
| HSL | 273.6º | 0.4% | 0.88% | - |
| HSV(B) | 273.6º | 0.11% | 0.93% | - |
| XYZ | 69.49 | 68.65 | 88.95 | - |
| YUV | 218.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 236 | 0.05 | 0.11 | 0 | 0.07 | 273.6 | 0.4 | 0.88 |
| Hex | E1 | D3 | EC | 5 | B | 0 | 7 | 112 | 28 | 58 |
| Octal | 341 | 323 | 354 | 5 | 13 | 0 | 7 | 422 | 50 | 130 |
| Binary | 11100001 | 11010011 | 11101100 | 101 | 1011 | 0 | 111 | 100010010 | 101000 | 1011000 |
Color Harmonies of #E1D3EC
Complementary color
Monochromatic Colors of #E1D3EC
Black with #E1D3EC
Text Example
Text Example
White with #E1D3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D3EC; }
p { color: rgb(225,211,236); }
H1.HeaderClassName
{
color: #E1D3EC;
}
.AnyTagClassName
{
color: #E1D3EC;
}
</style>
background-color css
<style>
a { background-color: #E1D3EC; }
a { background-color: rgb(225,211,236); }
div.DivClassName
{
background-color: #E1D3EC;
}
.BgClassName
{
background-color: #E1D3EC;
}
</style>
border-color css
<style>
span { border-color: #E1D3EC; }
span { border-color: rgb(225,211,236); }
td.TdClassName
{
border-color: #E1D3EC;
}
.TagClassName
{
border-color: #E1D3EC;
}
</style>