Shades of Blue Chalk #E7D6FA
Tints of Blue Chalk #E7D6FA
RGB
CMYK
RGB Variations
Color information
#E7D6FA (or 0xE7D6FA) is known color: Blue Chalk. HEX triplet: E7, D6 and FA. RGB value is (231,214,250). Sum of RGB (Red+Green+Blue) = 231+214+250=695 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.24% from 695); Green value is 214 (83.98% from 255 or 30.79% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7D6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D6FA is #182905. Grayscale: #DFDFDF. Windows color (decimal): -1583366 or 16439015. OLE color: 16439015.
HSL color Cylindrical-coordinate representation of color #E7D6FA: hue angle of 268.33º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7D6FA is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 214 | 250 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.02 |
| HSL | 268.33º | 0.78% | 0.91% | - |
| HSV(B) | 268.33º | 0.14% | 0.98% | - |
| XYZ | 74.26 | 71.98 | 100.42 | - |
| YUV | 223.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 250 | 0.08 | 0.14 | 0 | 0.02 | 268.33 | 0.78 | 0.91 |
| Hex | E7 | D6 | FA | 8 | E | 0 | 2 | 10C | 4E | 5B |
| Octal | 347 | 326 | 372 | 10 | 16 | 0 | 2 | 414 | 116 | 133 |
| Binary | 11100111 | 11010110 | 11111010 | 1000 | 1110 | 0 | 10 | 100001100 | 1001110 | 1011011 |
Color Harmonies of #E7D6FA
Complementary color
Monochromatic Colors of #E7D6FA
Black with #E7D6FA
Text Example
Text Example
White with #E7D6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D6FA; }
p { color: rgb(231,214,250); }
H1.HeaderClassName
{
color: #E7D6FA;
}
.AnyTagClassName
{
color: #E7D6FA;
}
</style>
background-color css
<style>
a { background-color: #E7D6FA; }
a { background-color: rgb(231,214,250); }
div.DivClassName
{
background-color: #E7D6FA;
}
.BgClassName
{
background-color: #E7D6FA;
}
</style>
border-color css
<style>
span { border-color: #E7D6FA; }
span { border-color: rgb(231,214,250); }
td.TdClassName
{
border-color: #E7D6FA;
}
.TagClassName
{
border-color: #E7D6FA;
}
</style>