Shades of Blue Chalk #E5D7F1
Tints of Blue Chalk #E5D7F1
RGB
CMYK
RGB Variations
Color information
#E5D7F1 (or 0xE5D7F1) is known color: Blue Chalk. HEX triplet: E5, D7 and F1. RGB value is (229,215,241). Sum of RGB (Red+Green+Blue) = 229+215+241=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 215 (84.38% from 255 or 31.39% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5D7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D7F1 is #1A280E. Grayscale: #DEDEDE. Windows color (decimal): -1714191 or 15849445. OLE color: 15849445.
HSL color Cylindrical-coordinate representation of color #E5D7F1: hue angle of 272.31º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5D7F1 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 215 | 241 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.05 |
| HSL | 272.31º | 0.48% | 0.89% | - |
| HSV(B) | 272.31º | 0.11% | 0.95% | - |
| XYZ | 72.49 | 71.61 | 93.22 | - |
| YUV | 222.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 241 | 0.05 | 0.11 | 0 | 0.05 | 272.31 | 0.48 | 0.89 |
| Hex | E5 | D7 | F1 | 5 | B | 0 | 5 | 110 | 30 | 59 |
| Octal | 345 | 327 | 361 | 5 | 13 | 0 | 5 | 420 | 60 | 131 |
| Binary | 11100101 | 11010111 | 11110001 | 101 | 1011 | 0 | 101 | 100010000 | 110000 | 1011001 |
Color Harmonies of #E5D7F1
Complementary color
Monochromatic Colors of #E5D7F1
Black with #E5D7F1
Text Example
Text Example
White with #E5D7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D7F1; }
p { color: rgb(229,215,241); }
H1.HeaderClassName
{
color: #E5D7F1;
}
.AnyTagClassName
{
color: #E5D7F1;
}
</style>
background-color css
<style>
a { background-color: #E5D7F1; }
a { background-color: rgb(229,215,241); }
div.DivClassName
{
background-color: #E5D7F1;
}
.BgClassName
{
background-color: #E5D7F1;
}
</style>
border-color css
<style>
span { border-color: #E5D7F1; }
span { border-color: rgb(229,215,241); }
td.TdClassName
{
border-color: #E5D7F1;
}
.TagClassName
{
border-color: #E5D7F1;
}
</style>