Shades of Blue Chalk #E7D2EC
Tints of Blue Chalk #E7D2EC
RGB
CMYK
RGB Variations
Color information
#E7D2EC (or 0xE7D2EC) is known color: Blue Chalk. HEX triplet: E7, D2 and EC. RGB value is (231,210,236). Sum of RGB (Red+Green+Blue) = 231+210+236=677 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.12% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7D2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D2EC is #182D13. Grayscale: #DBDBDB. Windows color (decimal): -1584404 or 15520487. OLE color: 15520487.
HSL color Cylindrical-coordinate representation of color #E7D2EC: hue angle of 288.46º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7D2EC is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 210 | 236 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.07 |
| HSL | 288.46º | 0.41% | 0.87% | - |
| HSV(B) | 288.46º | 0.11% | 0.93% | - |
| XYZ | 71.14 | 69.14 | 88.95 | - |
| YUV | 219.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 236 | 0.02 | 0.11 | 0 | 0.07 | 288.46 | 0.41 | 0.87 |
| Hex | E7 | D2 | EC | 2 | B | 0 | 7 | 120 | 29 | 57 |
| Octal | 347 | 322 | 354 | 2 | 13 | 0 | 7 | 440 | 51 | 127 |
| Binary | 11100111 | 11010010 | 11101100 | 10 | 1011 | 0 | 111 | 100100000 | 101001 | 1010111 |
Color Harmonies of #E7D2EC
Complementary color
Monochromatic Colors of #E7D2EC
Black with #E7D2EC
Text Example
Text Example
White with #E7D2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D2EC; }
p { color: rgb(231,210,236); }
H1.HeaderClassName
{
color: #E7D2EC;
}
.AnyTagClassName
{
color: #E7D2EC;
}
</style>
background-color css
<style>
a { background-color: #E7D2EC; }
a { background-color: rgb(231,210,236); }
div.DivClassName
{
background-color: #E7D2EC;
}
.BgClassName
{
background-color: #E7D2EC;
}
</style>
border-color css
<style>
span { border-color: #E7D2EC; }
span { border-color: rgb(231,210,236); }
td.TdClassName
{
border-color: #E7D2EC;
}
.TagClassName
{
border-color: #E7D2EC;
}
</style>