Shades of Blue Chalk #E8D8EF
Tints of Blue Chalk #E8D8EF
RGB
CMYK
RGB Variations
Color information
#E8D8EF (or 0xE8D8EF) is known color: Blue Chalk. HEX triplet: E8, D8 and EF. RGB value is (232,216,239). Sum of RGB (Red+Green+Blue) = 232+216+239=687 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.77% from 687); Green value is 216 (84.77% from 255 or 31.44% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8D8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D8EF is #172710. Grayscale: #DFDFDF. Windows color (decimal): -1517329 or 15718632. OLE color: 15718632.
HSL color Cylindrical-coordinate representation of color #E8D8EF: hue angle of 281.74º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8D8EF is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 216 | 239 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.06 |
| HSL | 281.74º | 0.42% | 0.89% | - |
| HSV(B) | 281.74º | 0.1% | 0.94% | - |
| XYZ | 73.41 | 72.5 | 91.79 | - |
| YUV | 223.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 239 | 0.03 | 0.10 | 0 | 0.06 | 281.74 | 0.42 | 0.89 |
| Hex | E8 | D8 | EF | 3 | A | 0 | 6 | 11A | 2A | 59 |
| Octal | 350 | 330 | 357 | 3 | 12 | 0 | 6 | 432 | 52 | 131 |
| Binary | 11101000 | 11011000 | 11101111 | 11 | 1010 | 0 | 110 | 100011010 | 101010 | 1011001 |
Color Harmonies of #E8D8EF
Complementary color
Monochromatic Colors of #E8D8EF
Black with #E8D8EF
Text Example
Text Example
White with #E8D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D8EF; }
p { color: rgb(232,216,239); }
H1.HeaderClassName
{
color: #E8D8EF;
}
.AnyTagClassName
{
color: #E8D8EF;
}
</style>
background-color css
<style>
a { background-color: #E8D8EF; }
a { background-color: rgb(232,216,239); }
div.DivClassName
{
background-color: #E8D8EF;
}
.BgClassName
{
background-color: #E8D8EF;
}
</style>
border-color css
<style>
span { border-color: #E8D8EF; }
span { border-color: rgb(232,216,239); }
td.TdClassName
{
border-color: #E8D8EF;
}
.TagClassName
{
border-color: #E8D8EF;
}
</style>