Shades of Blue Chalk #E5D3F1
Tints of Blue Chalk #E5D3F1
RGB
CMYK
RGB Variations
Color information
#E5D3F1 (or 0xE5D3F1) is known color: Blue Chalk. HEX triplet: E5, D3 and F1. RGB value is (229,211,241). Sum of RGB (Red+Green+Blue) = 229+211+241=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 211 (82.81% from 255 or 30.98% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5D3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D3F1 is #1A2C0E. Grayscale: #DBDBDB. Windows color (decimal): -1715215 or 15848421. OLE color: 15848421.
HSL color Cylindrical-coordinate representation of color #E5D3F1: hue angle of 276º degrees, saturation: 0.52, 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 #E5D3F1 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 211 | 241 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.05 |
| HSL | 276º | 0.52% | 0.89% | - |
| HSV(B) | 276º | 0.12% | 0.95% | - |
| XYZ | 71.48 | 69.6 | 92.89 | - |
| YUV | 219.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 241 | 0.05 | 0.12 | 0 | 0.05 | 276 | 0.52 | 0.89 |
| Hex | E5 | D3 | F1 | 5 | C | 0 | 5 | 114 | 34 | 59 |
| Octal | 345 | 323 | 361 | 5 | 14 | 0 | 5 | 424 | 64 | 131 |
| Binary | 11100101 | 11010011 | 11110001 | 101 | 1100 | 0 | 101 | 100010100 | 110100 | 1011001 |
Color Harmonies of #E5D3F1
Complementary color
Monochromatic Colors of #E5D3F1
Black with #E5D3F1
Text Example
Text Example
White with #E5D3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D3F1; }
p { color: rgb(229,211,241); }
H1.HeaderClassName
{
color: #E5D3F1;
}
.AnyTagClassName
{
color: #E5D3F1;
}
</style>
background-color css
<style>
a { background-color: #E5D3F1; }
a { background-color: rgb(229,211,241); }
div.DivClassName
{
background-color: #E5D3F1;
}
.BgClassName
{
background-color: #E5D3F1;
}
</style>
border-color css
<style>
span { border-color: #E5D3F1; }
span { border-color: rgb(229,211,241); }
td.TdClassName
{
border-color: #E5D3F1;
}
.TagClassName
{
border-color: #E5D3F1;
}
</style>