Shades of Blue Chalk #E7D6F6
Tints of Blue Chalk #E7D6F6
RGB
CMYK
RGB Variations
Color information
#E7D6F6 (or 0xE7D6F6) is known color: Blue Chalk. HEX triplet: E7, D6 and F6. RGB value is (231,214,246). Sum of RGB (Red+Green+Blue) = 231+214+246=691 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.43% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 246 - color contains mainly: blue. Hex color #E7D6F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D6F6 is #182909. Grayscale: #DEDEDE. Windows color (decimal): -1583370 or 16176871. OLE color: 16176871.
HSL color Cylindrical-coordinate representation of color #E7D6F6: hue angle of 271.88º degrees, saturation: 0.64, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7D6F6 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 214 | 246 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.04 |
| HSL | 271.88º | 0.64% | 0.9% | - |
| HSV(B) | 271.88º | 0.13% | 0.96% | - |
| XYZ | 73.64 | 71.74 | 97.15 | - |
| YUV | 222.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 246 | 0.06 | 0.13 | 0 | 0.04 | 271.88 | 0.64 | 0.9 |
| Hex | E7 | D6 | F6 | 6 | D | 0 | 4 | 110 | 40 | 5A |
| Octal | 347 | 326 | 366 | 6 | 15 | 0 | 4 | 420 | 100 | 132 |
| Binary | 11100111 | 11010110 | 11110110 | 110 | 1101 | 0 | 100 | 100010000 | 1000000 | 1011010 |
Color Harmonies of #E7D6F6
Complementary color
Monochromatic Colors of #E7D6F6
Black with #E7D6F6
Text Example
Text Example
White with #E7D6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D6F6; }
p { color: rgb(231,214,246); }
H1.HeaderClassName
{
color: #E7D6F6;
}
.AnyTagClassName
{
color: #E7D6F6;
}
</style>
background-color css
<style>
a { background-color: #E7D6F6; }
a { background-color: rgb(231,214,246); }
div.DivClassName
{
background-color: #E7D6F6;
}
.BgClassName
{
background-color: #E7D6F6;
}
</style>
border-color css
<style>
span { border-color: #E7D6F6; }
span { border-color: rgb(231,214,246); }
td.TdClassName
{
border-color: #E7D6F6;
}
.TagClassName
{
border-color: #E7D6F6;
}
</style>