Shades of Blue Chalk #E7D5F7
Tints of Blue Chalk #E7D5F7
RGB
CMYK
RGB Variations
Color information
#E7D5F7 (or 0xE7D5F7) is known color: Blue Chalk. HEX triplet: E7, D5 and F7. RGB value is (231,213,247). Sum of RGB (Red+Green+Blue) = 231+213+247=691 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.43% from 691); Green value is 213 (83.59% from 255 or 30.82% from 691); Blue value is 247 (96.88% from 255 or 35.75% from 691); Max value from RGB is 247 - color contains mainly: blue. Hex color #E7D5F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D5F7 is #182A08. Grayscale: #DEDEDE. Windows color (decimal): -1583625 or 16242151. OLE color: 16242151.
HSL color Cylindrical-coordinate representation of color #E7D5F7: hue angle of 271.76º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7D5F7 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 213 | 247 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.03 |
| HSL | 271.76º | 0.68% | 0.9% | - |
| HSV(B) | 271.76º | 0.14% | 0.97% | - |
| XYZ | 73.54 | 71.29 | 97.88 | - |
| YUV | 222.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 247 | 0.06 | 0.14 | 0 | 0.03 | 271.76 | 0.68 | 0.9 |
| Hex | E7 | D5 | F7 | 6 | E | 0 | 3 | 110 | 44 | 5A |
| Octal | 347 | 325 | 367 | 6 | 16 | 0 | 3 | 420 | 104 | 132 |
| Binary | 11100111 | 11010101 | 11110111 | 110 | 1110 | 0 | 11 | 100010000 | 1000100 | 1011010 |
Color Harmonies of #E7D5F7
Complementary color
Monochromatic Colors of #E7D5F7
Black with #E7D5F7
Text Example
Text Example
White with #E7D5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D5F7; }
p { color: rgb(231,213,247); }
H1.HeaderClassName
{
color: #E7D5F7;
}
.AnyTagClassName
{
color: #E7D5F7;
}
</style>
background-color css
<style>
a { background-color: #E7D5F7; }
a { background-color: rgb(231,213,247); }
div.DivClassName
{
background-color: #E7D5F7;
}
.BgClassName
{
background-color: #E7D5F7;
}
</style>
border-color css
<style>
span { border-color: #E7D5F7; }
span { border-color: rgb(231,213,247); }
td.TdClassName
{
border-color: #E7D5F7;
}
.TagClassName
{
border-color: #E7D5F7;
}
</style>