#E2FDEA

Color #E2FDEA Cosmic Latte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic Latte #E2FDEA

Tints of Cosmic Latte #E2FDEA

Color information

#E2FDEA (or 0xE2FDEA) is unknown color: approx Cosmic Latte. HEX triplet: E2, FD and EA. RGB value is (226,253,234). Sum of RGB (Red+Green+Blue) = 226+253+234=713 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.70% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 234 (91.80% from 255 or 32.82% from 713); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FDEA is #1D0215. Grayscale: #F2F2F2. Windows color (decimal): -1901078 or 15400418. OLE color: 15400418.

HSL color Cylindrical-coordinate representation of color #E2FDEA: hue angle of 137.78º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FDEA is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB226253234-
CMYK0.1100.080.01
HSL137.78º87.1%93.92%-
HSV(B)137.78º10.67%99.22%-
XYZ81.3492.3691.38-
YUV242.76123.05116.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.70%
GREEN value IS 253 (99.22% from 255) = 35.48%
BLUE value IS 234 (91.80% from 255) = 32.82%
R=31.70%
G=35.48%
B=32.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262532340.1100.080.01137.7887.193.92
HexE2FDEAB0818a575e
Octal342375352130101212127136
Binary11100010111111011110101010110100011000101010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FDEA; }

 p { color: rgb(226,253,234); }

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

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

 a { background-color: rgb(226,253,234); }

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

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

 span { border-color: rgb(226,253,234); }

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