#E0FFED

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

Shades of Cosmic Latte #E0FFED

Tints of Cosmic Latte #E0FFED

Color information

#E0FFED (or 0xE0FFED) is unknown color: approx Cosmic Latte. HEX triplet: E0, FF and ED. RGB value is (224,255,237). Sum of RGB (Red+Green+Blue) = 224+255+237=716 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.28% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 237 (92.97% from 255 or 33.10% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FFED is #1F0012. Grayscale: #F3F3F3. Windows color (decimal): -2031635 or 15597536. OLE color: 15597536.

HSL color Cylindrical-coordinate representation of color #E0FFED: hue angle of 145.16º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0FFED is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB224255237-
CMYK0.1200.070
HSL145.16º100%93.92%-
HSV(B)145.16º12.16%100%-
XYZ81.7993.4893.85-
YUV243.68124.23113.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.28%
GREEN value IS 255 (100% from 255) = 35.61%
BLUE value IS 237 (92.97% from 255) = 33.10%
R=31.28%
G=35.61%
B=33.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242552370.1200.070145.1610093.92
HexE0FFEDC07091645e
Octal34037735514070221144136
Binary1110000011111111111011011100011101001000111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FFED; }

 p { color: rgb(224,255,237); }

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

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

 a { background-color: rgb(224,255,237); }

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

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

 span { border-color: rgb(224,255,237); }

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