#E5DAEC

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

Shades of Blue Chalk #E5DAEC

Tints of Blue Chalk #E5DAEC

Color information

#E5DAEC (or 0xE5DAEC) is unknown color: approx Blue Chalk. HEX triplet: E5, DA and EC. RGB value is (229,218,236). Sum of RGB (Red+Green+Blue) = 229+218+236=683 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.53% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAEC is #1A2513. Grayscale: #DFDFDF. Windows color (decimal): -1713428 or 15522533. OLE color: 15522533.

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

Color convert

RGB229218236-
CMYK0.030.0800.07
HSL276.67º32.14%89.02%-
HSV(B)276.67º7.63%92.55%-
XYZ72.5272.8689.6-
YUV223.34135.14132.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.53%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 236 (92.58% from 255) = 34.55%
R=33.53%
G=31.92%
B=34.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292182360.030.0800.07276.6732.1489.02
HexE5DAEC38071152059
Octal3453323543100742540131
Binary11100101110110101110110011100001111000101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DAEC; }

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

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

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

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

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

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

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

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