Shades of Blue Chalk #E7D4EC
Tints of Blue Chalk #E7D4EC
RGB
CMYK
RGB Variations
Color information
#E7D4EC (or 0xE7D4EC) is known color: Blue Chalk. HEX triplet: E7, D4 and EC. RGB value is (231,212,236). Sum of RGB (Red+Green+Blue) = 231+212+236=679 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.02% from 679); Green value is 212 (83.20% from 255 or 31.22% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7D4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D4EC is #182B13. Grayscale: #DCDCDC. Windows color (decimal): -1583892 or 15520999. OLE color: 15520999.
HSL color Cylindrical-coordinate representation of color #E7D4EC: hue angle of 287.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7D4EC is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 212 | 236 | - |
CMYK | 0.02 | 0.10 | 0 | 0.07 |
HSL | 287.5º | 0.39% | 0.88% | - |
HSV(B) | 287.5º | 0.1% | 0.93% | - |
XYZ | 71.64 | 70.13 | 89.12 | - |
YUV | 220.42 | 136.79 | 135.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 212 | 236 | 0.02 | 0.10 | 0 | 0.07 | 287.5 | 0.39 | 0.88 |
Hex | E7 | D4 | EC | 2 | A | 0 | 7 | 120 | 27 | 58 |
Octal | 347 | 324 | 354 | 2 | 12 | 0 | 7 | 440 | 47 | 130 |
Binary | 11100111 | 11010100 | 11101100 | 10 | 1010 | 0 | 111 | 100100000 | 100111 | 1011000 |
Color Harmonies of #E7D4EC
Complementary color
Monochromatic Colors of #E7D4EC
Black with #E7D4EC
Text Example
Text Example
White with #E7D4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D4EC; }
p { color: rgb(231,212,236); }
H1.HeaderClassName
{
color: #E7D4EC;
}
.AnyTagClassName
{
color: #E7D4EC;
}
</style>
background-color css
<style>
a { background-color: #E7D4EC; }
a { background-color: rgb(231,212,236); }
div.DivClassName
{
background-color: #E7D4EC;
}
.BgClassName
{
background-color: #E7D4EC;
}
</style>
border-color css
<style>
span { border-color: #E7D4EC; }
span { border-color: rgb(231,212,236); }
td.TdClassName
{
border-color: #E7D4EC;
}
.TagClassName
{
border-color: #E7D4EC;
}
</style>