Shades of Blue Chalk #E7D3EF
Tints of Blue Chalk #E7D3EF
RGB
CMYK
RGB Variations
Color information
#E7D3EF (or 0xE7D3EF) is known color: Blue Chalk. HEX triplet: E7, D3 and EF. RGB value is (231,211,239). Sum of RGB (Red+Green+Blue) = 231+211+239=681 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.92% from 681); Green value is 211 (82.81% from 255 or 30.98% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7D3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D3EF is #182C10. Grayscale: #DCDCDC. Windows color (decimal): -1584145 or 15717351. OLE color: 15717351.
HSL color Cylindrical-coordinate representation of color #E7D3EF: hue angle of 282.86º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7D3EF is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 211 | 239 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.06 |
| HSL | 282.86º | 0.47% | 0.88% | - |
| HSV(B) | 282.86º | 0.12% | 0.94% | - |
| XYZ | 71.83 | 69.81 | 91.35 | - |
| YUV | 220.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 239 | 0.03 | 0.12 | 0 | 0.06 | 282.86 | 0.47 | 0.88 |
| Hex | E7 | D3 | EF | 3 | C | 0 | 6 | 11B | 2F | 58 |
| Octal | 347 | 323 | 357 | 3 | 14 | 0 | 6 | 433 | 57 | 130 |
| Binary | 11100111 | 11010011 | 11101111 | 11 | 1100 | 0 | 110 | 100011011 | 101111 | 1011000 |
Color Harmonies of #E7D3EF
Complementary color
Monochromatic Colors of #E7D3EF
Black with #E7D3EF
Text Example
Text Example
White with #E7D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D3EF; }
p { color: rgb(231,211,239); }
H1.HeaderClassName
{
color: #E7D3EF;
}
.AnyTagClassName
{
color: #E7D3EF;
}
</style>
background-color css
<style>
a { background-color: #E7D3EF; }
a { background-color: rgb(231,211,239); }
div.DivClassName
{
background-color: #E7D3EF;
}
.BgClassName
{
background-color: #E7D3EF;
}
</style>
border-color css
<style>
span { border-color: #E7D3EF; }
span { border-color: rgb(231,211,239); }
td.TdClassName
{
border-color: #E7D3EF;
}
.TagClassName
{
border-color: #E7D3EF;
}
</style>