Shades of Blue Chalk #E5D4EF
Tints of Blue Chalk #E5D4EF
RGB
CMYK
RGB Variations
Color information
#E5D4EF (or 0xE5D4EF) is known color: Blue Chalk. HEX triplet: E5, D4 and EF. RGB value is (229,212,239). Sum of RGB (Red+Green+Blue) = 229+212+239=680 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.68% from 680); Green value is 212 (83.20% from 255 or 31.18% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5D4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D4EF is #1A2B10. Grayscale: #DCDCDC. Windows color (decimal): -1714961 or 15717605. OLE color: 15717605.
HSL color Cylindrical-coordinate representation of color #E5D4EF: hue angle of 277.78º 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 #E5D4EF is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 212 | 239 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.06 |
| HSL | 277.78º | 0.46% | 0.88% | - |
| HSV(B) | 277.78º | 0.11% | 0.94% | - |
| XYZ | 71.44 | 69.98 | 91.4 | - |
| YUV | 220.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 239 | 0.04 | 0.11 | 0 | 0.06 | 277.78 | 0.46 | 0.88 |
| Hex | E5 | D4 | EF | 4 | B | 0 | 6 | 116 | 2E | 58 |
| Octal | 345 | 324 | 357 | 4 | 13 | 0 | 6 | 426 | 56 | 130 |
| Binary | 11100101 | 11010100 | 11101111 | 100 | 1011 | 0 | 110 | 100010110 | 101110 | 1011000 |
Color Harmonies of #E5D4EF
Complementary color
Monochromatic Colors of #E5D4EF
Black with #E5D4EF
Text Example
Text Example
White with #E5D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D4EF; }
p { color: rgb(229,212,239); }
H1.HeaderClassName
{
color: #E5D4EF;
}
.AnyTagClassName
{
color: #E5D4EF;
}
</style>
background-color css
<style>
a { background-color: #E5D4EF; }
a { background-color: rgb(229,212,239); }
div.DivClassName
{
background-color: #E5D4EF;
}
.BgClassName
{
background-color: #E5D4EF;
}
</style>
border-color css
<style>
span { border-color: #E5D4EF; }
span { border-color: rgb(229,212,239); }
td.TdClassName
{
border-color: #E5D4EF;
}
.TagClassName
{
border-color: #E5D4EF;
}
</style>