#EDFDE6

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

Shades of Panache #EDFDE6

Tints of Panache #EDFDE6

Color information

#EDFDE6 (or 0xEDFDE6) is unknown color: approx Panache. HEX triplet: ED, FD and E6. RGB value is (237,253,230). Sum of RGB (Red+Green+Blue) = 237+253+230=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 230 (90.23% from 255 or 31.94% from 720); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDE6 is #120219. Grayscale: #F5F5F5. Windows color (decimal): -1180186 or 15138285. OLE color: 15138285.

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

Color convert

RGB237253230-
CMYK0.0600.090.01
HSL101.74º85.19%94.71%-
HSV(B)101.74º9.09%99.22%-
XYZ84.3393.9788.56-
YUV245.59119.2121.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.92%
GREEN value IS 253 (99.22% from 255) = 35.14%
BLUE value IS 230 (90.23% from 255) = 31.94%
R=32.92%
G=35.14%
B=31.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372532300.0600.090.01101.7485.1994.71
HexEDFDE6609166555f
Octal35537534660111146125137
Binary111011011111110111100110110010011110011010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDE6; }

 p { color: rgb(237,253,230); }

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

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

 a { background-color: rgb(237,253,230); }

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

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

 span { border-color: rgb(237,253,230); }

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