Shades of Blue Chalk #E4D8EF
Tints of Blue Chalk #E4D8EF
RGB
CMYK
RGB Variations
Color information
#E4D8EF (or 0xE4D8EF) is known color: Blue Chalk. HEX triplet: E4, D8 and EF. RGB value is (228,216,239). Sum of RGB (Red+Green+Blue) = 228+216+239=683 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.38% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4D8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D8EF is #1B2710. Grayscale: #DEDEDE. Windows color (decimal): -1779473 or 15718628. OLE color: 15718628.
HSL color Cylindrical-coordinate representation of color #E4D8EF: hue angle of 271.3º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4D8EF is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 216 | 239 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.06 |
| HSL | 271.3º | 0.42% | 0.89% | - |
| HSV(B) | 271.3º | 0.1% | 0.94% | - |
| XYZ | 72.13 | 71.84 | 91.73 | - |
| YUV | 222.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 216 | 239 | 0.05 | 0.10 | 0 | 0.06 | 271.3 | 0.42 | 0.89 |
| Hex | E4 | D8 | EF | 5 | A | 0 | 6 | 10F | 2A | 59 |
| Octal | 344 | 330 | 357 | 5 | 12 | 0 | 6 | 417 | 52 | 131 |
| Binary | 11100100 | 11011000 | 11101111 | 101 | 1010 | 0 | 110 | 100001111 | 101010 | 1011001 |
Color Harmonies of #E4D8EF
Complementary color
Monochromatic Colors of #E4D8EF
Black with #E4D8EF
Text Example
Text Example
White with #E4D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D8EF; }
p { color: rgb(228,216,239); }
H1.HeaderClassName
{
color: #E4D8EF;
}
.AnyTagClassName
{
color: #E4D8EF;
}
</style>
background-color css
<style>
a { background-color: #E4D8EF; }
a { background-color: rgb(228,216,239); }
div.DivClassName
{
background-color: #E4D8EF;
}
.BgClassName
{
background-color: #E4D8EF;
}
</style>
border-color css
<style>
span { border-color: #E4D8EF; }
span { border-color: rgb(228,216,239); }
td.TdClassName
{
border-color: #E4D8EF;
}
.TagClassName
{
border-color: #E4D8EF;
}
</style>