Shades of Blue Chalk #E7D0ED
Tints of Blue Chalk #E7D0ED
RGB
CMYK
RGB Variations
Color information
#E7D0ED (or 0xE7D0ED) is known color: Blue Chalk. HEX triplet: E7, D0 and ED. RGB value is (231,208,237). Sum of RGB (Red+Green+Blue) = 231+208+237=676 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.17% from 676); Green value is 208 (81.64% from 255 or 30.77% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7D0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D0ED is #182F12. Grayscale: #DADADA. Windows color (decimal): -1584915 or 15585511. OLE color: 15585511.
HSL color Cylindrical-coordinate representation of color #E7D0ED: hue angle of 287.59º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7D0ED is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 208 | 237 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.07 |
| HSL | 287.59º | 0.45% | 0.87% | - |
| HSV(B) | 287.59º | 0.12% | 0.93% | - |
| XYZ | 70.8 | 68.22 | 89.56 | - |
| YUV | 218.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 237 | 0.03 | 0.12 | 0 | 0.07 | 287.59 | 0.45 | 0.87 |
| Hex | E7 | D0 | ED | 3 | C | 0 | 7 | 120 | 2D | 57 |
| Octal | 347 | 320 | 355 | 3 | 14 | 0 | 7 | 440 | 55 | 127 |
| Binary | 11100111 | 11010000 | 11101101 | 11 | 1100 | 0 | 111 | 100100000 | 101101 | 1010111 |
Color Harmonies of #E7D0ED
Complementary color
Monochromatic Colors of #E7D0ED
Black with #E7D0ED
Text Example
Text Example
White with #E7D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D0ED; }
p { color: rgb(231,208,237); }
H1.HeaderClassName
{
color: #E7D0ED;
}
.AnyTagClassName
{
color: #E7D0ED;
}
</style>
background-color css
<style>
a { background-color: #E7D0ED; }
a { background-color: rgb(231,208,237); }
div.DivClassName
{
background-color: #E7D0ED;
}
.BgClassName
{
background-color: #E7D0ED;
}
</style>
border-color css
<style>
span { border-color: #E7D0ED; }
span { border-color: rgb(231,208,237); }
td.TdClassName
{
border-color: #E7D0ED;
}
.TagClassName
{
border-color: #E7D0ED;
}
</style>