Shades of Blue Chalk #E8D8ED
Tints of Blue Chalk #E8D8ED
RGB
CMYK
RGB Variations
Color information
#E8D8ED (or 0xE8D8ED) is known color: Blue Chalk. HEX triplet: E8, D8 and ED. RGB value is (232,216,237). Sum of RGB (Red+Green+Blue) = 232+216+237=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8D8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D8ED is #172712. Grayscale: #DFDFDF. Windows color (decimal): -1517331 or 15587560. OLE color: 15587560.
HSL color Cylindrical-coordinate representation of color #E8D8ED: hue angle of 285.71º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8D8ED is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 216 | 237 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.07 |
| HSL | 285.71º | 0.37% | 0.89% | - |
| HSV(B) | 285.71º | 0.09% | 0.93% | - |
| XYZ | 73.12 | 72.38 | 90.24 | - |
| YUV | 223.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 237 | 0.02 | 0.09 | 0 | 0.07 | 285.71 | 0.37 | 0.89 |
| Hex | E8 | D8 | ED | 2 | 9 | 0 | 7 | 11E | 25 | 59 |
| Octal | 350 | 330 | 355 | 2 | 11 | 0 | 7 | 436 | 45 | 131 |
| Binary | 11101000 | 11011000 | 11101101 | 10 | 1001 | 0 | 111 | 100011110 | 100101 | 1011001 |
Color Harmonies of #E8D8ED
Complementary color
Monochromatic Colors of #E8D8ED
Black with #E8D8ED
Text Example
Text Example
White with #E8D8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D8ED; }
p { color: rgb(232,216,237); }
H1.HeaderClassName
{
color: #E8D8ED;
}
.AnyTagClassName
{
color: #E8D8ED;
}
</style>
background-color css
<style>
a { background-color: #E8D8ED; }
a { background-color: rgb(232,216,237); }
div.DivClassName
{
background-color: #E8D8ED;
}
.BgClassName
{
background-color: #E8D8ED;
}
</style>
border-color css
<style>
span { border-color: #E8D8ED; }
span { border-color: rgb(232,216,237); }
td.TdClassName
{
border-color: #E8D8ED;
}
.TagClassName
{
border-color: #E8D8ED;
}
</style>