#EDFBE1

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

Shades of Panache #EDFBE1

Tints of Panache #EDFBE1

Color information

#EDFBE1 (or 0xEDFBE1) is unknown color: approx Panache. HEX triplet: ED, FB and E1. RGB value is (237,251,225). Sum of RGB (Red+Green+Blue) = 237+251+225=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 251 (98.44% from 255 or 35.20% from 713); Blue value is 225 (88.28% from 255 or 31.56% from 713); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBE1 is #12041E. Grayscale: #F3F3F3. Windows color (decimal): -1180703 or 14810093. OLE color: 14810093.

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

Color convert

RGB237251225-
CMYK0.0600.100.02
HSL92.31º76.47%93.33%-
HSV(B)92.31º10.36%98.43%-
XYZ83.0192.4484.7-
YUV243.85117.36123.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.24%
GREEN value IS 251 (98.44% from 255) = 35.20%
BLUE value IS 225 (88.28% from 255) = 31.56%
R=33.24%
G=35.20%
B=31.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372512250.0600.100.0292.3176.4793.33
HexEDFBE160A25c4c5d
Octal35537334160122134114135
Binary1110110111111011111000011100101010101110010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBE1; }

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

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

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

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

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

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

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

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