Shades of Blue Chalk #E1D4EF
Tints of Blue Chalk #E1D4EF
RGB
CMYK
RGB Variations
Color information
#E1D4EF (or 0xE1D4EF) is known color: Blue Chalk. HEX triplet: E1, D4 and EF. RGB value is (225,212,239). Sum of RGB (Red+Green+Blue) = 225+212+239=676 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.28% from 676); Green value is 212 (83.20% from 255 or 31.36% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1D4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D4EF is #1E2B10. Grayscale: #DADADA. Windows color (decimal): -1977105 or 15717601. OLE color: 15717601.
HSL color Cylindrical-coordinate representation of color #E1D4EF: hue angle of 268.89º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1D4EF is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 212 | 239 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.06 |
| HSL | 268.89º | 0.46% | 0.88% | - |
| HSV(B) | 268.89º | 0.11% | 0.94% | - |
| XYZ | 70.17 | 69.33 | 91.34 | - |
| YUV | 218.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 239 | 0.06 | 0.11 | 0 | 0.06 | 268.89 | 0.46 | 0.88 |
| Hex | E1 | D4 | EF | 6 | B | 0 | 6 | 10D | 2E | 58 |
| Octal | 341 | 324 | 357 | 6 | 13 | 0 | 6 | 415 | 56 | 130 |
| Binary | 11100001 | 11010100 | 11101111 | 110 | 1011 | 0 | 110 | 100001101 | 101110 | 1011000 |
Color Harmonies of #E1D4EF
Complementary color
Monochromatic Colors of #E1D4EF
Black with #E1D4EF
Text Example
Text Example
White with #E1D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D4EF; }
p { color: rgb(225,212,239); }
H1.HeaderClassName
{
color: #E1D4EF;
}
.AnyTagClassName
{
color: #E1D4EF;
}
</style>
background-color css
<style>
a { background-color: #E1D4EF; }
a { background-color: rgb(225,212,239); }
div.DivClassName
{
background-color: #E1D4EF;
}
.BgClassName
{
background-color: #E1D4EF;
}
</style>
border-color css
<style>
span { border-color: #E1D4EF; }
span { border-color: rgb(225,212,239); }
td.TdClassName
{
border-color: #E1D4EF;
}
.TagClassName
{
border-color: #E1D4EF;
}
</style>