#EDFFDC

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

Shades of Panache #EDFFDC

Tints of Panache #EDFFDC

Color information

#EDFFDC (or 0xEDFFDC) is unknown color: approx Panache. HEX triplet: ED, FF and DC. RGB value is (237,255,220). Sum of RGB (Red+Green+Blue) = 237+255+220=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 220 (86.33% from 255 or 30.90% from 712); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFDC is #120023. Grayscale: #F5F5F5. Windows color (decimal): -1179684 or 14483437. OLE color: 14483437.

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

Color convert

RGB237255220-
CMYK0.0700.140
HSL90.86º100%93.14%-
HSV(B)90.86º13.73%100%-
XYZ83.694.6981.58-
YUV245.63113.54121.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.29%
GREEN value IS 255 (100% from 255) = 35.81%
BLUE value IS 220 (86.33% from 255) = 30.90%
R=33.29%
G=35.81%
B=30.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552200.0700.14090.8610093.14
HexEDFFDC70E05b645d
Octal35537733470160133144135
Binary111011011111111111011100111011100101101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFDC; }

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

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

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

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

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

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

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

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