#E9DAFA

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

Shades of Blue Chalk #E9DAFA

Tints of Blue Chalk #E9DAFA

Color information

#E9DAFA (or 0xE9DAFA) is unknown color: approx Blue Chalk. HEX triplet: E9, DA and FA. RGB value is (233,218,250). Sum of RGB (Red+Green+Blue) = 233+218+250=701 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.24% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9DAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAFA is #162505. Grayscale: #E2E2E2. Windows color (decimal): -1451270 or 16440041. OLE color: 16440041.

HSL color Cylindrical-coordinate representation of color #E9DAFA: hue angle of 268.12º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9DAFA is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233218250-
CMYK0.070.1300.02
HSL268.12º76.19%91.76%-
HSV(B)268.12º12.8%98.04%-
XYZ75.9374.37100.8-
YUV226.13141.47132.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.24%
GREEN value IS 218 (85.55% from 255) = 31.10%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=33.24%
G=31.10%
B=35.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332182500.070.1300.02268.1276.1991.76
HexE9DAFA7D0210c4c5c
Octal35133237271502414114134
Binary111010011101101011111010111110101010000110010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DAFA; }

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

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

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

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

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

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

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

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