Shades of Blue Chalk #E9D7F1
Tints of Blue Chalk #E9D7F1
RGB
CMYK
RGB Variations
Color information
#E9D7F1 (or 0xE9D7F1) is known color: Blue Chalk. HEX triplet: E9, D7 and F1. RGB value is (233,215,241). Sum of RGB (Red+Green+Blue) = 233+215+241=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 215 (84.38% from 255 or 31.20% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9D7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D7F1 is #16280E. Grayscale: #DFDFDF. Windows color (decimal): -1452047 or 15849449. OLE color: 15849449.
HSL color Cylindrical-coordinate representation of color #E9D7F1: hue angle of 281.54º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9D7F1 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 215 | 241 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.05 |
| HSL | 281.54º | 0.48% | 0.89% | - |
| HSV(B) | 281.54º | 0.11% | 0.95% | - |
| XYZ | 73.78 | 72.28 | 93.28 | - |
| YUV | 223.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 215 | 241 | 0.03 | 0.11 | 0 | 0.05 | 281.54 | 0.48 | 0.89 |
| Hex | E9 | D7 | F1 | 3 | B | 0 | 5 | 11A | 30 | 59 |
| Octal | 351 | 327 | 361 | 3 | 13 | 0 | 5 | 432 | 60 | 131 |
| Binary | 11101001 | 11010111 | 11110001 | 11 | 1011 | 0 | 101 | 100011010 | 110000 | 1011001 |
Color Harmonies of #E9D7F1
Complementary color
Monochromatic Colors of #E9D7F1
Black with #E9D7F1
Text Example
Text Example
White with #E9D7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D7F1; }
p { color: rgb(233,215,241); }
H1.HeaderClassName
{
color: #E9D7F1;
}
.AnyTagClassName
{
color: #E9D7F1;
}
</style>
background-color css
<style>
a { background-color: #E9D7F1; }
a { background-color: rgb(233,215,241); }
div.DivClassName
{
background-color: #E9D7F1;
}
.BgClassName
{
background-color: #E9D7F1;
}
</style>
border-color css
<style>
span { border-color: #E9D7F1; }
span { border-color: rgb(233,215,241); }
td.TdClassName
{
border-color: #E9D7F1;
}
.TagClassName
{
border-color: #E9D7F1;
}
</style>