#E9DCED

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

Shades of Blue Chalk #E9DCED

Tints of Blue Chalk #E9DCED

Color information

#E9DCED (or 0xE9DCED) is unknown color: approx Blue Chalk. HEX triplet: E9, DC and ED. RGB value is (233,220,237). Sum of RGB (Red+Green+Blue) = 233+220+237=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9DCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCED is #162312. Grayscale: #E1E1E1. Windows color (decimal): -1450771 or 15588585. OLE color: 15588585.

HSL color Cylindrical-coordinate representation of color #E9DCED: hue angle of 285.88º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9DCED is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233220237-
CMYK0.020.0700.07
HSL285.88º32.08%89.61%-
HSV(B)285.88º7.17%92.94%-
XYZ74.4874.6290.6-
YUV225.82134.31133.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.77%
GREEN value IS 220 (86.33% from 255) = 31.88%
BLUE value IS 237 (92.97% from 255) = 34.35%
R=33.77%
G=31.88%
B=34.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332202370.020.0700.07285.8832.0889.61
HexE9DCED270711e205a
Octal351334355270743640132
Binary1110100111011100111011011011101111000111101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCED; }

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

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

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

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

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

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

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

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