#EBFEEF

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

Shades of Dew #EBFEEF

Tints of Dew #EBFEEF

Color information

#EBFEEF (or 0xEBFEEF) is unknown color: approx Dew. HEX triplet: EB, FE and EF. RGB value is (235,254,239). Sum of RGB (Red+Green+Blue) = 235+254+239=728 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.28% from 728); Green value is 254 (99.61% from 255 or 34.89% from 728); Blue value is 239 (93.75% from 255 or 32.83% from 728); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFEEF is #140110. Grayscale: #F6F6F6. Windows color (decimal): -1310993 or 15728363. OLE color: 15728363.

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

Color convert

RGB235254239-
CMYK0.0700.060.00
HSL132.63º90.48%95.88%-
HSV(B)132.63º7.48%99.61%-
XYZ85.2894.7895.46-
YUV246.61123.71119.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.28%
GREEN value IS 254 (99.61% from 255) = 34.89%
BLUE value IS 239 (93.75% from 255) = 32.83%
R=32.28%
G=34.89%
B=32.83%

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
Decimal2352542390.0700.060.00132.6390.4895.88
HexEBFEEF7060855a60
Octal3533763577060205132140
Binary111010111111111011101111111011001000010110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFEEF; }

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

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

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

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

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

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

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

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