#E9D8EF

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

Shades of Blue Chalk #E9D8EF

Tints of Blue Chalk #E9D8EF

Color information

#E9D8EF (or 0xE9D8EF) is unknown color: approx Blue Chalk. HEX triplet: E9, D8 and EF. RGB value is (233,216,239). Sum of RGB (Red+Green+Blue) = 233+216+239=688 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.87% from 688); Green value is 216 (84.77% from 255 or 31.40% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9D8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D8EF is #162710. Grayscale: #DFDFDF. Windows color (decimal): -1451793 or 15718633. OLE color: 15718633.

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

Color convert

RGB233216239-
CMYK0.030.1000.06
HSL284.35º41.82%89.22%-
HSV(B)284.35º9.62%93.73%-
XYZ73.7472.6791.8-
YUV223.7136.63134.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.87%
GREEN value IS 216 (84.77% from 255) = 31.40%
BLUE value IS 239 (93.75% from 255) = 34.74%
R=33.87%
G=31.40%
B=34.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2332162390.030.1000.06284.3541.8289.22
HexE9D8EF3A0611c2a59
Octal3513303573120643452131
Binary11101001110110001110111111101001101000111001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D8EF; }

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

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

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

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

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

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

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

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