#EBFEF0

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

Shades of Cosmic Latte #EBFEF0

Tints of Cosmic Latte #EBFEF0

Color information

#EBFEF0 (or 0xEBFEF0) is unknown color: approx Cosmic Latte. HEX triplet: EB, FE and F0. RGB value is (235,254,240). Sum of RGB (Red+Green+Blue) = 235+254+240=729 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.24% from 729); Green value is 254 (99.61% from 255 or 34.84% from 729); Blue value is 240 (94.14% from 255 or 32.92% from 729); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFEF0 is #14010F. Grayscale: #F6F6F6. Windows color (decimal): -1310992 or 15793899. OLE color: 15793899.

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

Color convert

RGB235254240-
CMYK0.0700.060.00
HSL135.79º90.48%95.88%-
HSV(B)135.79º7.48%99.61%-
XYZ85.4394.8496.24-
YUV246.72124.21119.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.24%
GREEN value IS 254 (99.61% from 255) = 34.84%
BLUE value IS 240 (94.14% from 255) = 32.92%
R=32.24%
G=34.84%
B=32.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352542400.0700.060.00135.7990.4895.88
HexEBFEF07060885a60
Octal3533763607060210132140
Binary111010111111111011110000111011001000100010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFEF0; }

 p { color: rgb(235,254,240); }

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

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

 a { background-color: rgb(235,254,240); }

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

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

 span { border-color: rgb(235,254,240); }

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