#E5FEED

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

Shades of Cosmic Latte #E5FEED

Tints of Cosmic Latte #E5FEED

Color information

#E5FEED (or 0xE5FEED) is unknown color: approx Cosmic Latte. HEX triplet: E5, FE and ED. RGB value is (229,254,237). Sum of RGB (Red+Green+Blue) = 229+254+237=720 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.81% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 237 (92.97% from 255 or 32.92% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #E5FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FEED is #1A0112. Grayscale: #F4F4F4. Windows color (decimal): -1704211 or 15597285. OLE color: 15597285.

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

Color convert

RGB229254237-
CMYK0.1000.070.00
HSL139.2º92.59%94.71%-
HSV(B)139.2º9.84%99.61%-
XYZ83.0493.6693.82-
YUV244.59123.72116.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.81%
GREEN value IS 254 (99.61% from 255) = 35.28%
BLUE value IS 237 (92.97% from 255) = 32.92%
R=31.81%
G=35.28%
B=32.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292542370.1000.070.00139.292.5994.71
HexE5FEEDA0708b5d5f
Octal34537635512070213135137
Binary1110010111111110111011011010011101000101110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FEED; }

 p { color: rgb(229,254,237); }

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

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

 a { background-color: rgb(229,254,237); }

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

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

 span { border-color: rgb(229,254,237); }

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