#E2FFED

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

Shades of Cosmic Latte #E2FFED

Tints of Cosmic Latte #E2FFED

Color information

#E2FFED (or 0xE2FFED) is unknown color: approx Cosmic Latte. HEX triplet: E2, FF and ED. RGB value is (226,255,237). Sum of RGB (Red+Green+Blue) = 226+255+237=718 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.48% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 237 (92.97% from 255 or 33.01% from 718); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FFED is #1D0012. Grayscale: #F4F4F4. Windows color (decimal): -1900563 or 15597538. OLE color: 15597538.

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

Color convert

RGB226255237-
CMYK0.1100.070
HSL142.76º100%94.31%-
HSV(B)142.76º11.37%100%-
XYZ82.4193.893.88-
YUV244.28123.89114.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.48%
GREEN value IS 255 (100% from 255) = 35.52%
BLUE value IS 237 (92.97% from 255) = 33.01%
R=31.48%
G=35.52%
B=33.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262552370.1100.070142.7610094.31
HexE2FFEDB0708f645e
Octal34237735513070217144136
Binary1110001011111111111011011011011101000111111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FFED; }

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

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

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

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

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

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

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

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