#EAFEEF

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

Shades of Cosmic Latte #EAFEEF

Tints of Cosmic Latte #EAFEEF

Color information

#EAFEEF (or 0xEAFEEF) is unknown color: approx Cosmic Latte. HEX triplet: EA, FE and EF. RGB value is (234,254,239). Sum of RGB (Red+Green+Blue) = 234+254+239=727 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.19% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 239 (93.75% from 255 or 32.87% from 727); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFEEF is #150110. Grayscale: #F6F6F6. Windows color (decimal): -1376529 or 15728362. OLE color: 15728362.

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

Color convert

RGB234254239-
CMYK0.0800.060.00
HSL135º90.91%95.69%-
HSV(B)135º7.87%99.61%-
XYZ84.9594.6195.45-
YUV246.31123.87119.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.19%
GREEN value IS 254 (99.61% from 255) = 34.94%
BLUE value IS 239 (93.75% from 255) = 32.87%
R=32.19%
G=34.94%
B=32.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342542390.0800.060.0013590.9195.69
HexEAFEEF8060875b60
Octal35237635710060207133140
Binary1110101011111110111011111000011001000011110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEEF; }

 p { color: rgb(234,254,239); }

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

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

 a { background-color: rgb(234,254,239); }

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

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

 span { border-color: rgb(234,254,239); }

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