#EBF0EF

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

Shades of Tranquil #EBF0EF

Tints of Tranquil #EBF0EF

Color information

#EBF0EF (or 0xEBF0EF) is unknown color: approx Tranquil. HEX triplet: EB, F0 and EF. RGB value is (235,240,239). Sum of RGB (Red+Green+Blue) = 235+240+239=714 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.91% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 239 (93.75% from 255 or 33.47% from 714); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF0EF is #140F10. Grayscale: #EEEEEE. Windows color (decimal): -1314577 or 15724779. OLE color: 15724779.

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

Color convert

RGB235240239-
CMYK0.0200.000.06
HSL168º14.29%93.14%-
HSV(B)168º2.08%94.12%-
XYZ8186.2194.03-
YUV238.39128.34125.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.91%
GREEN value IS 240 (94.14% from 255) = 33.61%
BLUE value IS 239 (93.75% from 255) = 33.47%
R=32.91%
G=33.61%
B=33.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352402390.0200.000.0616814.2993.14
HexEBF0EF2006a8e5d
Octal353360357200625016135
Binary11101011111100001110111110001101010100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0EF; }

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

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

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

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

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

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

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

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