#EDFBE4

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

Shades of Panache #EDFBE4

Tints of Panache #EDFBE4

Color information

#EDFBE4 (or 0xEDFBE4) is unknown color: approx Panache. HEX triplet: ED, FB and E4. RGB value is (237,251,228). Sum of RGB (Red+Green+Blue) = 237+251+228=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 251 (98.44% from 255 or 35.06% from 716); Blue value is 228 (89.45% from 255 or 31.84% from 716); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBE4 is #12041B. Grayscale: #F4F4F4. Windows color (decimal): -1180700 or 15006701. OLE color: 15006701.

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

Color convert

RGB237251228-
CMYK0.0600.090.02
HSL96.52º74.19%93.92%-
HSV(B)96.52º9.16%98.43%-
XYZ83.4392.686.88-
YUV244.19118.86122.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.10%
GREEN value IS 251 (98.44% from 255) = 35.06%
BLUE value IS 228 (89.45% from 255) = 31.84%
R=33.10%
G=35.06%
B=31.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372512280.0600.090.0296.5274.1993.92
HexEDFBE46092614a5e
Octal35537334460112141112136
Binary1110110111111011111001001100100110110000110010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBE4; }

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

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

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

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

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

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

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

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