#E3DAEC

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

Shades of Blue Chalk #E3DAEC

Tints of Blue Chalk #E3DAEC

Color information

#E3DAEC (or 0xE3DAEC) is unknown color: approx Blue Chalk. HEX triplet: E3, DA and EC. RGB value is (227,218,236). Sum of RGB (Red+Green+Blue) = 227+218+236=681 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.33% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAEC is #1C2513. Grayscale: #DEDEDE. Windows color (decimal): -1844500 or 15522531. OLE color: 15522531.

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

Color convert

RGB227218236-
CMYK0.040.0800.07
HSL270º32.14%89.02%-
HSV(B)270º7.63%92.55%-
XYZ71.8972.5389.57-
YUV222.74135.48131.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.33%
GREEN value IS 218 (85.55% from 255) = 32.01%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=33.33%
G=32.01%
B=34.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2272182360.040.0800.0727032.1489.02
HexE3DAEC480710e2059
Octal3433323544100741640131
Binary111000111101101011101100100100001111000011101000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DAEC; }

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

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

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

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

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

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

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

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