Shades of Blue Chalk #E1D1ED
Tints of Blue Chalk #E1D1ED
RGB
CMYK
RGB Variations
Color information
#E1D1ED (or 0xE1D1ED) is known color: Blue Chalk. HEX triplet: E1, D1 and ED. RGB value is (225,209,237). Sum of RGB (Red+Green+Blue) = 225+209+237=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 209 (82.03% from 255 or 31.15% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1D1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D1ED is #1E2E12. Grayscale: #D8D8D8. Windows color (decimal): -1977875 or 15585761. OLE color: 15585761.
HSL color Cylindrical-coordinate representation of color #E1D1ED: hue angle of 274.29º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1D1ED is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 209 | 237 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.07 |
| HSL | 274.29º | 0.44% | 0.87% | - |
| HSV(B) | 274.29º | 0.12% | 0.93% | - |
| XYZ | 69.14 | 67.72 | 89.55 | - |
| YUV | 216.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 237 | 0.05 | 0.12 | 0 | 0.07 | 274.29 | 0.44 | 0.87 |
| Hex | E1 | D1 | ED | 5 | C | 0 | 7 | 112 | 2C | 57 |
| Octal | 341 | 321 | 355 | 5 | 14 | 0 | 7 | 422 | 54 | 127 |
| Binary | 11100001 | 11010001 | 11101101 | 101 | 1100 | 0 | 111 | 100010010 | 101100 | 1010111 |
Color Harmonies of #E1D1ED
Complementary color
Monochromatic Colors of #E1D1ED
Black with #E1D1ED
Text Example
Text Example
White with #E1D1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D1ED; }
p { color: rgb(225,209,237); }
H1.HeaderClassName
{
color: #E1D1ED;
}
.AnyTagClassName
{
color: #E1D1ED;
}
</style>
background-color css
<style>
a { background-color: #E1D1ED; }
a { background-color: rgb(225,209,237); }
div.DivClassName
{
background-color: #E1D1ED;
}
.BgClassName
{
background-color: #E1D1ED;
}
</style>
border-color css
<style>
span { border-color: #E1D1ED; }
span { border-color: rgb(225,209,237); }
td.TdClassName
{
border-color: #E1D1ED;
}
.TagClassName
{
border-color: #E1D1ED;
}
</style>