Shades of Blue Chalk #E9D6EE
Tints of Blue Chalk #E9D6EE
RGB
CMYK
RGB Variations
Color information
#E9D6EE (or 0xE9D6EE) is known color: Blue Chalk. HEX triplet: E9, D6 and EE. RGB value is (233,214,238). Sum of RGB (Red+Green+Blue) = 233+214+238=685 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.01% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 238 - color contains mainly: blue. Hex color #E9D6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D6EE is #162911. Grayscale: #DEDEDE. Windows color (decimal): -1452306 or 15652585. OLE color: 15652585.
HSL color Cylindrical-coordinate representation of color #E9D6EE: hue angle of 287.5º degrees, saturation: 0.41, 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 #E9D6EE is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 214 | 238 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.07 |
| HSL | 287.5º | 0.41% | 0.89% | - |
| HSV(B) | 287.5º | 0.1% | 0.93% | - |
| XYZ | 73.08 | 71.59 | 90.86 | - |
| YUV | 222.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 214 | 238 | 0.02 | 0.10 | 0 | 0.07 | 287.5 | 0.41 | 0.89 |
| Hex | E9 | D6 | EE | 2 | A | 0 | 7 | 120 | 29 | 59 |
| Octal | 351 | 326 | 356 | 2 | 12 | 0 | 7 | 440 | 51 | 131 |
| Binary | 11101001 | 11010110 | 11101110 | 10 | 1010 | 0 | 111 | 100100000 | 101001 | 1011001 |
Color Harmonies of #E9D6EE
Complementary color
Monochromatic Colors of #E9D6EE
Black with #E9D6EE
Text Example
Text Example
White with #E9D6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D6EE; }
p { color: rgb(233,214,238); }
H1.HeaderClassName
{
color: #E9D6EE;
}
.AnyTagClassName
{
color: #E9D6EE;
}
</style>
background-color css
<style>
a { background-color: #E9D6EE; }
a { background-color: rgb(233,214,238); }
div.DivClassName
{
background-color: #E9D6EE;
}
.BgClassName
{
background-color: #E9D6EE;
}
</style>
border-color css
<style>
span { border-color: #E9D6EE; }
span { border-color: rgb(233,214,238); }
td.TdClassName
{
border-color: #E9D6EE;
}
.TagClassName
{
border-color: #E9D6EE;
}
</style>