Shades of Blue Chalk #E5D0F1
Tints of Blue Chalk #E5D0F1
RGB
CMYK
RGB Variations
Color information
#E5D0F1 (or 0xE5D0F1) is known color: Blue Chalk. HEX triplet: E5, D0 and F1. RGB value is (229,208,241). Sum of RGB (Red+Green+Blue) = 229+208+241=678 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.78% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5D0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D0F1 is #1A2F0E. Grayscale: #D9D9D9. Windows color (decimal): -1715983 or 15847653. OLE color: 15847653.
HSL color Cylindrical-coordinate representation of color #E5D0F1: hue angle of 278.18º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5D0F1 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 208 | 241 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.05 |
| HSL | 278.18º | 0.54% | 0.88% | - |
| HSV(B) | 278.18º | 0.14% | 0.95% | - |
| XYZ | 70.75 | 68.12 | 92.64 | - |
| YUV | 218.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 241 | 0.05 | 0.14 | 0 | 0.05 | 278.18 | 0.54 | 0.88 |
| Hex | E5 | D0 | F1 | 5 | E | 0 | 5 | 116 | 36 | 58 |
| Octal | 345 | 320 | 361 | 5 | 16 | 0 | 5 | 426 | 66 | 130 |
| Binary | 11100101 | 11010000 | 11110001 | 101 | 1110 | 0 | 101 | 100010110 | 110110 | 1011000 |
Color Harmonies of #E5D0F1
Complementary color
Monochromatic Colors of #E5D0F1
Black with #E5D0F1
Text Example
Text Example
White with #E5D0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D0F1; }
p { color: rgb(229,208,241); }
H1.HeaderClassName
{
color: #E5D0F1;
}
.AnyTagClassName
{
color: #E5D0F1;
}
</style>
background-color css
<style>
a { background-color: #E5D0F1; }
a { background-color: rgb(229,208,241); }
div.DivClassName
{
background-color: #E5D0F1;
}
.BgClassName
{
background-color: #E5D0F1;
}
</style>
border-color css
<style>
span { border-color: #E5D0F1; }
span { border-color: rgb(229,208,241); }
td.TdClassName
{
border-color: #E5D0F1;
}
.TagClassName
{
border-color: #E5D0F1;
}
</style>