#EDFCDE

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

Shades of Panache #EDFCDE

Tints of Panache #EDFCDE

Color information

#EDFCDE (or 0xEDFCDE) is unknown color: approx Panache. HEX triplet: ED, FC and DE. RGB value is (237,252,222). Sum of RGB (Red+Green+Blue) = 237+252+222=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 252 (98.83% from 255 or 35.44% from 711); Blue value is 222 (87.11% from 255 or 31.22% from 711); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCDE is #120321. Grayscale: #F4F4F4. Windows color (decimal): -1180450 or 14613741. OLE color: 14613741.

HSL color Cylindrical-coordinate representation of color #EDFCDE: hue angle of 90º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDFCDE is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB237252222-
CMYK0.0600.120.01
HSL90º83.33%92.94%-
HSV(B)90º11.9%98.82%-
XYZ82.9292.982.67-
YUV244.09115.53122.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.33%
GREEN value IS 252 (98.83% from 255) = 35.44%
BLUE value IS 222 (87.11% from 255) = 31.22%
R=33.33%
G=35.44%
B=31.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372522220.0600.120.019083.3392.94
HexEDFCDE60C15a535d
Octal35537433660141132123135
Binary111011011111110011011110110011001101101010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCDE; }

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

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

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

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

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

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

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

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