Shades of Blue Chalk #E5D6EF
Tints of Blue Chalk #E5D6EF
RGB
CMYK
RGB Variations
Color information
#E5D6EF (or 0xE5D6EF) is known color: Blue Chalk. HEX triplet: E5, D6 and EF. RGB value is (229,214,239). Sum of RGB (Red+Green+Blue) = 229+214+239=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5D6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D6EF is #1A2910. Grayscale: #DDDDDD. Windows color (decimal): -1714449 or 15718117. OLE color: 15718117.
HSL color Cylindrical-coordinate representation of color #E5D6EF: hue angle of 276º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5D6EF is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 214 | 239 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.06 |
| HSL | 276º | 0.44% | 0.89% | - |
| HSV(B) | 276º | 0.1% | 0.94% | - |
| XYZ | 71.94 | 70.98 | 91.57 | - |
| YUV | 221.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 239 | 0.04 | 0.10 | 0 | 0.06 | 276 | 0.44 | 0.89 |
| Hex | E5 | D6 | EF | 4 | A | 0 | 6 | 114 | 2C | 59 |
| Octal | 345 | 326 | 357 | 4 | 12 | 0 | 6 | 424 | 54 | 131 |
| Binary | 11100101 | 11010110 | 11101111 | 100 | 1010 | 0 | 110 | 100010100 | 101100 | 1011001 |
Color Harmonies of #E5D6EF
Complementary color
Monochromatic Colors of #E5D6EF
Black with #E5D6EF
Text Example
Text Example
White with #E5D6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D6EF; }
p { color: rgb(229,214,239); }
H1.HeaderClassName
{
color: #E5D6EF;
}
.AnyTagClassName
{
color: #E5D6EF;
}
</style>
background-color css
<style>
a { background-color: #E5D6EF; }
a { background-color: rgb(229,214,239); }
div.DivClassName
{
background-color: #E5D6EF;
}
.BgClassName
{
background-color: #E5D6EF;
}
</style>
border-color css
<style>
span { border-color: #E5D6EF; }
span { border-color: rgb(229,214,239); }
td.TdClassName
{
border-color: #E5D6EF;
}
.TagClassName
{
border-color: #E5D6EF;
}
</style>