Shades of Blue Chalk #E1D6E9
Tints of Blue Chalk #E1D6E9
RGB
CMYK
RGB Variations
Color information
#E1D6E9 (or 0xE1D6E9) is known color: Blue Chalk. HEX triplet: E1, D6 and E9. RGB value is (225,214,233). Sum of RGB (Red+Green+Blue) = 225+214+233=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 233 - color contains mainly: blue. Hex color #E1D6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D6E9 is #1E2916. Grayscale: #DBDBDB. Windows color (decimal): -1976599 or 15324897. OLE color: 15324897.
HSL color Cylindrical-coordinate representation of color #E1D6E9: hue angle of 274.74º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1D6E9 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 214 | 233 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.09 |
| HSL | 274.74º | 0.3% | 0.88% | - |
| HSV(B) | 274.74º | 0.08% | 0.91% | - |
| XYZ | 69.81 | 69.98 | 86.92 | - |
| YUV | 219.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 233 | 0.03 | 0.08 | 0 | 0.09 | 274.74 | 0.3 | 0.88 |
| Hex | E1 | D6 | E9 | 3 | 8 | 0 | 9 | 113 | 1E | 58 |
| Octal | 341 | 326 | 351 | 3 | 10 | 0 | 11 | 423 | 36 | 130 |
| Binary | 11100001 | 11010110 | 11101001 | 11 | 1000 | 0 | 1001 | 100010011 | 11110 | 1011000 |
Color Harmonies of #E1D6E9
Complementary color
Monochromatic Colors of #E1D6E9
Black with #E1D6E9
Text Example
Text Example
White with #E1D6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D6E9; }
p { color: rgb(225,214,233); }
H1.HeaderClassName
{
color: #E1D6E9;
}
.AnyTagClassName
{
color: #E1D6E9;
}
</style>
background-color css
<style>
a { background-color: #E1D6E9; }
a { background-color: rgb(225,214,233); }
div.DivClassName
{
background-color: #E1D6E9;
}
.BgClassName
{
background-color: #E1D6E9;
}
</style>
border-color css
<style>
span { border-color: #E1D6E9; }
span { border-color: rgb(225,214,233); }
td.TdClassName
{
border-color: #E1D6E9;
}
.TagClassName
{
border-color: #E1D6E9;
}
</style>