#E5DAE9

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

Shades of Blue Chalk #E5DAE9

Tints of Blue Chalk #E5DAE9

Color information

#E5DAE9 (or 0xE5DAE9) is unknown color: approx Blue Chalk. HEX triplet: E5, DA and E9. RGB value is (229,218,233). Sum of RGB (Red+Green+Blue) = 229+218+233=680 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.68% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 233 (91.41% from 255 or 34.26% from 680); Max value from RGB is 233 - color contains mainly: blue. Hex color #E5DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAE9 is #1A2516. Grayscale: #DEDEDE. Windows color (decimal): -1713431 or 15325925. OLE color: 15325925.

HSL color Cylindrical-coordinate representation of color #E5DAE9: hue angle of 284º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5DAE9 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB229218233-
CMYK0.020.0600.09
HSL284º25.42%88.43%-
HSV(B)284º6.44%91.37%-
XYZ72.0972.6887.32-
YUV223133.64132.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.68%
GREEN value IS 218 (85.55% from 255) = 32.06%
BLUE value IS 233 (91.41% from 255) = 34.26%
R=33.68%
G=32.06%
B=34.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2292182330.020.0600.0928425.4288.43
HexE5DAE9260911c1958
Octal3453323512601143431130
Binary1110010111011010111010011011001001100011100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DAE9; }

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

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

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

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

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

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

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

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