Shades of Blue Chalk #E7D9EF
Tints of Blue Chalk #E7D9EF
RGB
CMYK
RGB Variations
Color information
#E7D9EF (or 0xE7D9EF) is known color: Blue Chalk. HEX triplet: E7, D9 and EF. RGB value is (231,217,239). Sum of RGB (Red+Green+Blue) = 231+217+239=687 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.62% from 687); Green value is 217 (85.16% from 255 or 31.59% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7D9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D9EF is #182610. Grayscale: #DFDFDF. Windows color (decimal): -1582609 or 15718887. OLE color: 15718887.
HSL color Cylindrical-coordinate representation of color #E7D9EF: hue angle of 278.18º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7D9EF is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 217 | 239 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.06 |
| HSL | 278.18º | 0.41% | 0.89% | - |
| HSV(B) | 278.18º | 0.09% | 0.94% | - |
| XYZ | 73.35 | 72.85 | 91.86 | - |
| YUV | 223.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 239 | 0.03 | 0.09 | 0 | 0.06 | 278.18 | 0.41 | 0.89 |
| Hex | E7 | D9 | EF | 3 | 9 | 0 | 6 | 116 | 29 | 59 |
| Octal | 347 | 331 | 357 | 3 | 11 | 0 | 6 | 426 | 51 | 131 |
| Binary | 11100111 | 11011001 | 11101111 | 11 | 1001 | 0 | 110 | 100010110 | 101001 | 1011001 |
Color Harmonies of #E7D9EF
Complementary color
Monochromatic Colors of #E7D9EF
Black with #E7D9EF
Text Example
Text Example
White with #E7D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D9EF; }
p { color: rgb(231,217,239); }
H1.HeaderClassName
{
color: #E7D9EF;
}
.AnyTagClassName
{
color: #E7D9EF;
}
</style>
background-color css
<style>
a { background-color: #E7D9EF; }
a { background-color: rgb(231,217,239); }
div.DivClassName
{
background-color: #E7D9EF;
}
.BgClassName
{
background-color: #E7D9EF;
}
</style>
border-color css
<style>
span { border-color: #E7D9EF; }
span { border-color: rgb(231,217,239); }
td.TdClassName
{
border-color: #E7D9EF;
}
.TagClassName
{
border-color: #E7D9EF;
}
</style>