#EBEFEC

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

Shades of Dew #EBEFEC

Tints of Dew #EBEFEC

Color information

#EBEFEC (or 0xEBEFEC) is unknown color: approx Dew. HEX triplet: EB, EF and EC. RGB value is (235,239,236). Sum of RGB (Red+Green+Blue) = 235+239+236=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEFEC is #141013. Grayscale: #EDEDED. Windows color (decimal): -1314836 or 15527915. OLE color: 15527915.

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

Color convert

RGB235239236-
CMYK0.0200.010.06
HSL135º11.11%92.94%-
HSV(B)135º1.67%93.73%-
XYZ80.2785.4591.62-
YUV237.46127.17126.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.10%
GREEN value IS 239 (93.75% from 255) = 33.66%
BLUE value IS 236 (92.58% from 255) = 33.24%
R=33.10%
G=33.66%
B=33.24%

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
Decimal2352392360.0200.010.0613511.1192.94
HexEBEFEC201687b5d
Octal353357354201620713135
Binary11101011111011111110110010011101000011110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFEC; }

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

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

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

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

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

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

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

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