#E7DAEC

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

Shades of Blue Chalk #E7DAEC

Tints of Blue Chalk #E7DAEC

Color information

#E7DAEC (or 0xE7DAEC) is unknown color: approx Blue Chalk. HEX triplet: E7, DA and EC. RGB value is (231,218,236). Sum of RGB (Red+Green+Blue) = 231+218+236=685 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.72% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7DAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAEC is #182513. Grayscale: #DFDFDF. Windows color (decimal): -1582356 or 15522535. OLE color: 15522535.

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

Color convert

RGB231218236-
CMYK0.020.0800.07
HSL283.33º32.14%89.02%-
HSV(B)283.33º7.63%92.55%-
XYZ73.1773.1989.63-
YUV223.94134.81133.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.72%
GREEN value IS 218 (85.55% from 255) = 31.82%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=33.72%
G=31.82%
B=34.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312182360.020.0800.07283.3332.1489.02
HexE7DAEC280711b2059
Octal3473323542100743340131
Binary11100111110110101110110010100001111000110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DAEC; }

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

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

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

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

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

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

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

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