Shades of Blue Chalk #E4D6EE
Tints of Blue Chalk #E4D6EE
RGB
CMYK
RGB Variations
Color information
#E4D6EE (or 0xE4D6EE) is known color: Blue Chalk. HEX triplet: E4, D6 and EE. RGB value is (228,214,238). Sum of RGB (Red+Green+Blue) = 228+214+238=680 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.53% from 680); Green value is 214 (83.98% from 255 or 31.47% 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 #E4D6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D6EE is #1B2911. Grayscale: #DCDCDC. Windows color (decimal): -1779986 or 15652580. OLE color: 15652580.
HSL color Cylindrical-coordinate representation of color #E4D6EE: hue angle of 275º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4D6EE is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 214 | 238 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.07 |
| HSL | 275º | 0.41% | 0.89% | - |
| HSV(B) | 275º | 0.1% | 0.93% | - |
| XYZ | 71.47 | 70.76 | 90.78 | - |
| YUV | 220.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 214 | 238 | 0.04 | 0.10 | 0 | 0.07 | 275 | 0.41 | 0.89 |
| Hex | E4 | D6 | EE | 4 | A | 0 | 7 | 113 | 29 | 59 |
| Octal | 344 | 326 | 356 | 4 | 12 | 0 | 7 | 423 | 51 | 131 |
| Binary | 11100100 | 11010110 | 11101110 | 100 | 1010 | 0 | 111 | 100010011 | 101001 | 1011001 |
Color Harmonies of #E4D6EE
Complementary color
Monochromatic Colors of #E4D6EE
Black with #E4D6EE
Text Example
Text Example
White with #E4D6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D6EE; }
p { color: rgb(228,214,238); }
H1.HeaderClassName
{
color: #E4D6EE;
}
.AnyTagClassName
{
color: #E4D6EE;
}
</style>
background-color css
<style>
a { background-color: #E4D6EE; }
a { background-color: rgb(228,214,238); }
div.DivClassName
{
background-color: #E4D6EE;
}
.BgClassName
{
background-color: #E4D6EE;
}
</style>
border-color css
<style>
span { border-color: #E4D6EE; }
span { border-color: rgb(228,214,238); }
td.TdClassName
{
border-color: #E4D6EE;
}
.TagClassName
{
border-color: #E4D6EE;
}
</style>