Shades of Blue Chalk #E9D7FB
Tints of Blue Chalk #E9D7FB
RGB
CMYK
RGB Variations
Color information
#E9D7FB (or 0xE9D7FB) is known color: Blue Chalk. HEX triplet: E9, D7 and FB. RGB value is (233,215,251). Sum of RGB (Red+Green+Blue) = 233+215+251=699 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.33% from 699); Green value is 215 (84.38% from 255 or 30.76% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9D7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D7FB is #162804. Grayscale: #E0E0E0. Windows color (decimal): -1452037 or 16504809. OLE color: 16504809.
HSL color Cylindrical-coordinate representation of color #E9D7FB: hue angle of 270º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9D7FB is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 215 | 251 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.02 |
| HSL | 270º | 0.82% | 0.91% | - |
| HSV(B) | 270º | 0.14% | 0.98% | - |
| XYZ | 75.32 | 72.89 | 101.37 | - |
| YUV | 224.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 215 | 251 | 0.07 | 0.14 | 0 | 0.02 | 270 | 0.82 | 0.91 |
| Hex | E9 | D7 | FB | 7 | E | 0 | 2 | 10E | 52 | 5B |
| Octal | 351 | 327 | 373 | 7 | 16 | 0 | 2 | 416 | 122 | 133 |
| Binary | 11101001 | 11010111 | 11111011 | 111 | 1110 | 0 | 10 | 100001110 | 1010010 | 1011011 |
Color Harmonies of #E9D7FB
Complementary color
Monochromatic Colors of #E9D7FB
Black with #E9D7FB
Text Example
Text Example
White with #E9D7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D7FB; }
p { color: rgb(233,215,251); }
H1.HeaderClassName
{
color: #E9D7FB;
}
.AnyTagClassName
{
color: #E9D7FB;
}
</style>
background-color css
<style>
a { background-color: #E9D7FB; }
a { background-color: rgb(233,215,251); }
div.DivClassName
{
background-color: #E9D7FB;
}
.BgClassName
{
background-color: #E9D7FB;
}
</style>
border-color css
<style>
span { border-color: #E9D7FB; }
span { border-color: rgb(233,215,251); }
td.TdClassName
{
border-color: #E9D7FB;
}
.TagClassName
{
border-color: #E9D7FB;
}
</style>