#E0EAE6

Color #E0EAE6 Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #E0EAE6

Tints of Clear Day #E0EAE6

Color information

#E0EAE6 (or 0xE0EAE6) is unknown color: approx Clear Day. HEX triplet: E0, EA and E6. RGB value is (224,234,230). Sum of RGB (Red+Green+Blue) = 224+234+230=688 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.56% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EAE6 is #1F1519. Grayscale: #E6E6E6. Windows color (decimal): -2037018 or 15133408. OLE color: 15133408.

HSL color Cylindrical-coordinate representation of color #E0EAE6: hue angle of 156º degrees, saturation: 0.19, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E0EAE6 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB224234230-
CMYK0.0400.020.08
HSL156º19.23%89.8%-
HSV(B)156º4.27%91.76%-
XYZ74.4580.4186.46-
YUV230.55127.69123.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.56%
GREEN value IS 234 (91.80% from 255) = 34.01%
BLUE value IS 230 (90.23% from 255) = 33.43%
R=32.56%
G=34.01%
B=33.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242342300.0400.020.0815619.2389.8
HexE0EAE640289c135a
Octal3403523464021023423132
Binary111000001110101011100110100010100010011100100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EAE6; }

 p { color: rgb(224,234,230); }

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

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

 a { background-color: rgb(224,234,230); }

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

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

 span { border-color: rgb(224,234,230); }

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