#E9DCEF

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

Shades of Blue Chalk #E9DCEF

Tints of Blue Chalk #E9DCEF

Color information

#E9DCEF (or 0xE9DCEF) is unknown color: approx Blue Chalk. HEX triplet: E9, DC and EF. RGB value is (233,220,239). Sum of RGB (Red+Green+Blue) = 233+220+239=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9DCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCEF is #162310. Grayscale: #E1E1E1. Windows color (decimal): -1450769 or 15719657. OLE color: 15719657.

HSL color Cylindrical-coordinate representation of color #E9DCEF: hue angle of 281.05º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9DCEF is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB233220239-
CMYK0.030.0800.06
HSL281.05º37.25%90%-
HSV(B)281.05º7.95%93.73%-
XYZ74.7874.7492.15-
YUV226.05135.31132.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.67%
GREEN value IS 220 (86.33% from 255) = 31.79%
BLUE value IS 239 (93.75% from 255) = 34.54%
R=33.67%
G=31.79%
B=34.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2332202390.030.0800.06281.0537.2590
HexE9DCEF3806119255a
Octal3513343573100643145132
Binary11101001110111001110111111100001101000110011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCEF; }

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

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

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

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

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

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

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

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