Shades of Blue Chalk #E1D6EE
Tints of Blue Chalk #E1D6EE
RGB
CMYK
RGB Variations
Color information
#E1D6EE (or 0xE1D6EE) is known color: Blue Chalk. HEX triplet: E1, D6 and EE. RGB value is (225,214,238). Sum of RGB (Red+Green+Blue) = 225+214+238=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 214 (83.98% from 255 or 31.61% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1D6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D6EE is #1E2911. Grayscale: #DBDBDB. Windows color (decimal): -1976594 or 15652577. OLE color: 15652577.
HSL color Cylindrical-coordinate representation of color #E1D6EE: hue angle of 267.5º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1D6EE is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 214 | 238 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.07 |
| HSL | 267.5º | 0.41% | 0.89% | - |
| HSV(B) | 267.5º | 0.1% | 0.93% | - |
| XYZ | 70.53 | 70.27 | 90.74 | - |
| YUV | 220.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 238 | 0.05 | 0.10 | 0 | 0.07 | 267.5 | 0.41 | 0.89 |
| Hex | E1 | D6 | EE | 5 | A | 0 | 7 | 10C | 29 | 59 |
| Octal | 341 | 326 | 356 | 5 | 12 | 0 | 7 | 414 | 51 | 131 |
| Binary | 11100001 | 11010110 | 11101110 | 101 | 1010 | 0 | 111 | 100001100 | 101001 | 1011001 |
Color Harmonies of #E1D6EE
Complementary color
Monochromatic Colors of #E1D6EE
Black with #E1D6EE
Text Example
Text Example
White with #E1D6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D6EE; }
p { color: rgb(225,214,238); }
H1.HeaderClassName
{
color: #E1D6EE;
}
.AnyTagClassName
{
color: #E1D6EE;
}
</style>
background-color css
<style>
a { background-color: #E1D6EE; }
a { background-color: rgb(225,214,238); }
div.DivClassName
{
background-color: #E1D6EE;
}
.BgClassName
{
background-color: #E1D6EE;
}
</style>
border-color css
<style>
span { border-color: #E1D6EE; }
span { border-color: rgb(225,214,238); }
td.TdClassName
{
border-color: #E1D6EE;
}
.TagClassName
{
border-color: #E1D6EE;
}
</style>