Shades of Blue Chalk #E9D8F3
Tints of Blue Chalk #E9D8F3
RGB
CMYK
RGB Variations
Color information
#E9D8F3 (or 0xE9D8F3) is known color: Blue Chalk. HEX triplet: E9, D8 and F3. RGB value is (233,216,243). Sum of RGB (Red+Green+Blue) = 233+216+243=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 216 (84.77% from 255 or 31.21% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #E9D8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D8F3 is #16270C. Grayscale: #E0E0E0. Windows color (decimal): -1451789 or 15980777. OLE color: 15980777.
HSL color Cylindrical-coordinate representation of color #E9D8F3: hue angle of 277.78º degrees, saturation: 0.53, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9D8F3 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 216 | 243 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.05 |
| HSL | 277.78º | 0.53% | 0.9% | - |
| HSV(B) | 277.78º | 0.11% | 0.95% | - |
| XYZ | 74.34 | 72.91 | 94.95 | - |
| YUV | 224.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 216 | 243 | 0.04 | 0.11 | 0 | 0.05 | 277.78 | 0.53 | 0.9 |
| Hex | E9 | D8 | F3 | 4 | B | 0 | 5 | 116 | 35 | 5A |
| Octal | 351 | 330 | 363 | 4 | 13 | 0 | 5 | 426 | 65 | 132 |
| Binary | 11101001 | 11011000 | 11110011 | 100 | 1011 | 0 | 101 | 100010110 | 110101 | 1011010 |
Color Harmonies of #E9D8F3
Complementary color
Monochromatic Colors of #E9D8F3
Black with #E9D8F3
Text Example
Text Example
White with #E9D8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D8F3; }
p { color: rgb(233,216,243); }
H1.HeaderClassName
{
color: #E9D8F3;
}
.AnyTagClassName
{
color: #E9D8F3;
}
</style>
background-color css
<style>
a { background-color: #E9D8F3; }
a { background-color: rgb(233,216,243); }
div.DivClassName
{
background-color: #E9D8F3;
}
.BgClassName
{
background-color: #E9D8F3;
}
</style>
border-color css
<style>
span { border-color: #E9D8F3; }
span { border-color: rgb(233,216,243); }
td.TdClassName
{
border-color: #E9D8F3;
}
.TagClassName
{
border-color: #E9D8F3;
}
</style>