#EDFBE5

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

Shades of Panache #EDFBE5

Tints of Panache #EDFBE5

Color information

#EDFBE5 (or 0xEDFBE5) is unknown color: approx Panache. HEX triplet: ED, FB and E5. RGB value is (237,251,229). Sum of RGB (Red+Green+Blue) = 237+251+229=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 251 (98.44% from 255 or 35.01% from 717); Blue value is 229 (89.84% from 255 or 31.94% from 717); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBE5 is #12041A. Grayscale: #F4F4F4. Windows color (decimal): -1180699 or 15072237. OLE color: 15072237.

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

Color convert

RGB237251229-
CMYK0.0600.090.02
HSL98.18º73.33%94.12%-
HSV(B)98.18º8.76%98.43%-
XYZ83.5792.6687.61-
YUV244.31119.36122.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.05%
GREEN value IS 251 (98.44% from 255) = 35.01%
BLUE value IS 229 (89.84% from 255) = 31.94%
R=33.05%
G=35.01%
B=31.94%

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
Decimal2372512290.0600.090.0298.1873.3394.12
HexEDFBE5609262495e
Octal35537334560112142111136
Binary1110110111111011111001011100100110110001010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBE5; }

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

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

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

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

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

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

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

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