#E1FAEA

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

Shades of Cosmic Latte #E1FAEA

Tints of Cosmic Latte #E1FAEA

Color information

#E1FAEA (or 0xE1FAEA) is unknown color: approx Cosmic Latte. HEX triplet: E1, FA and EA. RGB value is (225,250,234). Sum of RGB (Red+Green+Blue) = 225+250+234=709 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.73% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 234 (91.80% from 255 or 33.00% from 709); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAEA is #1E0515. Grayscale: #F0F0F0. Windows color (decimal): -1967382 or 15399649. OLE color: 15399649.

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

Color convert

RGB225250234-
CMYK0.1000.060.02
HSL141.6º71.43%93.14%-
HSV(B)141.6º10%98.04%-
XYZ80.0990.3291.05-
YUV240.7124.22116.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.73%
GREEN value IS 250 (98.05% from 255) = 35.26%
BLUE value IS 234 (91.80% from 255) = 33.00%
R=31.73%
G=35.26%
B=33.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252502340.1000.060.02141.671.4393.14
HexE1FAEAA0628e475d
Octal34137235212062216107135
Binary11100001111110101110101010100110101000111010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FAEA; }

 p { color: rgb(225,250,234); }

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

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

 a { background-color: rgb(225,250,234); }

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

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

 span { border-color: rgb(225,250,234); }

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