Shades of Blue Chalk #E5D5F6
Tints of Blue Chalk #E5D5F6
RGB
CMYK
RGB Variations
Color information
#E5D5F6 (or 0xE5D5F6) is known color: Blue Chalk. HEX triplet: E5, D5 and F6. RGB value is (229,213,246). Sum of RGB (Red+Green+Blue) = 229+213+246=688 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.28% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 246 (96.48% from 255 or 35.76% from 688); Max value from RGB is 246 - color contains mainly: blue. Hex color #E5D5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D5F6 is #1A2A09. Grayscale: #DDDDDD. Windows color (decimal): -1714698 or 16176613. OLE color: 16176613.
HSL color Cylindrical-coordinate representation of color #E5D5F6: hue angle of 269.09º degrees, saturation: 0.65, 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 #E5D5F6 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 213 | 246 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.04 |
| HSL | 269.09º | 0.65% | 0.9% | - |
| HSV(B) | 269.09º | 0.13% | 0.96% | - |
| XYZ | 72.74 | 70.9 | 97.04 | - |
| YUV | 221.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 213 | 246 | 0.07 | 0.13 | 0 | 0.04 | 269.09 | 0.65 | 0.9 |
| Hex | E5 | D5 | F6 | 7 | D | 0 | 4 | 10D | 41 | 5A |
| Octal | 345 | 325 | 366 | 7 | 15 | 0 | 4 | 415 | 101 | 132 |
| Binary | 11100101 | 11010101 | 11110110 | 111 | 1101 | 0 | 100 | 100001101 | 1000001 | 1011010 |
Color Harmonies of #E5D5F6
Complementary color
Monochromatic Colors of #E5D5F6
Black with #E5D5F6
Text Example
Text Example
White with #E5D5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D5F6; }
p { color: rgb(229,213,246); }
H1.HeaderClassName
{
color: #E5D5F6;
}
.AnyTagClassName
{
color: #E5D5F6;
}
</style>
background-color css
<style>
a { background-color: #E5D5F6; }
a { background-color: rgb(229,213,246); }
div.DivClassName
{
background-color: #E5D5F6;
}
.BgClassName
{
background-color: #E5D5F6;
}
</style>
border-color css
<style>
span { border-color: #E5D5F6; }
span { border-color: rgb(229,213,246); }
td.TdClassName
{
border-color: #E5D5F6;
}
.TagClassName
{
border-color: #E5D5F6;
}
</style>