#E5D9EC

Color #E5D9EC Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #E5D9EC

Tints of Blue Chalk #E5D9EC

Color information

#E5D9EC (or 0xE5D9EC) is unknown color: approx Blue Chalk. HEX triplet: E5, D9 and EC. RGB value is (229,217,236). Sum of RGB (Red+Green+Blue) = 229+217+236=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5D9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D9EC is #1A2613. Grayscale: #DEDEDE. Windows color (decimal): -1713684 or 15522277. OLE color: 15522277.

HSL color Cylindrical-coordinate representation of color #E5D9EC: hue angle of 277.89º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5D9EC is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229217236-
CMYK0.030.0800.07
HSL277.89º33.33%88.82%-
HSV(B)277.89º8.05%92.55%-
XYZ72.2772.3489.51-
YUV222.75135.48132.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 33.58%
GREEN value IS 217 (85.16% from 255) = 31.82%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=33.58%
G=31.82%
B=34.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292172360.030.0800.07277.8933.3388.82
HexE5D9EC38071162159
Octal3453313543100742641131
Binary11100101110110011110110011100001111000101101000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D9EC; }

 p { color: rgb(229,217,236); }

 H1.HeaderClassName
 {
   color: #E5D9EC;
 }
 .AnyTagClassName
 {
   color: #E5D9EC;
 }
</style>
background-color css

<style>
 a { background-color: #E5D9EC; }

 a { background-color: rgb(229,217,236); }

 div.DivClassName
 {
   background-color: #E5D9EC;
 }
 .BgClassName
 {
   background-color: #E5D9EC;
 }
</style>
border-color css

<style>
 span { border-color: #E5D9EC; }

 span { border-color: rgb(229,217,236); }

 td.TdClassName
 {
   border-color: #E5D9EC;
 }
 .TagClassName
 {
   border-color: #E5D9EC;
 }
</style>