Shades of Blue Chalk #E7D9EC
Tints of Blue Chalk #E7D9EC
RGB
CMYK
RGB Variations
Color information
#E7D9EC (or 0xE7D9EC) is known color: Blue Chalk. HEX triplet: E7, D9 and EC. RGB value is (231,217,236). Sum of RGB (Red+Green+Blue) = 231+217+236=684 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.77% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7D9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D9EC is #182613. Grayscale: #DFDFDF. Windows color (decimal): -1582612 or 15522279. OLE color: 15522279.
HSL color Cylindrical-coordinate representation of color #E7D9EC: hue angle of 284.21º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7D9EC is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 217 | 236 | - |
CMYK | 0.02 | 0.08 | 0 | 0.07 |
HSL | 284.21º | 0.33% | 0.89% | - |
HSV(B) | 284.21º | 0.08% | 0.93% | - |
XYZ | 72.91 | 72.67 | 89.54 | - |
YUV | 223.35 | 135.14 | 133.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 217 | 236 | 0.02 | 0.08 | 0 | 0.07 | 284.21 | 0.33 | 0.89 |
Hex | E7 | D9 | EC | 2 | 8 | 0 | 7 | 11C | 21 | 59 |
Octal | 347 | 331 | 354 | 2 | 10 | 0 | 7 | 434 | 41 | 131 |
Binary | 11100111 | 11011001 | 11101100 | 10 | 1000 | 0 | 111 | 100011100 | 100001 | 1011001 |
Color Harmonies of #E7D9EC
Complementary color
Monochromatic Colors of #E7D9EC
Black with #E7D9EC
Text Example
Text Example
White with #E7D9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D9EC; }
p { color: rgb(231,217,236); }
H1.HeaderClassName
{
color: #E7D9EC;
}
.AnyTagClassName
{
color: #E7D9EC;
}
</style>
background-color css
<style>
a { background-color: #E7D9EC; }
a { background-color: rgb(231,217,236); }
div.DivClassName
{
background-color: #E7D9EC;
}
.BgClassName
{
background-color: #E7D9EC;
}
</style>
border-color css
<style>
span { border-color: #E7D9EC; }
span { border-color: rgb(231,217,236); }
td.TdClassName
{
border-color: #E7D9EC;
}
.TagClassName
{
border-color: #E7D9EC;
}
</style>