Shades of Blue Chalk #E1D2EC
Tints of Blue Chalk #E1D2EC
RGB
CMYK
RGB Variations
Color information
#E1D2EC (or 0xE1D2EC) is known color: Blue Chalk. HEX triplet: E1, D2 and EC. RGB value is (225,210,236). Sum of RGB (Red+Green+Blue) = 225+210+236=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 210 (82.42% from 255 or 31.30% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1D2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D2EC is #1E2D13. Grayscale: #D9D9D9. Windows color (decimal): -1977620 or 15520481. OLE color: 15520481.
HSL color Cylindrical-coordinate representation of color #E1D2EC: hue angle of 274.62º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1D2EC is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 210 | 236 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.07 |
| HSL | 274.62º | 0.41% | 0.87% | - |
| HSV(B) | 274.62º | 0.11% | 0.93% | - |
| XYZ | 69.24 | 68.16 | 88.86 | - |
| YUV | 217.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 236 | 0.05 | 0.11 | 0 | 0.07 | 274.62 | 0.41 | 0.87 |
| Hex | E1 | D2 | EC | 5 | B | 0 | 7 | 113 | 29 | 57 |
| Octal | 341 | 322 | 354 | 5 | 13 | 0 | 7 | 423 | 51 | 127 |
| Binary | 11100001 | 11010010 | 11101100 | 101 | 1011 | 0 | 111 | 100010011 | 101001 | 1010111 |
Color Harmonies of #E1D2EC
Complementary color
Monochromatic Colors of #E1D2EC
Black with #E1D2EC
Text Example
Text Example
White with #E1D2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D2EC; }
p { color: rgb(225,210,236); }
H1.HeaderClassName
{
color: #E1D2EC;
}
.AnyTagClassName
{
color: #E1D2EC;
}
</style>
background-color css
<style>
a { background-color: #E1D2EC; }
a { background-color: rgb(225,210,236); }
div.DivClassName
{
background-color: #E1D2EC;
}
.BgClassName
{
background-color: #E1D2EC;
}
</style>
border-color css
<style>
span { border-color: #E1D2EC; }
span { border-color: rgb(225,210,236); }
td.TdClassName
{
border-color: #E1D2EC;
}
.TagClassName
{
border-color: #E1D2EC;
}
</style>