Shades of Blue Chalk #E1D3EF
Tints of Blue Chalk #E1D3EF
RGB
CMYK
RGB Variations
Color information
#E1D3EF (or 0xE1D3EF) is known color: Blue Chalk. HEX triplet: E1, D3 and EF. RGB value is (225,211,239). Sum of RGB (Red+Green+Blue) = 225+211+239=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1D3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D3EF is #1E2C10. Grayscale: #DADADA. Windows color (decimal): -1977361 or 15717345. OLE color: 15717345.
HSL color Cylindrical-coordinate representation of color #E1D3EF: hue angle of 270º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1D3EF is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 211 | 239 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.06 |
| HSL | 270º | 0.47% | 0.88% | - |
| HSV(B) | 270º | 0.12% | 0.94% | - |
| XYZ | 69.93 | 68.83 | 91.26 | - |
| YUV | 218.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 239 | 0.06 | 0.12 | 0 | 0.06 | 270 | 0.47 | 0.88 |
| Hex | E1 | D3 | EF | 6 | C | 0 | 6 | 10E | 2F | 58 |
| Octal | 341 | 323 | 357 | 6 | 14 | 0 | 6 | 416 | 57 | 130 |
| Binary | 11100001 | 11010011 | 11101111 | 110 | 1100 | 0 | 110 | 100001110 | 101111 | 1011000 |
Color Harmonies of #E1D3EF
Complementary color
Monochromatic Colors of #E1D3EF
Black with #E1D3EF
Text Example
Text Example
White with #E1D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D3EF; }
p { color: rgb(225,211,239); }
H1.HeaderClassName
{
color: #E1D3EF;
}
.AnyTagClassName
{
color: #E1D3EF;
}
</style>
background-color css
<style>
a { background-color: #E1D3EF; }
a { background-color: rgb(225,211,239); }
div.DivClassName
{
background-color: #E1D3EF;
}
.BgClassName
{
background-color: #E1D3EF;
}
</style>
border-color css
<style>
span { border-color: #E1D3EF; }
span { border-color: rgb(225,211,239); }
td.TdClassName
{
border-color: #E1D3EF;
}
.TagClassName
{
border-color: #E1D3EF;
}
</style>