Shades of Blue Chalk #E9D9EE
Tints of Blue Chalk #E9D9EE
RGB
CMYK
RGB Variations
Color information
#E9D9EE (or 0xE9D9EE) is known color: Blue Chalk. HEX triplet: E9, D9 and EE. RGB value is (233,217,238). Sum of RGB (Red+Green+Blue) = 233+217+238=688 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.87% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: blue. Hex color #E9D9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D9EE is #162611. Grayscale: #E0E0E0. Windows color (decimal): -1451538 or 15653353. OLE color: 15653353.
HSL color Cylindrical-coordinate representation of color #E9D9EE: hue angle of 285.71º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9D9EE is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 217 | 238 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.07 |
| HSL | 285.71º | 0.38% | 0.89% | - |
| HSV(B) | 285.71º | 0.09% | 0.93% | - |
| XYZ | 73.85 | 73.12 | 91.11 | - |
| YUV | 224.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 238 | 0.02 | 0.09 | 0 | 0.07 | 285.71 | 0.38 | 0.89 |
| Hex | E9 | D9 | EE | 2 | 9 | 0 | 7 | 11E | 26 | 59 |
| Octal | 351 | 331 | 356 | 2 | 11 | 0 | 7 | 436 | 46 | 131 |
| Binary | 11101001 | 11011001 | 11101110 | 10 | 1001 | 0 | 111 | 100011110 | 100110 | 1011001 |
Color Harmonies of #E9D9EE
Complementary color
Monochromatic Colors of #E9D9EE
Black with #E9D9EE
Text Example
Text Example
White with #E9D9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D9EE; }
p { color: rgb(233,217,238); }
H1.HeaderClassName
{
color: #E9D9EE;
}
.AnyTagClassName
{
color: #E9D9EE;
}
</style>
background-color css
<style>
a { background-color: #E9D9EE; }
a { background-color: rgb(233,217,238); }
div.DivClassName
{
background-color: #E9D9EE;
}
.BgClassName
{
background-color: #E9D9EE;
}
</style>
border-color css
<style>
span { border-color: #E9D9EE; }
span { border-color: rgb(233,217,238); }
td.TdClassName
{
border-color: #E9D9EE;
}
.TagClassName
{
border-color: #E9D9EE;
}
</style>