#EDFFDD

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

Shades of Panache #EDFFDD

Tints of Panache #EDFFDD

Color information

#EDFFDD (or 0xEDFFDD) is unknown color: approx Panache. HEX triplet: ED, FF and DD. RGB value is (237,255,221). Sum of RGB (Red+Green+Blue) = 237+255+221=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 221 (86.72% from 255 or 31.00% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFDD is #120022. Grayscale: #F5F5F5. Windows color (decimal): -1179683 or 14548973. OLE color: 14548973.

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

Color convert

RGB237255221-
CMYK0.0700.130
HSL91.76º100%93.33%-
HSV(B)91.76º13.33%100%-
XYZ83.7494.7482.28-
YUV245.74114.04121.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.24%
GREEN value IS 255 (100% from 255) = 35.76%
BLUE value IS 221 (86.72% from 255) = 31.00%
R=33.24%
G=35.76%
B=31.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552210.0700.13091.7610093.33
HexEDFFDD70D05c645d
Octal35537733570150134144135
Binary111011011111111111011101111011010101110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFDD; }

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

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

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

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

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

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

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

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