#E3DAEB

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

Shades of Blue Chalk #E3DAEB

Tints of Blue Chalk #E3DAEB

Color information

#E3DAEB (or 0xE3DAEB) is unknown color: approx Blue Chalk. HEX triplet: E3, DA and EB. RGB value is (227,218,235). Sum of RGB (Red+Green+Blue) = 227+218+235=680 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.38% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAEB is #1C2514. Grayscale: #DEDEDE. Windows color (decimal): -1844501 or 15456995. OLE color: 15456995.

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

Color convert

RGB227218235-
CMYK0.030.0700.08
HSL271.76º29.82%88.82%-
HSV(B)271.76º7.23%92.16%-
XYZ71.7572.4788.8-
YUV222.63134.98131.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.38%
GREEN value IS 218 (85.55% from 255) = 32.06%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=33.38%
G=32.06%
B=34.56%

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
Decimal2272182350.030.0700.08271.7629.8288.82
HexE3DAEB37081101e59
Octal3433323533701042036131
Binary1110001111011010111010111111101000100010000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DAEB; }

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

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

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

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

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

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

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

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