#E1F5E6

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

Shades of Cosmic Latte #E1F5E6

Tints of Cosmic Latte #E1F5E6

Color information

#E1F5E6 (or 0xE1F5E6) is unknown color: approx Cosmic Latte. HEX triplet: E1, F5 and E6. RGB value is (225,245,230). Sum of RGB (Red+Green+Blue) = 225+245+230=700 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.14% from 700); Green value is 245 (96.09% from 255 or 35% from 700); Blue value is 230 (90.23% from 255 or 32.86% from 700); Max value from RGB is 245 - color contains mainly: green. Hex color #E1F5E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F5E6 is #1E0A19. Grayscale: #EDEDED. Windows color (decimal): -1968666 or 15136225. OLE color: 15136225.

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

Color convert

RGB225245230-
CMYK0.0800.060.04
HSL135º50%92.16%-
HSV(B)135º8.16%96.08%-
XYZ77.9987.0387.55-
YUV237.31123.87119.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.14%
GREEN value IS 245 (96.09% from 255) = 35%
BLUE value IS 230 (90.23% from 255) = 32.86%
R=32.14%
G=35%
B=32.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2252452300.0800.060.041355092.16
HexE1F5E6806487325c
Octal3413653461006420762134
Binary11100001111101011110011010000110100100001111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F5E6; }

 p { color: rgb(225,245,230); }

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

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

 a { background-color: rgb(225,245,230); }

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

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

 span { border-color: rgb(225,245,230); }

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