#E9D9EF

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

Shades of Blue Chalk #E9D9EF

Tints of Blue Chalk #E9D9EF

Color information

#E9D9EF (or 0xE9D9EF) is unknown color: approx Blue Chalk. HEX triplet: E9, D9 and EF. RGB value is (233,217,239). Sum of RGB (Red+Green+Blue) = 233+217+239=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 217 (85.16% from 255 or 31.49% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9D9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D9EF is #162610. Grayscale: #E0E0E0. Windows color (decimal): -1451537 or 15718889. OLE color: 15718889.

HSL color Cylindrical-coordinate representation of color #E9D9EF: hue angle of 283.64º 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 #E9D9EF is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB233217239-
CMYK0.030.0900.06
HSL283.64º40.74%89.41%-
HSV(B)283.64º9.21%93.73%-
XYZ7473.1891.89-
YUV224.29136.3134.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.82%
GREEN value IS 217 (85.16% from 255) = 31.49%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=33.82%
G=31.49%
B=34.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2332172390.030.0900.06283.6440.7489.41
HexE9D9EF390611c2959
Octal3513313573110643451131
Binary11101001110110011110111111100101101000111001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D9EF; }

 p { color: rgb(233,217,239); }

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

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

 a { background-color: rgb(233,217,239); }

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

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

 span { border-color: rgb(233,217,239); }

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