#EBF0EE

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

Shades of Clear Day #EBF0EE

Tints of Clear Day #EBF0EE

Color information

#EBF0EE (or 0xEBF0EE) is unknown color: approx Clear Day. HEX triplet: EB, F0 and EE. RGB value is (235,240,238). Sum of RGB (Red+Green+Blue) = 235+240+238=713 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.96% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF0EE is #140F11. Grayscale: #EEEEEE. Windows color (decimal): -1314578 or 15659243. OLE color: 15659243.

HSL color Cylindrical-coordinate representation of color #EBF0EE: hue angle of 156º 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 #EBF0EE is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB235240238-
CMYK0.0200.010.06
HSL156º14.29%93.14%-
HSV(B)156º2.08%94.12%-
XYZ80.8586.1693.26-
YUV238.28127.84125.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.96%
GREEN value IS 240 (94.14% from 255) = 33.66%
BLUE value IS 238 (93.36% from 255) = 33.38%
R=32.96%
G=33.66%
B=33.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352402380.0200.010.0615614.2993.14
HexEBF0EE20169ce5d
Octal353360356201623416135
Binary11101011111100001110111010011101001110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0EE; }

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

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

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

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

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

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

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

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