Shades of Blue Chalk #E4D9EB
Tints of Blue Chalk #E4D9EB
RGB
CMYK
RGB Variations
Color information
#E4D9EB (or 0xE4D9EB) is known color: Blue Chalk. HEX triplet: E4, D9 and EB. RGB value is (228,217,235). Sum of RGB (Red+Green+Blue) = 228+217+235=680 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.53% from 680); Green value is 217 (85.16% from 255 or 31.91% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4D9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D9EB is #1B2614. Grayscale: #DEDEDE. Windows color (decimal): -1779221 or 15456740. OLE color: 15456740.
HSL color Cylindrical-coordinate representation of color #E4D9EB: hue angle of 276.67º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E4D9EB is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 228 | 217 | 235 | - |
CMYK | 0.03 | 0.08 | 0 | 0.08 |
HSL | 276.67º | 0.31% | 0.89% | - |
HSV(B) | 276.67º | 0.08% | 0.92% | - |
XYZ | 71.8 | 72.12 | 88.73 | - |
YUV | 222.34 | 135.14 | 132.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 217 | 235 | 0.03 | 0.08 | 0 | 0.08 | 276.67 | 0.31 | 0.89 |
Hex | E4 | D9 | EB | 3 | 8 | 0 | 8 | 115 | 1F | 59 |
Octal | 344 | 331 | 353 | 3 | 10 | 0 | 10 | 425 | 37 | 131 |
Binary | 11100100 | 11011001 | 11101011 | 11 | 1000 | 0 | 1000 | 100010101 | 11111 | 1011001 |
Color Harmonies of #E4D9EB
Complementary color
Monochromatic Colors of #E4D9EB
Black with #E4D9EB
Text Example
Text Example
White with #E4D9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D9EB; }
p { color: rgb(228,217,235); }
H1.HeaderClassName
{
color: #E4D9EB;
}
.AnyTagClassName
{
color: #E4D9EB;
}
</style>
background-color css
<style>
a { background-color: #E4D9EB; }
a { background-color: rgb(228,217,235); }
div.DivClassName
{
background-color: #E4D9EB;
}
.BgClassName
{
background-color: #E4D9EB;
}
</style>
border-color css
<style>
span { border-color: #E4D9EB; }
span { border-color: rgb(228,217,235); }
td.TdClassName
{
border-color: #E4D9EB;
}
.TagClassName
{
border-color: #E4D9EB;
}
</style>