Shades of Blue Chalk #E5D9F1
Tints of Blue Chalk #E5D9F1
RGB
CMYK
RGB Variations
Color information
#E5D9F1 (or 0xE5D9F1) is known color: Blue Chalk. HEX triplet: E5, D9 and F1. RGB value is (229,217,241). Sum of RGB (Red+Green+Blue) = 229+217+241=687 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.33% from 687); Green value is 217 (85.16% from 255 or 31.59% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5D9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D9F1 is #1A260E. Grayscale: #DFDFDF. Windows color (decimal): -1713679 or 15849957. OLE color: 15849957.
HSL color Cylindrical-coordinate representation of color #E5D9F1: hue angle of 270º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5D9F1 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 217 | 241 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.05 |
| HSL | 270º | 0.46% | 0.9% | - |
| HSV(B) | 270º | 0.1% | 0.95% | - |
| XYZ | 73 | 72.63 | 93.39 | - |
| YUV | 223.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 241 | 0.05 | 0.10 | 0 | 0.05 | 270 | 0.46 | 0.9 |
| Hex | E5 | D9 | F1 | 5 | A | 0 | 5 | 10E | 2E | 5A |
| Octal | 345 | 331 | 361 | 5 | 12 | 0 | 5 | 416 | 56 | 132 |
| Binary | 11100101 | 11011001 | 11110001 | 101 | 1010 | 0 | 101 | 100001110 | 101110 | 1011010 |
Color Harmonies of #E5D9F1
Complementary color
Monochromatic Colors of #E5D9F1
Black with #E5D9F1
Text Example
Text Example
White with #E5D9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D9F1; }
p { color: rgb(229,217,241); }
H1.HeaderClassName
{
color: #E5D9F1;
}
.AnyTagClassName
{
color: #E5D9F1;
}
</style>
background-color css
<style>
a { background-color: #E5D9F1; }
a { background-color: rgb(229,217,241); }
div.DivClassName
{
background-color: #E5D9F1;
}
.BgClassName
{
background-color: #E5D9F1;
}
</style>
border-color css
<style>
span { border-color: #E5D9F1; }
span { border-color: rgb(229,217,241); }
td.TdClassName
{
border-color: #E5D9F1;
}
.TagClassName
{
border-color: #E5D9F1;
}
</style>