Shades of Blue Chalk #E2D2F1
Tints of Blue Chalk #E2D2F1
RGB
CMYK
RGB Variations
Color information
#E2D2F1 (or 0xE2D2F1) is known color: Blue Chalk. HEX triplet: E2, D2 and F1. RGB value is (226,210,241). Sum of RGB (Red+Green+Blue) = 226+210+241=677 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.38% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2D2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D2F1 is #1D2D0E. Grayscale: #DADADA. Windows color (decimal): -1912079 or 15848162. OLE color: 15848162.
HSL color Cylindrical-coordinate representation of color #E2D2F1: hue angle of 270.97º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2D2F1 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 210 | 241 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.05 |
| HSL | 270.97º | 0.53% | 0.88% | - |
| HSV(B) | 270.97º | 0.13% | 0.95% | - |
| XYZ | 70.29 | 68.61 | 92.76 | - |
| YUV | 218.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 210 | 241 | 0.06 | 0.13 | 0 | 0.05 | 270.97 | 0.53 | 0.88 |
| Hex | E2 | D2 | F1 | 6 | D | 0 | 5 | 10F | 35 | 58 |
| Octal | 342 | 322 | 361 | 6 | 15 | 0 | 5 | 417 | 65 | 130 |
| Binary | 11100010 | 11010010 | 11110001 | 110 | 1101 | 0 | 101 | 100001111 | 110101 | 1011000 |
Color Harmonies of #E2D2F1
Complementary color
Monochromatic Colors of #E2D2F1
Black with #E2D2F1
Text Example
Text Example
White with #E2D2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D2F1; }
p { color: rgb(226,210,241); }
H1.HeaderClassName
{
color: #E2D2F1;
}
.AnyTagClassName
{
color: #E2D2F1;
}
</style>
background-color css
<style>
a { background-color: #E2D2F1; }
a { background-color: rgb(226,210,241); }
div.DivClassName
{
background-color: #E2D2F1;
}
.BgClassName
{
background-color: #E2D2F1;
}
</style>
border-color css
<style>
span { border-color: #E2D2F1; }
span { border-color: rgb(226,210,241); }
td.TdClassName
{
border-color: #E2D2F1;
}
.TagClassName
{
border-color: #E2D2F1;
}
</style>