Shades of Blue Chalk #E1D2ED
Tints of Blue Chalk #E1D2ED
RGB
CMYK
RGB Variations
Color information
#E1D2ED (or 0xE1D2ED) is known color: Blue Chalk. HEX triplet: E1, D2 and ED. RGB value is (225,210,237). Sum of RGB (Red+Green+Blue) = 225+210+237=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 210 (82.42% from 255 or 31.25% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1D2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D2ED is #1E2D12. Grayscale: #D9D9D9. Windows color (decimal): -1977619 or 15586017. OLE color: 15586017.
HSL color Cylindrical-coordinate representation of color #E1D2ED: hue angle of 273.33º degrees, saturation: 0.43, 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 #E1D2ED is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 210 | 237 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.07 |
| HSL | 273.33º | 0.43% | 0.88% | - |
| HSV(B) | 273.33º | 0.11% | 0.93% | - |
| XYZ | 69.38 | 68.22 | 89.63 | - |
| YUV | 217.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 237 | 0.05 | 0.11 | 0 | 0.07 | 273.33 | 0.43 | 0.88 |
| Hex | E1 | D2 | ED | 5 | B | 0 | 7 | 111 | 2B | 58 |
| Octal | 341 | 322 | 355 | 5 | 13 | 0 | 7 | 421 | 53 | 130 |
| Binary | 11100001 | 11010010 | 11101101 | 101 | 1011 | 0 | 111 | 100010001 | 101011 | 1011000 |
Color Harmonies of #E1D2ED
Complementary color
Monochromatic Colors of #E1D2ED
Black with #E1D2ED
Text Example
Text Example
White with #E1D2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D2ED; }
p { color: rgb(225,210,237); }
H1.HeaderClassName
{
color: #E1D2ED;
}
.AnyTagClassName
{
color: #E1D2ED;
}
</style>
background-color css
<style>
a { background-color: #E1D2ED; }
a { background-color: rgb(225,210,237); }
div.DivClassName
{
background-color: #E1D2ED;
}
.BgClassName
{
background-color: #E1D2ED;
}
</style>
border-color css
<style>
span { border-color: #E1D2ED; }
span { border-color: rgb(225,210,237); }
td.TdClassName
{
border-color: #E1D2ED;
}
.TagClassName
{
border-color: #E1D2ED;
}
</style>