Shades of Blue Chalk #E5D4F1
Tints of Blue Chalk #E5D4F1
RGB
CMYK
RGB Variations
Color information
#E5D4F1 (or 0xE5D4F1) is known color: Blue Chalk. HEX triplet: E5, D4 and F1. RGB value is (229,212,241). Sum of RGB (Red+Green+Blue) = 229+212+241=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5D4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D4F1 is #1A2B0E. Grayscale: #DCDCDC. Windows color (decimal): -1714959 or 15848677. OLE color: 15848677.
HSL color Cylindrical-coordinate representation of color #E5D4F1: hue angle of 275.17º 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 #E5D4F1 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 212 | 241 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.05 |
| HSL | 275.17º | 0.51% | 0.89% | - |
| HSV(B) | 275.17º | 0.12% | 0.95% | - |
| XYZ | 71.73 | 70.1 | 92.97 | - |
| YUV | 220.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 241 | 0.05 | 0.12 | 0 | 0.05 | 275.17 | 0.51 | 0.89 |
| Hex | E5 | D4 | F1 | 5 | C | 0 | 5 | 113 | 33 | 59 |
| Octal | 345 | 324 | 361 | 5 | 14 | 0 | 5 | 423 | 63 | 131 |
| Binary | 11100101 | 11010100 | 11110001 | 101 | 1100 | 0 | 101 | 100010011 | 110011 | 1011001 |
Color Harmonies of #E5D4F1
Complementary color
Monochromatic Colors of #E5D4F1
Black with #E5D4F1
Text Example
Text Example
White with #E5D4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D4F1; }
p { color: rgb(229,212,241); }
H1.HeaderClassName
{
color: #E5D4F1;
}
.AnyTagClassName
{
color: #E5D4F1;
}
</style>
background-color css
<style>
a { background-color: #E5D4F1; }
a { background-color: rgb(229,212,241); }
div.DivClassName
{
background-color: #E5D4F1;
}
.BgClassName
{
background-color: #E5D4F1;
}
</style>
border-color css
<style>
span { border-color: #E5D4F1; }
span { border-color: rgb(229,212,241); }
td.TdClassName
{
border-color: #E5D4F1;
}
.TagClassName
{
border-color: #E5D4F1;
}
</style>