#EDFFE0

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

Shades of Panache #EDFFE0

Tints of Panache #EDFFE0

Color information

#EDFFE0 (or 0xEDFFE0) is unknown color: approx Panache. HEX triplet: ED, FF and E0. RGB value is (237,255,224). Sum of RGB (Red+Green+Blue) = 237+255+224=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 224 (87.89% from 255 or 31.28% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFE0 is #12001F. Grayscale: #F6F6F6. Windows color (decimal): -1179680 or 14745581. OLE color: 14745581.

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

Color convert

RGB237255224-
CMYK0.0700.120
HSL94.84º100%93.92%-
HSV(B)94.84º12.16%100%-
XYZ84.1494.9184.41-
YUV246.08115.54121.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.10%
GREEN value IS 255 (100% from 255) = 35.61%
BLUE value IS 224 (87.89% from 255) = 31.28%
R=33.10%
G=35.61%
B=31.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552240.0700.12094.8410093.92
HexEDFFE070C05f645e
Octal35537734070140137144136
Binary111011011111111111100000111011000101111111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFE0; }

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

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

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

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

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

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

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

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