Shades of Blue Chalk #E9D7FE
Tints of Blue Chalk #E9D7FE
RGB
CMYK
RGB Variations
Color information
#E9D7FE (or 0xE9D7FE) is known color: Blue Chalk. HEX triplet: E9, D7 and FE. RGB value is (233,215,254). Sum of RGB (Red+Green+Blue) = 233+215+254=702 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.19% from 702); Green value is 215 (84.38% from 255 or 30.63% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9D7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D7FE is #162801. Grayscale: #E0E0E0. Windows color (decimal): -1452034 or 16701417. OLE color: 16701417.
HSL color Cylindrical-coordinate representation of color #E9D7FE: hue angle of 267.69º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9D7FE is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 215 | 254 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.00 |
| HSL | 267.69º | 0.95% | 0.92% | - |
| HSV(B) | 267.69º | 0.15% | 1% | - |
| XYZ | 75.79 | 73.08 | 103.88 | - |
| YUV | 224.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 215 | 254 | 0.08 | 0.15 | 0 | 0.00 | 267.69 | 0.95 | 0.92 |
| Hex | E9 | D7 | FE | 8 | F | 0 | 0 | 10C | 5F | 5C |
| Octal | 351 | 327 | 376 | 10 | 17 | 0 | 0 | 414 | 137 | 134 |
| Binary | 11101001 | 11010111 | 11111110 | 1000 | 1111 | 0 | 0 | 100001100 | 1011111 | 1011100 |
Color Harmonies of #E9D7FE
Complementary color
Monochromatic Colors of #E9D7FE
Black with #E9D7FE
Text Example
Text Example
White with #E9D7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D7FE; }
p { color: rgb(233,215,254); }
H1.HeaderClassName
{
color: #E9D7FE;
}
.AnyTagClassName
{
color: #E9D7FE;
}
</style>
background-color css
<style>
a { background-color: #E9D7FE; }
a { background-color: rgb(233,215,254); }
div.DivClassName
{
background-color: #E9D7FE;
}
.BgClassName
{
background-color: #E9D7FE;
}
</style>
border-color css
<style>
span { border-color: #E9D7FE; }
span { border-color: rgb(233,215,254); }
td.TdClassName
{
border-color: #E9D7FE;
}
.TagClassName
{
border-color: #E9D7FE;
}
</style>