Shades of Blue Chalk #E2D0F1
Tints of Blue Chalk #E2D0F1
RGB
CMYK
RGB Variations
Color information
#E2D0F1 (or 0xE2D0F1) is known color: Blue Chalk. HEX triplet: E2, D0 and F1. RGB value is (226,208,241). Sum of RGB (Red+Green+Blue) = 226+208+241=675 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.48% from 675); Green value is 208 (81.64% from 255 or 30.81% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2D0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D0F1 is #1D2F0E. Grayscale: #D9D9D9. Windows color (decimal): -1912591 or 15847650. OLE color: 15847650.
HSL color Cylindrical-coordinate representation of color #E2D0F1: hue angle of 272.73º 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 #E2D0F1 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 208 | 241 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.05 |
| HSL | 272.73º | 0.54% | 0.88% | - |
| HSV(B) | 272.73º | 0.14% | 0.95% | - |
| XYZ | 69.8 | 67.63 | 92.59 | - |
| YUV | 217.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 241 | 0.06 | 0.14 | 0 | 0.05 | 272.73 | 0.54 | 0.88 |
| Hex | E2 | D0 | F1 | 6 | E | 0 | 5 | 111 | 36 | 58 |
| Octal | 342 | 320 | 361 | 6 | 16 | 0 | 5 | 421 | 66 | 130 |
| Binary | 11100010 | 11010000 | 11110001 | 110 | 1110 | 0 | 101 | 100010001 | 110110 | 1011000 |
Color Harmonies of #E2D0F1
Complementary color
Monochromatic Colors of #E2D0F1
Black with #E2D0F1
Text Example
Text Example
White with #E2D0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D0F1; }
p { color: rgb(226,208,241); }
H1.HeaderClassName
{
color: #E2D0F1;
}
.AnyTagClassName
{
color: #E2D0F1;
}
</style>
background-color css
<style>
a { background-color: #E2D0F1; }
a { background-color: rgb(226,208,241); }
div.DivClassName
{
background-color: #E2D0F1;
}
.BgClassName
{
background-color: #E2D0F1;
}
</style>
border-color css
<style>
span { border-color: #E2D0F1; }
span { border-color: rgb(226,208,241); }
td.TdClassName
{
border-color: #E2D0F1;
}
.TagClassName
{
border-color: #E2D0F1;
}
</style>