Shades of Blue Chalk #E9D7EE
Tints of Blue Chalk #E9D7EE
RGB
CMYK
RGB Variations
Color information
#E9D7EE (or 0xE9D7EE) is known color: Blue Chalk. HEX triplet: E9, D7 and EE. RGB value is (233,215,238). Sum of RGB (Red+Green+Blue) = 233+215+238=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #E9D7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D7EE is #162811. Grayscale: #DEDEDE. Windows color (decimal): -1452050 or 15652841. OLE color: 15652841.
HSL color Cylindrical-coordinate representation of color #E9D7EE: hue angle of 286.96º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9D7EE is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 215 | 238 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.07 |
| HSL | 286.96º | 0.4% | 0.89% | - |
| HSV(B) | 286.96º | 0.1% | 0.93% | - |
| XYZ | 73.34 | 72.1 | 90.94 | - |
| YUV | 223 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 215 | 238 | 0.02 | 0.10 | 0 | 0.07 | 286.96 | 0.4 | 0.89 |
| Hex | E9 | D7 | EE | 2 | A | 0 | 7 | 11F | 28 | 59 |
| Octal | 351 | 327 | 356 | 2 | 12 | 0 | 7 | 437 | 50 | 131 |
| Binary | 11101001 | 11010111 | 11101110 | 10 | 1010 | 0 | 111 | 100011111 | 101000 | 1011001 |
Color Harmonies of #E9D7EE
Complementary color
Monochromatic Colors of #E9D7EE
Black with #E9D7EE
Text Example
Text Example
White with #E9D7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D7EE; }
p { color: rgb(233,215,238); }
H1.HeaderClassName
{
color: #E9D7EE;
}
.AnyTagClassName
{
color: #E9D7EE;
}
</style>
background-color css
<style>
a { background-color: #E9D7EE; }
a { background-color: rgb(233,215,238); }
div.DivClassName
{
background-color: #E9D7EE;
}
.BgClassName
{
background-color: #E9D7EE;
}
</style>
border-color css
<style>
span { border-color: #E9D7EE; }
span { border-color: rgb(233,215,238); }
td.TdClassName
{
border-color: #E9D7EE;
}
.TagClassName
{
border-color: #E9D7EE;
}
</style>