Shades of Blue Chalk #E5D7EA
Tints of Blue Chalk #E5D7EA
RGB
CMYK
RGB Variations
Color information
#E5D7EA (or 0xE5D7EA) is known color: Blue Chalk. HEX triplet: E5, D7 and EA. RGB value is (229,215,234). Sum of RGB (Red+Green+Blue) = 229+215+234=678 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.78% from 678); Green value is 215 (84.38% from 255 or 31.71% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5D7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D7EA is #1A2815. Grayscale: #DDDDDD. Windows color (decimal): -1714198 or 15390693. OLE color: 15390693.
HSL color Cylindrical-coordinate representation of color #E5D7EA: hue angle of 284.21º degrees, saturation: 0.31, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5D7EA is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 215 | 234 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.08 |
| HSL | 284.21º | 0.31% | 0.88% | - |
| HSV(B) | 284.21º | 0.08% | 0.92% | - |
| XYZ | 71.46 | 71.2 | 87.82 | - |
| YUV | 221.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 234 | 0.02 | 0.08 | 0 | 0.08 | 284.21 | 0.31 | 0.88 |
| Hex | E5 | D7 | EA | 2 | 8 | 0 | 8 | 11C | 1F | 58 |
| Octal | 345 | 327 | 352 | 2 | 10 | 0 | 10 | 434 | 37 | 130 |
| Binary | 11100101 | 11010111 | 11101010 | 10 | 1000 | 0 | 1000 | 100011100 | 11111 | 1011000 |
Color Harmonies of #E5D7EA
Complementary color
Monochromatic Colors of #E5D7EA
Black with #E5D7EA
Text Example
Text Example
White with #E5D7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D7EA; }
p { color: rgb(229,215,234); }
H1.HeaderClassName
{
color: #E5D7EA;
}
.AnyTagClassName
{
color: #E5D7EA;
}
</style>
background-color css
<style>
a { background-color: #E5D7EA; }
a { background-color: rgb(229,215,234); }
div.DivClassName
{
background-color: #E5D7EA;
}
.BgClassName
{
background-color: #E5D7EA;
}
</style>
border-color css
<style>
span { border-color: #E5D7EA; }
span { border-color: rgb(229,215,234); }
td.TdClassName
{
border-color: #E5D7EA;
}
.TagClassName
{
border-color: #E5D7EA;
}
</style>