#EBFBDA

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

Shades of Panache #EBFBDA

Tints of Panache #EBFBDA

Color information

#EBFBDA (or 0xEBFBDA) is unknown color: approx Panache. HEX triplet: EB, FB and DA. RGB value is (235,251,218). Sum of RGB (Red+Green+Blue) = 235+251+218=704 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.38% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 218 (85.55% from 255 or 30.97% from 704); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFBDA is #140425. Grayscale: #F2F2F2. Windows color (decimal): -1311782 or 14351339. OLE color: 14351339.

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

Color convert

RGB235251218-
CMYK0.0600.130.02
HSL89.09º80.49%91.96%-
HSV(B)89.09º13.15%98.43%-
XYZ81.4191.7279.74-
YUV242.45114.2122.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.38%
GREEN value IS 251 (98.44% from 255) = 35.65%
BLUE value IS 218 (85.55% from 255) = 30.97%
R=33.38%
G=35.65%
B=30.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352512180.0600.130.0289.0980.4991.96
HexEBFBDA60D259505c
Octal35337333260152131120134
Binary1110101111111011110110101100110110101100110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFBDA; }

 p { color: rgb(235,251,218); }

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

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

 a { background-color: rgb(235,251,218); }

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

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

 span { border-color: rgb(235,251,218); }

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