Shades of Blue Chalk #E5D5EE
Tints of Blue Chalk #E5D5EE
RGB
CMYK
RGB Variations
Color information
#E5D5EE (or 0xE5D5EE) is known color: Blue Chalk. HEX triplet: E5, D5 and EE. RGB value is (229,213,238). Sum of RGB (Red+Green+Blue) = 229+213+238=680 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.68% from 680); Green value is 213 (83.59% from 255 or 31.32% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5D5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D5EE is #1A2A11. Grayscale: #DCDCDC. Windows color (decimal): -1714706 or 15652325. OLE color: 15652325.
HSL color Cylindrical-coordinate representation of color #E5D5EE: hue angle of 278.4º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5D5EE is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 213 | 238 | - |
CMYK | 0.04 | 0.11 | 0 | 0.07 |
HSL | 278.4º | 0.42% | 0.88% | - |
HSV(B) | 278.4º | 0.11% | 0.93% | - |
XYZ | 71.54 | 70.42 | 90.71 | - |
YUV | 220.63 | 137.8 | 133.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 213 | 238 | 0.04 | 0.11 | 0 | 0.07 | 278.4 | 0.42 | 0.88 |
Hex | E5 | D5 | EE | 4 | B | 0 | 7 | 116 | 2A | 58 |
Octal | 345 | 325 | 356 | 4 | 13 | 0 | 7 | 426 | 52 | 130 |
Binary | 11100101 | 11010101 | 11101110 | 100 | 1011 | 0 | 111 | 100010110 | 101010 | 1011000 |
Color Harmonies of #E5D5EE
Complementary color
Monochromatic Colors of #E5D5EE
Black with #E5D5EE
Text Example
Text Example
White with #E5D5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D5EE; }
p { color: rgb(229,213,238); }
H1.HeaderClassName
{
color: #E5D5EE;
}
.AnyTagClassName
{
color: #E5D5EE;
}
</style>
background-color css
<style>
a { background-color: #E5D5EE; }
a { background-color: rgb(229,213,238); }
div.DivClassName
{
background-color: #E5D5EE;
}
.BgClassName
{
background-color: #E5D5EE;
}
</style>
border-color css
<style>
span { border-color: #E5D5EE; }
span { border-color: rgb(229,213,238); }
td.TdClassName
{
border-color: #E5D5EE;
}
.TagClassName
{
border-color: #E5D5EE;
}
</style>