#E5DAEB

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

Shades of Blue Chalk #E5DAEB

Tints of Blue Chalk #E5DAEB

Color information

#E5DAEB (or 0xE5DAEB) is unknown color: approx Blue Chalk. HEX triplet: E5, DA and EB. RGB value is (229,218,235). Sum of RGB (Red+Green+Blue) = 229+218+235=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAEB is #1A2514. Grayscale: #DFDFDF. Windows color (decimal): -1713429 or 15456997. OLE color: 15456997.

HSL color Cylindrical-coordinate representation of color #E5DAEB: hue angle of 278.82º degrees, saturation: 0.3, 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 #E5DAEB is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229218235-
CMYK0.030.0700.08
HSL278.82º29.82%88.82%-
HSV(B)278.82º7.23%92.16%-
XYZ72.3872.888.83-
YUV223.23134.64132.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.58%
GREEN value IS 218 (85.55% from 255) = 31.96%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=33.58%
G=31.96%
B=34.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292182350.030.0700.08278.8229.8288.82
HexE5DAEB37081171e59
Octal3453323533701042736131
Binary1110010111011010111010111111101000100010111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DAEB; }

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

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

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

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

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

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

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

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