#E5DAEA

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

Shades of Blue Chalk #E5DAEA

Tints of Blue Chalk #E5DAEA

Color information

#E5DAEA (or 0xE5DAEA) is unknown color: approx Blue Chalk. HEX triplet: E5, DA and EA. RGB value is (229,218,234). Sum of RGB (Red+Green+Blue) = 229+218+234=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAEA is #1A2515. Grayscale: #DFDFDF. Windows color (decimal): -1713430 or 15391461. OLE color: 15391461.

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

Color convert

RGB229218234-
CMYK0.020.0700.08
HSL281.25º27.59%88.63%-
HSV(B)281.25º6.84%91.76%-
XYZ72.2472.7488.08-
YUV223.11134.14132.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.63%
GREEN value IS 218 (85.55% from 255) = 32.01%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=33.63%
G=32.01%
B=34.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292182340.020.0700.08281.2527.5988.63
HexE5DAEA27081191c59
Octal3453323522701043134131
Binary1110010111011010111010101011101000100011001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DAEA; }

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

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

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

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

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

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

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

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