#EBFFF0

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

Shades of Cosmic Latte #EBFFF0

Tints of Cosmic Latte #EBFFF0

Color information

#EBFFF0 (or 0xEBFFF0) is unknown color: approx Cosmic Latte. HEX triplet: EB, FF and F0. RGB value is (235,255,240). Sum of RGB (Red+Green+Blue) = 235+255+240=730 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.19% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 240 (94.14% from 255 or 32.88% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFFF0 is #14000F. Grayscale: #F7F7F7. Windows color (decimal): -1310736 or 15794155. OLE color: 15794155.

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

Color convert

RGB235255240-
CMYK0.0800.060
HSL135º100%96.08%-
HSV(B)135º7.84%100%-
XYZ85.7595.4796.35-
YUV247.31123.87119.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.19%
GREEN value IS 255 (100% from 255) = 34.93%
BLUE value IS 240 (94.14% from 255) = 32.88%
R=32.19%
G=34.93%
B=32.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352552400.0800.06013510096.08
HexEBFFF08060876460
Octal35337736010060207144140
Binary1110101111111111111100001000011001000011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFFF0; }

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

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

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

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

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

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

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

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