Shades of Blue Chalk #E2D1F1
Tints of Blue Chalk #E2D1F1
RGB
CMYK
RGB Variations
Color information
#E2D1F1 (or 0xE2D1F1) is known color: Blue Chalk. HEX triplet: E2, D1 and F1. RGB value is (226,209,241). Sum of RGB (Red+Green+Blue) = 226+209+241=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 209 (82.03% from 255 or 30.92% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2D1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D1F1 is #1D2E0E. Grayscale: #D9D9D9. Windows color (decimal): -1912335 or 15847906. OLE color: 15847906.
HSL color Cylindrical-coordinate representation of color #E2D1F1: hue angle of 271.88º 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 #E2D1F1 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 209 | 241 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.05 |
| HSL | 271.88º | 0.53% | 0.88% | - |
| HSV(B) | 271.88º | 0.13% | 0.95% | - |
| XYZ | 70.04 | 68.12 | 92.68 | - |
| YUV | 217.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 209 | 241 | 0.06 | 0.13 | 0 | 0.05 | 271.88 | 0.53 | 0.88 |
| Hex | E2 | D1 | F1 | 6 | D | 0 | 5 | 110 | 35 | 58 |
| Octal | 342 | 321 | 361 | 6 | 15 | 0 | 5 | 420 | 65 | 130 |
| Binary | 11100010 | 11010001 | 11110001 | 110 | 1101 | 0 | 101 | 100010000 | 110101 | 1011000 |
Color Harmonies of #E2D1F1
Complementary color
Monochromatic Colors of #E2D1F1
Black with #E2D1F1
Text Example
Text Example
White with #E2D1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D1F1; }
p { color: rgb(226,209,241); }
H1.HeaderClassName
{
color: #E2D1F1;
}
.AnyTagClassName
{
color: #E2D1F1;
}
</style>
background-color css
<style>
a { background-color: #E2D1F1; }
a { background-color: rgb(226,209,241); }
div.DivClassName
{
background-color: #E2D1F1;
}
.BgClassName
{
background-color: #E2D1F1;
}
</style>
border-color css
<style>
span { border-color: #E2D1F1; }
span { border-color: rgb(226,209,241); }
td.TdClassName
{
border-color: #E2D1F1;
}
.TagClassName
{
border-color: #E2D1F1;
}
</style>