Shades of Blue Chalk #E1D9E4
Tints of Blue Chalk #E1D9E4
RGB
CMYK
RGB Variations
Color information
#E1D9E4 (or 0xE1D9E4) is known color: Blue Chalk. HEX triplet: E1, D9 and E4. RGB value is (225,217,228). Sum of RGB (Red+Green+Blue) = 225+217+228=670 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.58% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 228 - color contains mainly: blue. Hex color #E1D9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D9E4 is #1E261B. Grayscale: #DCDCDC. Windows color (decimal): -1975836 or 14997985. OLE color: 14997985.
HSL color Cylindrical-coordinate representation of color #E1D9E4: hue angle of 283.64º degrees, saturation: 0.17, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1D9E4 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 217 | 228 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.11 |
| HSL | 283.64º | 0.17% | 0.87% | - |
| HSV(B) | 283.64º | 0.05% | 0.89% | - |
| XYZ | 69.87 | 71.23 | 83.47 | - |
| YUV | 220.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 217 | 228 | 0.01 | 0.05 | 0 | 0.11 | 283.64 | 0.17 | 0.87 |
| Hex | E1 | D9 | E4 | 1 | 5 | 0 | B | 11C | 11 | 57 |
| Octal | 341 | 331 | 344 | 1 | 5 | 0 | 13 | 434 | 21 | 127 |
| Binary | 11100001 | 11011001 | 11100100 | 1 | 101 | 0 | 1011 | 100011100 | 10001 | 1010111 |
Color Harmonies of #E1D9E4
Complementary color
Monochromatic Colors of #E1D9E4
Black with #E1D9E4
Text Example
Text Example
White with #E1D9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D9E4; }
p { color: rgb(225,217,228); }
H1.HeaderClassName
{
color: #E1D9E4;
}
.AnyTagClassName
{
color: #E1D9E4;
}
</style>
background-color css
<style>
a { background-color: #E1D9E4; }
a { background-color: rgb(225,217,228); }
div.DivClassName
{
background-color: #E1D9E4;
}
.BgClassName
{
background-color: #E1D9E4;
}
</style>
border-color css
<style>
span { border-color: #E1D9E4; }
span { border-color: rgb(225,217,228); }
td.TdClassName
{
border-color: #E1D9E4;
}
.TagClassName
{
border-color: #E1D9E4;
}
</style>