Shades of Blue Chalk #E4D9EF
Tints of Blue Chalk #E4D9EF
RGB
CMYK
RGB Variations
Color information
#E4D9EF (or 0xE4D9EF) is known color: Blue Chalk. HEX triplet: E4, D9 and EF. RGB value is (228,217,239). Sum of RGB (Red+Green+Blue) = 228+217+239=684 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.33% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4D9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D9EF is #1B2610. Grayscale: #DEDEDE. Windows color (decimal): -1779217 or 15718884. OLE color: 15718884.
HSL color Cylindrical-coordinate representation of color #E4D9EF: hue angle of 270º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E4D9EF is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 217 | 239 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.06 |
| HSL | 270º | 0.41% | 0.89% | - |
| HSV(B) | 270º | 0.09% | 0.94% | - |
| XYZ | 72.39 | 72.35 | 91.81 | - |
| YUV | 222.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 217 | 239 | 0.05 | 0.09 | 0 | 0.06 | 270 | 0.41 | 0.89 |
| Hex | E4 | D9 | EF | 5 | 9 | 0 | 6 | 10E | 29 | 59 |
| Octal | 344 | 331 | 357 | 5 | 11 | 0 | 6 | 416 | 51 | 131 |
| Binary | 11100100 | 11011001 | 11101111 | 101 | 1001 | 0 | 110 | 100001110 | 101001 | 1011001 |
Color Harmonies of #E4D9EF
Complementary color
Monochromatic Colors of #E4D9EF
Black with #E4D9EF
Text Example
Text Example
White with #E4D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D9EF; }
p { color: rgb(228,217,239); }
H1.HeaderClassName
{
color: #E4D9EF;
}
.AnyTagClassName
{
color: #E4D9EF;
}
</style>
background-color css
<style>
a { background-color: #E4D9EF; }
a { background-color: rgb(228,217,239); }
div.DivClassName
{
background-color: #E4D9EF;
}
.BgClassName
{
background-color: #E4D9EF;
}
</style>
border-color css
<style>
span { border-color: #E4D9EF; }
span { border-color: rgb(228,217,239); }
td.TdClassName
{
border-color: #E4D9EF;
}
.TagClassName
{
border-color: #E4D9EF;
}
</style>