Shades of Blue Chalk #E1D1EE
Tints of Blue Chalk #E1D1EE
RGB
CMYK
RGB Variations
Color information
#E1D1EE (or 0xE1D1EE) is known color: Blue Chalk. HEX triplet: E1, D1 and EE. RGB value is (225,209,238). Sum of RGB (Red+Green+Blue) = 225+209+238=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 209 (82.03% from 255 or 31.10% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1D1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D1EE is #1E2E11. Grayscale: #D8D8D8. Windows color (decimal): -1977874 or 15651297. OLE color: 15651297.
HSL color Cylindrical-coordinate representation of color #E1D1EE: hue angle of 273.1º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1D1EE is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 209 | 238 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.07 |
| HSL | 273.1º | 0.46% | 0.88% | - |
| HSV(B) | 273.1º | 0.12% | 0.93% | - |
| XYZ | 69.28 | 67.78 | 90.32 | - |
| YUV | 217.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 238 | 0.05 | 0.12 | 0 | 0.07 | 273.1 | 0.46 | 0.88 |
| Hex | E1 | D1 | EE | 5 | C | 0 | 7 | 111 | 2E | 58 |
| Octal | 341 | 321 | 356 | 5 | 14 | 0 | 7 | 421 | 56 | 130 |
| Binary | 11100001 | 11010001 | 11101110 | 101 | 1100 | 0 | 111 | 100010001 | 101110 | 1011000 |
Color Harmonies of #E1D1EE
Complementary color
Monochromatic Colors of #E1D1EE
Black with #E1D1EE
Text Example
Text Example
White with #E1D1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D1EE; }
p { color: rgb(225,209,238); }
H1.HeaderClassName
{
color: #E1D1EE;
}
.AnyTagClassName
{
color: #E1D1EE;
}
</style>
background-color css
<style>
a { background-color: #E1D1EE; }
a { background-color: rgb(225,209,238); }
div.DivClassName
{
background-color: #E1D1EE;
}
.BgClassName
{
background-color: #E1D1EE;
}
</style>
border-color css
<style>
span { border-color: #E1D1EE; }
span { border-color: rgb(225,209,238); }
td.TdClassName
{
border-color: #E1D1EE;
}
.TagClassName
{
border-color: #E1D1EE;
}
</style>