#E5DAEF

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

Shades of Blue Chalk #E5DAEF

Tints of Blue Chalk #E5DAEF

Color information

#E5DAEF (or 0xE5DAEF) is unknown color: approx Blue Chalk. HEX triplet: E5, DA and EF. RGB value is (229,218,239). Sum of RGB (Red+Green+Blue) = 229+218+239=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 218 (85.55% from 255 or 31.78% 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 #E5DAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAEF is #1A2510. Grayscale: #DFDFDF. Windows color (decimal): -1713425 or 15719141. OLE color: 15719141.

HSL color Cylindrical-coordinate representation of color #E5DAEF: hue angle of 271.43º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5DAEF is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB229218239-
CMYK0.040.0900.06
HSL271.43º39.62%89.61%-
HSV(B)271.43º8.79%93.73%-
XYZ72.9673.0391.91-
YUV223.68136.64131.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.38%
GREEN value IS 218 (85.55% from 255) = 31.78%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=33.38%
G=31.78%
B=34.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292182390.040.0900.06271.4339.6289.61
HexE5DAEF490610f285a
Octal3453323574110641750132
Binary111001011101101011101111100100101101000011111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DAEF; }

 p { color: rgb(229,218,239); }

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

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

 a { background-color: rgb(229,218,239); }

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

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

 span { border-color: rgb(229,218,239); }

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