#E2FBEA

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

Shades of Cosmic Latte #E2FBEA

Tints of Cosmic Latte #E2FBEA

Color information

#E2FBEA (or 0xE2FBEA) is unknown color: approx Cosmic Latte. HEX triplet: E2, FB and EA. RGB value is (226,251,234). Sum of RGB (Red+Green+Blue) = 226+251+234=711 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.79% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 234 (91.80% from 255 or 32.91% from 711); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FBEA is #1D0415. Grayscale: #F1F1F1. Windows color (decimal): -1901590 or 15399906. OLE color: 15399906.

HSL color Cylindrical-coordinate representation of color #E2FBEA: hue angle of 139.2º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2FBEA is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB226251234-
CMYK0.1000.070.02
HSL139.2º75.76%93.53%-
HSV(B)139.2º9.96%98.43%-
XYZ80.7191.191.17-
YUV241.59123.72116.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.79%
GREEN value IS 251 (98.44% from 255) = 35.30%
BLUE value IS 234 (91.80% from 255) = 32.91%
R=31.79%
G=35.30%
B=32.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262512340.1000.070.02139.275.7693.53
HexE2FBEAA0728b4c5e
Octal34237335212072213114136
Binary11100010111110111110101010100111101000101110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FBEA; }

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

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

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

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

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

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

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

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