Shades of Blue Chalk #E9D9FA
Tints of Blue Chalk #E9D9FA
RGB
CMYK
RGB Variations
Color information
#E9D9FA (or 0xE9D9FA) is known color: Blue Chalk. HEX triplet: E9, D9 and FA. RGB value is (233,217,250). Sum of RGB (Red+Green+Blue) = 233+217+250=700 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.29% from 700); Green value is 217 (85.16% from 255 or 31% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9D9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D9FA is #162605. Grayscale: #E1E1E1. Windows color (decimal): -1451526 or 16439785. OLE color: 16439785.
HSL color Cylindrical-coordinate representation of color #E9D9FA: hue angle of 269.09º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9D9FA is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 217 | 250 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.02 |
| HSL | 269.09º | 0.77% | 0.92% | - |
| HSV(B) | 269.09º | 0.13% | 0.98% | - |
| XYZ | 75.67 | 73.85 | 100.71 | - |
| YUV | 225.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 250 | 0.07 | 0.13 | 0 | 0.02 | 269.09 | 0.77 | 0.92 |
| Hex | E9 | D9 | FA | 7 | D | 0 | 2 | 10D | 4D | 5C |
| Octal | 351 | 331 | 372 | 7 | 15 | 0 | 2 | 415 | 115 | 134 |
| Binary | 11101001 | 11011001 | 11111010 | 111 | 1101 | 0 | 10 | 100001101 | 1001101 | 1011100 |
Color Harmonies of #E9D9FA
Complementary color
Monochromatic Colors of #E9D9FA
Black with #E9D9FA
Text Example
Text Example
White with #E9D9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D9FA; }
p { color: rgb(233,217,250); }
H1.HeaderClassName
{
color: #E9D9FA;
}
.AnyTagClassName
{
color: #E9D9FA;
}
</style>
background-color css
<style>
a { background-color: #E9D9FA; }
a { background-color: rgb(233,217,250); }
div.DivClassName
{
background-color: #E9D9FA;
}
.BgClassName
{
background-color: #E9D9FA;
}
</style>
border-color css
<style>
span { border-color: #E9D9FA; }
span { border-color: rgb(233,217,250); }
td.TdClassName
{
border-color: #E9D9FA;
}
.TagClassName
{
border-color: #E9D9FA;
}
</style>