Shades of Blue Chalk #E5D7EF
Tints of Blue Chalk #E5D7EF
RGB
CMYK
RGB Variations
Color information
#E5D7EF (or 0xE5D7EF) is known color: Blue Chalk. HEX triplet: E5, D7 and EF. RGB value is (229,215,239). Sum of RGB (Red+Green+Blue) = 229+215+239=683 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.53% from 683); Green value is 215 (84.38% from 255 or 31.48% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5D7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D7EF is #1A2810. Grayscale: #DDDDDD. Windows color (decimal): -1714193 or 15718373. OLE color: 15718373.
HSL color Cylindrical-coordinate representation of color #E5D7EF: hue angle of 275º degrees, saturation: 0.43, 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 #E5D7EF is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 215 | 239 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.06 |
| HSL | 275º | 0.43% | 0.89% | - |
| HSV(B) | 275º | 0.1% | 0.94% | - |
| XYZ | 72.19 | 71.49 | 91.66 | - |
| YUV | 221.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 239 | 0.04 | 0.10 | 0 | 0.06 | 275 | 0.43 | 0.89 |
| Hex | E5 | D7 | EF | 4 | A | 0 | 6 | 113 | 2B | 59 |
| Octal | 345 | 327 | 357 | 4 | 12 | 0 | 6 | 423 | 53 | 131 |
| Binary | 11100101 | 11010111 | 11101111 | 100 | 1010 | 0 | 110 | 100010011 | 101011 | 1011001 |
Color Harmonies of #E5D7EF
Complementary color
Monochromatic Colors of #E5D7EF
Black with #E5D7EF
Text Example
Text Example
White with #E5D7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D7EF; }
p { color: rgb(229,215,239); }
H1.HeaderClassName
{
color: #E5D7EF;
}
.AnyTagClassName
{
color: #E5D7EF;
}
</style>
background-color css
<style>
a { background-color: #E5D7EF; }
a { background-color: rgb(229,215,239); }
div.DivClassName
{
background-color: #E5D7EF;
}
.BgClassName
{
background-color: #E5D7EF;
}
</style>
border-color css
<style>
span { border-color: #E5D7EF; }
span { border-color: rgb(229,215,239); }
td.TdClassName
{
border-color: #E5D7EF;
}
.TagClassName
{
border-color: #E5D7EF;
}
</style>