#E4DAED

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

Shades of Blue Chalk #E4DAED

Tints of Blue Chalk #E4DAED

Color information

#E4DAED (or 0xE4DAED) is unknown color: approx Blue Chalk. HEX triplet: E4, DA and ED. RGB value is (228,218,237). Sum of RGB (Red+Green+Blue) = 228+218+237=683 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.38% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DAED is #1B2512. Grayscale: #DFDFDF. Windows color (decimal): -1778963 or 15588068. OLE color: 15588068.

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

Color convert

RGB228218237-
CMYK0.040.0800.07
HSL271.58º34.55%89.22%-
HSV(B)271.58º8.02%92.94%-
XYZ72.3572.7590.35-
YUV223.16135.81131.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.38%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=33.38%
G=31.92%
B=34.70%

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
Decimal2282182370.040.0800.07271.5834.5589.22
HexE4DAED48071102359
Octal3443323554100742043131
Binary111001001101101011101101100100001111000100001000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DAED; }

 p { color: rgb(228,218,237); }

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

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

 a { background-color: rgb(228,218,237); }

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

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

 span { border-color: rgb(228,218,237); }

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