Shades of Blue Chalk #E9D9FD
Tints of Blue Chalk #E9D9FD
RGB
CMYK
RGB Variations
Color information
#E9D9FD (or 0xE9D9FD) is known color: Blue Chalk. HEX triplet: E9, D9 and FD. RGB value is (233,217,253). Sum of RGB (Red+Green+Blue) = 233+217+253=703 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.14% from 703); Green value is 217 (85.16% from 255 or 30.87% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9D9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D9FD is #162602. Grayscale: #E1E1E1. Windows color (decimal): -1451523 or 16636393. OLE color: 16636393.
HSL color Cylindrical-coordinate representation of color #E9D9FD: hue angle of 266.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9D9FD is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 217 | 253 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.01 |
| HSL | 266.67º | 0.9% | 0.92% | - |
| HSV(B) | 266.67º | 0.14% | 0.99% | - |
| XYZ | 76.15 | 74.04 | 103.21 | - |
| YUV | 225.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 253 | 0.08 | 0.14 | 0 | 0.01 | 266.67 | 0.9 | 0.92 |
| Hex | E9 | D9 | FD | 8 | E | 0 | 1 | 10B | 5A | 5C |
| Octal | 351 | 331 | 375 | 10 | 16 | 0 | 1 | 413 | 132 | 134 |
| Binary | 11101001 | 11011001 | 11111101 | 1000 | 1110 | 0 | 1 | 100001011 | 1011010 | 1011100 |
Color Harmonies of #E9D9FD
Complementary color
Monochromatic Colors of #E9D9FD
Black with #E9D9FD
Text Example
Text Example
White with #E9D9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D9FD; }
p { color: rgb(233,217,253); }
H1.HeaderClassName
{
color: #E9D9FD;
}
.AnyTagClassName
{
color: #E9D9FD;
}
</style>
background-color css
<style>
a { background-color: #E9D9FD; }
a { background-color: rgb(233,217,253); }
div.DivClassName
{
background-color: #E9D9FD;
}
.BgClassName
{
background-color: #E9D9FD;
}
</style>
border-color css
<style>
span { border-color: #E9D9FD; }
span { border-color: rgb(233,217,253); }
td.TdClassName
{
border-color: #E9D9FD;
}
.TagClassName
{
border-color: #E9D9FD;
}
</style>