#EDFBE6

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

Shades of Panache #EDFBE6

Tints of Panache #EDFBE6

Color information

#EDFBE6 (or 0xEDFBE6) is unknown color: approx Panache. HEX triplet: ED, FB and E6. RGB value is (237,251,230). Sum of RGB (Red+Green+Blue) = 237+251+230=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 251 (98.44% from 255 or 34.96% from 718); Blue value is 230 (90.23% from 255 or 32.03% from 718); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFBE6 is #120419. Grayscale: #F4F4F4. Windows color (decimal): -1180698 or 15137773. OLE color: 15137773.

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

Color convert

RGB237251230-
CMYK0.0600.080.02
HSL100º72.41%94.31%-
HSV(B)100º8.37%98.43%-
XYZ83.7192.7188.35-
YUV244.42119.86122.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.01%
GREEN value IS 251 (98.44% from 255) = 34.96%
BLUE value IS 230 (90.23% from 255) = 32.03%
R=33.01%
G=34.96%
B=32.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372512300.0600.080.0210072.4194.31
HexEDFBE6608264485e
Octal35537334660102144110136
Binary1110110111111011111001101100100010110010010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBE6; }

 p { color: rgb(237,251,230); }

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

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

 a { background-color: rgb(237,251,230); }

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

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

 span { border-color: rgb(237,251,230); }

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