#E9DAF7

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

Shades of Blue Chalk #E9DAF7

Tints of Blue Chalk #E9DAF7

Color information

#E9DAF7 (or 0xE9DAF7) is unknown color: approx Blue Chalk. HEX triplet: E9, DA and F7. RGB value is (233,218,247). Sum of RGB (Red+Green+Blue) = 233+218+247=698 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.38% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 247 (96.88% from 255 or 35.39% from 698); Max value from RGB is 247 - color contains mainly: blue. Hex color #E9DAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAF7 is #162508. Grayscale: #E1E1E1. Windows color (decimal): -1451273 or 16243433. OLE color: 16243433.

HSL color Cylindrical-coordinate representation of color #E9DAF7: hue angle of 271.03º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9DAF7 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB233218247-
CMYK0.060.1200.03
HSL271.03º64.44%91.18%-
HSV(B)271.03º11.74%96.86%-
XYZ75.4674.1898.34-
YUV225.79139.97133.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.38%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 247 (96.88% from 255) = 35.39%
R=33.38%
G=31.23%
B=35.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2332182470.060.1200.03271.0364.4491.18
HexE9DAF76C0310f405b
Octal35133236761403417100133
Binary111010011101101011110111110110001110000111110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DAF7; }

 p { color: rgb(233,218,247); }

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

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

 a { background-color: rgb(233,218,247); }

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

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

 span { border-color: rgb(233,218,247); }

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