Shades of Blue Chalk #E7D4F1
Tints of Blue Chalk #E7D4F1
RGB
CMYK
RGB Variations
Color information
#E7D4F1 (or 0xE7D4F1) is known color: Blue Chalk. HEX triplet: E7, D4 and F1. RGB value is (231,212,241). Sum of RGB (Red+Green+Blue) = 231+212+241=684 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.77% from 684); Green value is 212 (83.20% from 255 or 30.99% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7D4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D4F1 is #182B0E. Grayscale: #DCDCDC. Windows color (decimal): -1583887 or 15848679. OLE color: 15848679.
HSL color Cylindrical-coordinate representation of color #E7D4F1: hue angle of 279.31º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7D4F1 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 212 | 241 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.05 |
| HSL | 279.31º | 0.51% | 0.89% | - |
| HSV(B) | 279.31º | 0.12% | 0.95% | - |
| XYZ | 72.38 | 70.43 | 93 | - |
| YUV | 220.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 241 | 0.04 | 0.12 | 0 | 0.05 | 279.31 | 0.51 | 0.89 |
| Hex | E7 | D4 | F1 | 4 | C | 0 | 5 | 117 | 33 | 59 |
| Octal | 347 | 324 | 361 | 4 | 14 | 0 | 5 | 427 | 63 | 131 |
| Binary | 11100111 | 11010100 | 11110001 | 100 | 1100 | 0 | 101 | 100010111 | 110011 | 1011001 |
Color Harmonies of #E7D4F1
Complementary color
Monochromatic Colors of #E7D4F1
Black with #E7D4F1
Text Example
Text Example
White with #E7D4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D4F1; }
p { color: rgb(231,212,241); }
H1.HeaderClassName
{
color: #E7D4F1;
}
.AnyTagClassName
{
color: #E7D4F1;
}
</style>
background-color css
<style>
a { background-color: #E7D4F1; }
a { background-color: rgb(231,212,241); }
div.DivClassName
{
background-color: #E7D4F1;
}
.BgClassName
{
background-color: #E7D4F1;
}
</style>
border-color css
<style>
span { border-color: #E7D4F1; }
span { border-color: rgb(231,212,241); }
td.TdClassName
{
border-color: #E7D4F1;
}
.TagClassName
{
border-color: #E7D4F1;
}
</style>