Shades of Blue Chalk #E1D0F1
Tints of Blue Chalk #E1D0F1
RGB
CMYK
RGB Variations
Color information
#E1D0F1 (or 0xE1D0F1) is known color: Blue Chalk. HEX triplet: E1, D0 and F1. RGB value is (225,208,241). Sum of RGB (Red+Green+Blue) = 225+208+241=674 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.38% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1D0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D0F1 is #1E2F0E. Grayscale: #D8D8D8. Windows color (decimal): -1978127 or 15847649. OLE color: 15847649.
HSL color Cylindrical-coordinate representation of color #E1D0F1: hue angle of 270.91º 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 #E1D0F1 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 208 | 241 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.05 |
| HSL | 270.91º | 0.54% | 0.88% | - |
| HSV(B) | 270.91º | 0.14% | 0.95% | - |
| XYZ | 69.48 | 67.47 | 92.58 | - |
| YUV | 216.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 241 | 0.07 | 0.14 | 0 | 0.05 | 270.91 | 0.54 | 0.88 |
| Hex | E1 | D0 | F1 | 7 | E | 0 | 5 | 10F | 36 | 58 |
| Octal | 341 | 320 | 361 | 7 | 16 | 0 | 5 | 417 | 66 | 130 |
| Binary | 11100001 | 11010000 | 11110001 | 111 | 1110 | 0 | 101 | 100001111 | 110110 | 1011000 |
Color Harmonies of #E1D0F1
Complementary color
Monochromatic Colors of #E1D0F1
Black with #E1D0F1
Text Example
Text Example
White with #E1D0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D0F1; }
p { color: rgb(225,208,241); }
H1.HeaderClassName
{
color: #E1D0F1;
}
.AnyTagClassName
{
color: #E1D0F1;
}
</style>
background-color css
<style>
a { background-color: #E1D0F1; }
a { background-color: rgb(225,208,241); }
div.DivClassName
{
background-color: #E1D0F1;
}
.BgClassName
{
background-color: #E1D0F1;
}
</style>
border-color css
<style>
span { border-color: #E1D0F1; }
span { border-color: rgb(225,208,241); }
td.TdClassName
{
border-color: #E1D0F1;
}
.TagClassName
{
border-color: #E1D0F1;
}
</style>