#EDFDE0

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

Shades of Panache #EDFDE0

Tints of Panache #EDFDE0

Color information

#EDFDE0 (or 0xEDFDE0) is unknown color: approx Panache. HEX triplet: ED, FD and E0. RGB value is (237,253,224). Sum of RGB (Red+Green+Blue) = 237+253+224=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 224 (87.89% from 255 or 31.37% from 714); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDE0 is #12021F. Grayscale: #F5F5F5. Windows color (decimal): -1180192 or 14745069. OLE color: 14745069.

HSL color Cylindrical-coordinate representation of color #EDFDE0: hue angle of 93.1º 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 #EDFDE0 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB237253224-
CMYK0.0600.110.01
HSL93.1º87.88%93.53%-
HSV(B)93.1º11.46%99.22%-
XYZ83.593.6484.19-
YUV244.91116.2122.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.19%
GREEN value IS 253 (99.22% from 255) = 35.43%
BLUE value IS 224 (87.89% from 255) = 31.37%
R=33.19%
G=35.43%
B=31.37%

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
Decimal2372532240.0600.110.0193.187.8893.53
HexEDFDE060B15d585e
Octal35537534060131135130136
Binary111011011111110111100000110010111101110110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDE0; }

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

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

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

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

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

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

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

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