Shades of Blue Chalk #E7D6EC
Tints of Blue Chalk #E7D6EC
RGB
CMYK
RGB Variations
Color information
#E7D6EC (or 0xE7D6EC) is known color: Blue Chalk. HEX triplet: E7, D6 and EC. RGB value is (231,214,236). Sum of RGB (Red+Green+Blue) = 231+214+236=681 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.92% from 681); Green value is 214 (83.98% from 255 or 31.42% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7D6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D6EC is #182913. Grayscale: #DDDDDD. Windows color (decimal): -1583380 or 15521511. OLE color: 15521511.
HSL color Cylindrical-coordinate representation of color #E7D6EC: hue angle of 286.36º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7D6EC is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 214 | 236 | - |
CMYK | 0.02 | 0.09 | 0 | 0.07 |
HSL | 286.36º | 0.37% | 0.88% | - |
HSV(B) | 286.36º | 0.09% | 0.93% | - |
XYZ | 72.14 | 71.14 | 89.29 | - |
YUV | 221.59 | 136.13 | 134.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 214 | 236 | 0.02 | 0.09 | 0 | 0.07 | 286.36 | 0.37 | 0.88 |
Hex | E7 | D6 | EC | 2 | 9 | 0 | 7 | 11E | 25 | 58 |
Octal | 347 | 326 | 354 | 2 | 11 | 0 | 7 | 436 | 45 | 130 |
Binary | 11100111 | 11010110 | 11101100 | 10 | 1001 | 0 | 111 | 100011110 | 100101 | 1011000 |
Color Harmonies of #E7D6EC
Complementary color
Monochromatic Colors of #E7D6EC
Black with #E7D6EC
Text Example
Text Example
White with #E7D6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D6EC; }
p { color: rgb(231,214,236); }
H1.HeaderClassName
{
color: #E7D6EC;
}
.AnyTagClassName
{
color: #E7D6EC;
}
</style>
background-color css
<style>
a { background-color: #E7D6EC; }
a { background-color: rgb(231,214,236); }
div.DivClassName
{
background-color: #E7D6EC;
}
.BgClassName
{
background-color: #E7D6EC;
}
</style>
border-color css
<style>
span { border-color: #E7D6EC; }
span { border-color: rgb(231,214,236); }
td.TdClassName
{
border-color: #E7D6EC;
}
.TagClassName
{
border-color: #E7D6EC;
}
</style>