Shades of Blue Chalk #E8D7ED
Tints of Blue Chalk #E8D7ED
RGB
CMYK
RGB Variations
Color information
#E8D7ED (or 0xE8D7ED) is known color: Blue Chalk. HEX triplet: E8, D7 and ED. RGB value is (232,215,237). Sum of RGB (Red+Green+Blue) = 232+215+237=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 215 (84.38% from 255 or 31.43% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8D7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D7ED is #172812. Grayscale: #DEDEDE. Windows color (decimal): -1517587 or 15587304. OLE color: 15587304.
HSL color Cylindrical-coordinate representation of color #E8D7ED: hue angle of 286.36º degrees, saturation: 0.38, 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 #E8D7ED is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 215 | 237 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.07 |
| HSL | 286.36º | 0.38% | 0.89% | - |
| HSV(B) | 286.36º | 0.09% | 0.93% | - |
| XYZ | 72.87 | 71.87 | 90.15 | - |
| YUV | 222.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 215 | 237 | 0.02 | 0.09 | 0 | 0.07 | 286.36 | 0.38 | 0.89 |
| Hex | E8 | D7 | ED | 2 | 9 | 0 | 7 | 11E | 26 | 59 |
| Octal | 350 | 327 | 355 | 2 | 11 | 0 | 7 | 436 | 46 | 131 |
| Binary | 11101000 | 11010111 | 11101101 | 10 | 1001 | 0 | 111 | 100011110 | 100110 | 1011001 |
Color Harmonies of #E8D7ED
Complementary color
Monochromatic Colors of #E8D7ED
Black with #E8D7ED
Text Example
Text Example
White with #E8D7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D7ED; }
p { color: rgb(232,215,237); }
H1.HeaderClassName
{
color: #E8D7ED;
}
.AnyTagClassName
{
color: #E8D7ED;
}
</style>
background-color css
<style>
a { background-color: #E8D7ED; }
a { background-color: rgb(232,215,237); }
div.DivClassName
{
background-color: #E8D7ED;
}
.BgClassName
{
background-color: #E8D7ED;
}
</style>
border-color css
<style>
span { border-color: #E8D7ED; }
span { border-color: rgb(232,215,237); }
td.TdClassName
{
border-color: #E8D7ED;
}
.TagClassName
{
border-color: #E8D7ED;
}
</style>