#E6FAEA

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

Shades of Cosmic Latte #E6FAEA

Tints of Cosmic Latte #E6FAEA

Color information

#E6FAEA (or 0xE6FAEA) is unknown color: approx Cosmic Latte. HEX triplet: E6, FA and EA. RGB value is (230,250,234). Sum of RGB (Red+Green+Blue) = 230+250+234=714 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.21% from 714); Green value is 250 (98.05% from 255 or 35.01% from 714); Blue value is 234 (91.80% from 255 or 32.77% from 714); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FAEA is #190515. Grayscale: #F2F2F2. Windows color (decimal): -1639702 or 15399654. OLE color: 15399654.

HSL color Cylindrical-coordinate representation of color #E6FAEA: hue angle of 132º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6FAEA is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB230250234-
CMYK0.0800.060.02
HSL132º66.67%94.12%-
HSV(B)132º8%98.04%-
XYZ81.6791.1391.13-
YUV242.2123.37119.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.21%
GREEN value IS 250 (98.05% from 255) = 35.01%
BLUE value IS 234 (91.80% from 255) = 32.77%
R=32.21%
G=35.01%
B=32.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302502340.0800.060.0213266.6794.12
HexE6FAEA806284435e
Octal34637235210062204103136
Binary11100110111110101110101010000110101000010010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FAEA; }

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

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

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

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

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

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

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

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