#E9D6EF

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

Shades of Blue Chalk #E9D6EF

Tints of Blue Chalk #E9D6EF

Color information

#E9D6EF (or 0xE9D6EF) is unknown color: approx Blue Chalk. HEX triplet: E9, D6 and EF. RGB value is (233,214,239). Sum of RGB (Red+Green+Blue) = 233+214+239=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 214 (83.98% from 255 or 31.20% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9D6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D6EF is #162910. Grayscale: #DEDEDE. Windows color (decimal): -1452305 or 15718121. OLE color: 15718121.

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

Color convert

RGB233214239-
CMYK0.030.1000.06
HSL285.6º43.86%88.82%-
HSV(B)285.6º10.46%93.73%-
XYZ73.2371.6591.63-
YUV222.53137.29135.47-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.97%
GREEN value IS 214 (83.98% from 255) = 31.20%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=33.97%
G=31.20%
B=34.84%

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
Decimal2332142390.030.1000.06285.643.8688.82
HexE9D6EF3A0611e2c59
Octal3513263573120643654131
Binary11101001110101101110111111101001101000111101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D6EF; }

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

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

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

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

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

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

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

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