#EDFFDE

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

Shades of Panache #EDFFDE

Tints of Panache #EDFFDE

Color information

#EDFFDE (or 0xEDFFDE) is unknown color: approx Panache. HEX triplet: ED, FF and DE. RGB value is (237,255,222). Sum of RGB (Red+Green+Blue) = 237+255+222=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 222 (87.11% from 255 or 31.09% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFDE is #120021. Grayscale: #F5F5F5. Windows color (decimal): -1179682 or 14614509. OLE color: 14614509.

HSL color Cylindrical-coordinate representation of color #EDFFDE: hue angle of 92.73º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDFFDE is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB237255222-
CMYK0.0700.130
HSL92.73º100%93.53%-
HSV(B)92.73º12.94%100%-
XYZ83.8794.882.98-
YUV245.86114.54121.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.19%
GREEN value IS 255 (100% from 255) = 35.71%
BLUE value IS 222 (87.11% from 255) = 31.09%
R=33.19%
G=35.71%
B=31.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552220.0700.13092.7310093.53
HexEDFFDE70D05d645e
Octal35537733670150135144136
Binary111011011111111111011110111011010101110111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFDE; }

 p { color: rgb(237,255,222); }

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

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

 a { background-color: rgb(237,255,222); }

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

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

 span { border-color: rgb(237,255,222); }

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