Shades of Blue Chalk #E9D9FB
Tints of Blue Chalk #E9D9FB
RGB
CMYK
RGB Variations
Color information
#E9D9FB (or 0xE9D9FB) is known color: Blue Chalk. HEX triplet: E9, D9 and FB. RGB value is (233,217,251). Sum of RGB (Red+Green+Blue) = 233+217+251=701 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.24% from 701); Green value is 217 (85.16% from 255 or 30.96% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9D9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D9FB is #162604. Grayscale: #E1E1E1. Windows color (decimal): -1451525 or 16505321. OLE color: 16505321.
HSL color Cylindrical-coordinate representation of color #E9D9FB: hue angle of 268.24º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9D9FB is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 217 | 251 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.02 |
| HSL | 268.24º | 0.81% | 0.92% | - |
| HSV(B) | 268.24º | 0.14% | 0.98% | - |
| XYZ | 75.83 | 73.91 | 101.54 | - |
| YUV | 225.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 251 | 0.07 | 0.14 | 0 | 0.02 | 268.24 | 0.81 | 0.92 |
| Hex | E9 | D9 | FB | 7 | E | 0 | 2 | 10C | 51 | 5C |
| Octal | 351 | 331 | 373 | 7 | 16 | 0 | 2 | 414 | 121 | 134 |
| Binary | 11101001 | 11011001 | 11111011 | 111 | 1110 | 0 | 10 | 100001100 | 1010001 | 1011100 |
Color Harmonies of #E9D9FB
Complementary color
Monochromatic Colors of #E9D9FB
Black with #E9D9FB
Text Example
Text Example
White with #E9D9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D9FB; }
p { color: rgb(233,217,251); }
H1.HeaderClassName
{
color: #E9D9FB;
}
.AnyTagClassName
{
color: #E9D9FB;
}
</style>
background-color css
<style>
a { background-color: #E9D9FB; }
a { background-color: rgb(233,217,251); }
div.DivClassName
{
background-color: #E9D9FB;
}
.BgClassName
{
background-color: #E9D9FB;
}
</style>
border-color css
<style>
span { border-color: #E9D9FB; }
span { border-color: rgb(233,217,251); }
td.TdClassName
{
border-color: #E9D9FB;
}
.TagClassName
{
border-color: #E9D9FB;
}
</style>