#EDFDE1

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

Shades of Panache #EDFDE1

Tints of Panache #EDFDE1

Color information

#EDFDE1 (or 0xEDFDE1) is unknown color: approx Panache. HEX triplet: ED, FD and E1. RGB value is (237,253,225). Sum of RGB (Red+Green+Blue) = 237+253+225=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 225 (88.28% from 255 or 31.47% from 715); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDE1 is #12021E. Grayscale: #F5F5F5. Windows color (decimal): -1180191 or 14810605. OLE color: 14810605.

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

Color convert

RGB237253225-
CMYK0.0600.110.01
HSL94.29º87.5%93.73%-
HSV(B)94.29º11.07%99.22%-
XYZ83.6493.6984.91-
YUV245.02116.7122.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.15%
GREEN value IS 253 (99.22% from 255) = 35.38%
BLUE value IS 225 (88.28% from 255) = 31.47%
R=33.15%
G=35.38%
B=31.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372532250.0600.110.0194.2987.593.73
HexEDFDE160B15e585e
Octal35537534160131136130136
Binary111011011111110111100001110010111101111010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDE1; }

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

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

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

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

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

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

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

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