#E9D0EF

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

Shades of Blue Chalk #E9D0EF

Tints of Blue Chalk #E9D0EF

Color information

#E9D0EF (or 0xE9D0EF) is unknown color: approx Blue Chalk. HEX triplet: E9, D0 and EF. RGB value is (233,208,239). Sum of RGB (Red+Green+Blue) = 233+208+239=680 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.26% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9D0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D0EF is #162F10. Grayscale: #DADADA. Windows color (decimal): -1453841 or 15716585. OLE color: 15716585.

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

Color convert

RGB233208239-
CMYK0.030.1300.06
HSL288.39º49.21%87.65%-
HSV(B)288.39º12.97%93.73%-
XYZ71.7468.6791.13-
YUV219.01139.28137.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.26%
GREEN value IS 208 (81.64% from 255) = 30.59%
BLUE value IS 239 (93.75% from 255) = 35.15%
R=34.26%
G=30.59%
B=35.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2332082390.030.1300.06288.3949.2187.65
HexE9D0EF3D061203158
Octal3513203573150644061130
Binary11101001110100001110111111110101101001000001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D0EF; }

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

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

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

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

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

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

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

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