#E3DAEA

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

Shades of Blue Chalk #E3DAEA

Tints of Blue Chalk #E3DAEA

Color information

#E3DAEA (or 0xE3DAEA) is unknown color: approx Blue Chalk. HEX triplet: E3, DA and EA. RGB value is (227,218,234). Sum of RGB (Red+Green+Blue) = 227+218+234=679 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.43% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAEA is #1C2515. Grayscale: #DEDEDE. Windows color (decimal): -1844502 or 15391459. OLE color: 15391459.

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

Color convert

RGB227218234-
CMYK0.030.0700.08
HSL273.75º27.59%88.63%-
HSV(B)273.75º6.84%91.76%-
XYZ71.672.4188.05-
YUV222.52134.48131.2-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.43%
GREEN value IS 218 (85.55% from 255) = 32.11%
BLUE value IS 234 (91.80% from 255) = 34.46%
R=33.43%
G=32.11%
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
Decimal2272182340.030.0700.08273.7527.5988.63
HexE3DAEA37081121c59
Octal3433323523701042234131
Binary1110001111011010111010101111101000100010010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DAEA; }

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

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

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

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

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

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

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

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