Shades of Blue Chalk #E2D1EF
Tints of Blue Chalk #E2D1EF
RGB
CMYK
RGB Variations
Color information
#E2D1EF (or 0xE2D1EF) is known color: Blue Chalk. HEX triplet: E2, D1 and EF. RGB value is (226,209,239). Sum of RGB (Red+Green+Blue) = 226+209+239=674 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.53% from 674); Green value is 209 (82.03% from 255 or 31.01% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2D1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D1EF is #1D2E10. Grayscale: #D9D9D9. Windows color (decimal): -1912337 or 15716834. OLE color: 15716834.
HSL color Cylindrical-coordinate representation of color #E2D1EF: hue angle of 274º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2D1EF is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 209 | 239 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.06 |
| HSL | 274º | 0.48% | 0.88% | - |
| HSV(B) | 274º | 0.13% | 0.94% | - |
| XYZ | 69.74 | 68 | 91.11 | - |
| YUV | 217.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 209 | 239 | 0.05 | 0.13 | 0 | 0.06 | 274 | 0.48 | 0.88 |
| Hex | E2 | D1 | EF | 5 | D | 0 | 6 | 112 | 30 | 58 |
| Octal | 342 | 321 | 357 | 5 | 15 | 0 | 6 | 422 | 60 | 130 |
| Binary | 11100010 | 11010001 | 11101111 | 101 | 1101 | 0 | 110 | 100010010 | 110000 | 1011000 |
Color Harmonies of #E2D1EF
Complementary color
Monochromatic Colors of #E2D1EF
Black with #E2D1EF
Text Example
Text Example
White with #E2D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D1EF; }
p { color: rgb(226,209,239); }
H1.HeaderClassName
{
color: #E2D1EF;
}
.AnyTagClassName
{
color: #E2D1EF;
}
</style>
background-color css
<style>
a { background-color: #E2D1EF; }
a { background-color: rgb(226,209,239); }
div.DivClassName
{
background-color: #E2D1EF;
}
.BgClassName
{
background-color: #E2D1EF;
}
</style>
border-color css
<style>
span { border-color: #E2D1EF; }
span { border-color: rgb(226,209,239); }
td.TdClassName
{
border-color: #E2D1EF;
}
.TagClassName
{
border-color: #E2D1EF;
}
</style>