Shades of Blue Chalk #E1D6E5
Tints of Blue Chalk #E1D6E5
RGB
CMYK
RGB Variations
Color information
#E1D6E5 (or 0xE1D6E5) is known color: Blue Chalk. HEX triplet: E1, D6 and E5. RGB value is (225,214,229). Sum of RGB (Red+Green+Blue) = 225+214+229=668 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.68% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 229 - color contains mainly: blue. Hex color #E1D6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D6E5 is #1E291A. Grayscale: #DADADA. Windows color (decimal): -1976603 or 15062753. OLE color: 15062753.
HSL color Cylindrical-coordinate representation of color #E1D6E5: hue angle of 284º degrees, saturation: 0.22, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1D6E5 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 214 | 229 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.10 |
| HSL | 284º | 0.22% | 0.87% | - |
| HSV(B) | 284º | 0.07% | 0.9% | - |
| XYZ | 69.24 | 69.76 | 83.94 | - |
| YUV | 219 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 229 | 0.02 | 0.07 | 0 | 0.10 | 284 | 0.22 | 0.87 |
| Hex | E1 | D6 | E5 | 2 | 7 | 0 | A | 11C | 16 | 57 |
| Octal | 341 | 326 | 345 | 2 | 7 | 0 | 12 | 434 | 26 | 127 |
| Binary | 11100001 | 11010110 | 11100101 | 10 | 111 | 0 | 1010 | 100011100 | 10110 | 1010111 |
Color Harmonies of #E1D6E5
Complementary color
Monochromatic Colors of #E1D6E5
Black with #E1D6E5
Text Example
Text Example
White with #E1D6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D6E5; }
p { color: rgb(225,214,229); }
H1.HeaderClassName
{
color: #E1D6E5;
}
.AnyTagClassName
{
color: #E1D6E5;
}
</style>
background-color css
<style>
a { background-color: #E1D6E5; }
a { background-color: rgb(225,214,229); }
div.DivClassName
{
background-color: #E1D6E5;
}
.BgClassName
{
background-color: #E1D6E5;
}
</style>
border-color css
<style>
span { border-color: #E1D6E5; }
span { border-color: rgb(225,214,229); }
td.TdClassName
{
border-color: #E1D6E5;
}
.TagClassName
{
border-color: #E1D6E5;
}
</style>