Shades of Blue Chalk #E5D4EB
Tints of Blue Chalk #E5D4EB
RGB
CMYK
RGB Variations
Color information
#E5D4EB (or 0xE5D4EB) is known color: Blue Chalk. HEX triplet: E5, D4 and EB. RGB value is (229,212,235). Sum of RGB (Red+Green+Blue) = 229+212+235=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 212 (83.20% from 255 or 31.36% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5D4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D4EB is #1A2B14. Grayscale: #DBDBDB. Windows color (decimal): -1714965 or 15455461. OLE color: 15455461.
HSL color Cylindrical-coordinate representation of color #E5D4EB: hue angle of 284.35º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5D4EB is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 212 | 235 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.08 |
| HSL | 284.35º | 0.37% | 0.88% | - |
| HSV(B) | 284.35º | 0.1% | 0.92% | - |
| XYZ | 70.85 | 69.74 | 88.32 | - |
| YUV | 219.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 235 | 0.03 | 0.10 | 0 | 0.08 | 284.35 | 0.37 | 0.88 |
| Hex | E5 | D4 | EB | 3 | A | 0 | 8 | 11C | 25 | 58 |
| Octal | 345 | 324 | 353 | 3 | 12 | 0 | 10 | 434 | 45 | 130 |
| Binary | 11100101 | 11010100 | 11101011 | 11 | 1010 | 0 | 1000 | 100011100 | 100101 | 1011000 |
Color Harmonies of #E5D4EB
Complementary color
Monochromatic Colors of #E5D4EB
Black with #E5D4EB
Text Example
Text Example
White with #E5D4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D4EB; }
p { color: rgb(229,212,235); }
H1.HeaderClassName
{
color: #E5D4EB;
}
.AnyTagClassName
{
color: #E5D4EB;
}
</style>
background-color css
<style>
a { background-color: #E5D4EB; }
a { background-color: rgb(229,212,235); }
div.DivClassName
{
background-color: #E5D4EB;
}
.BgClassName
{
background-color: #E5D4EB;
}
</style>
border-color css
<style>
span { border-color: #E5D4EB; }
span { border-color: rgb(229,212,235); }
td.TdClassName
{
border-color: #E5D4EB;
}
.TagClassName
{
border-color: #E5D4EB;
}
</style>