#EBFADE

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

Shades of Panache #EBFADE

Tints of Panache #EBFADE

Color information

#EBFADE (or 0xEBFADE) is unknown color: approx Panache. HEX triplet: EB, FA and DE. RGB value is (235,250,222). Sum of RGB (Red+Green+Blue) = 235+250+222=707 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.24% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 222 (87.11% from 255 or 31.40% from 707); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFADE is #140521. Grayscale: #F2F2F2. Windows color (decimal): -1312034 or 14613227. OLE color: 14613227.

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

Color convert

RGB235250222-
CMYK0.0600.110.02
HSL92.14º73.68%92.55%-
HSV(B)92.14º11.2%98.04%-
XYZ81.6391.3182.43-
YUV242.32116.53122.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.24%
GREEN value IS 250 (98.05% from 255) = 35.36%
BLUE value IS 222 (87.11% from 255) = 31.40%
R=33.24%
G=35.36%
B=31.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352502220.0600.110.0292.1473.6892.55
HexEBFADE60B25c4a5d
Octal35337233660132134112135
Binary1110101111111010110111101100101110101110010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFADE; }

 p { color: rgb(235,250,222); }

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

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

 a { background-color: rgb(235,250,222); }

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

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

 span { border-color: rgb(235,250,222); }

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