Shades of Blue Chalk #E9D7EF
Tints of Blue Chalk #E9D7EF
RGB
CMYK
RGB Variations
Color information
#E9D7EF (or 0xE9D7EF) is known color: Blue Chalk. HEX triplet: E9, D7 and EF. RGB value is (233,215,239). Sum of RGB (Red+Green+Blue) = 233+215+239=687 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.92% from 687); Green value is 215 (84.38% from 255 or 31.30% 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 #E9D7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D7EF is #162810. Grayscale: #DFDFDF. Windows color (decimal): -1452049 or 15718377. OLE color: 15718377.
HSL color Cylindrical-coordinate representation of color #E9D7EF: hue angle of 285º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9D7EF is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 215 | 239 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.06 |
| HSL | 285º | 0.43% | 0.89% | - |
| HSV(B) | 285º | 0.1% | 0.94% | - |
| XYZ | 73.48 | 72.16 | 91.72 | - |
| YUV | 223.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 215 | 239 | 0.03 | 0.10 | 0 | 0.06 | 285 | 0.43 | 0.89 |
| Hex | E9 | D7 | EF | 3 | A | 0 | 6 | 11D | 2B | 59 |
| Octal | 351 | 327 | 357 | 3 | 12 | 0 | 6 | 435 | 53 | 131 |
| Binary | 11101001 | 11010111 | 11101111 | 11 | 1010 | 0 | 110 | 100011101 | 101011 | 1011001 |
Color Harmonies of #E9D7EF
Complementary color
Monochromatic Colors of #E9D7EF
Black with #E9D7EF
Text Example
Text Example
White with #E9D7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D7EF; }
p { color: rgb(233,215,239); }
H1.HeaderClassName
{
color: #E9D7EF;
}
.AnyTagClassName
{
color: #E9D7EF;
}
</style>
background-color css
<style>
a { background-color: #E9D7EF; }
a { background-color: rgb(233,215,239); }
div.DivClassName
{
background-color: #E9D7EF;
}
.BgClassName
{
background-color: #E9D7EF;
}
</style>
border-color css
<style>
span { border-color: #E9D7EF; }
span { border-color: rgb(233,215,239); }
td.TdClassName
{
border-color: #E9D7EF;
}
.TagClassName
{
border-color: #E9D7EF;
}
</style>