#EDFFE7

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

Shades of Panache #EDFFE7

Tints of Panache #EDFFE7

Color information

#EDFFE7 (or 0xEDFFE7) is unknown color: approx Panache. HEX triplet: ED, FF and E7. RGB value is (237,255,231). Sum of RGB (Red+Green+Blue) = 237+255+231=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 255 (100% from 255 or 35.27% from 723); Blue value is 231 (90.62% from 255 or 31.95% from 723); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFE7 is #120018. Grayscale: #F6F6F6. Windows color (decimal): -1179673 or 15204333. OLE color: 15204333.

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

Color convert

RGB237255231-
CMYK0.0700.090
HSL105º100%95.29%-
HSV(B)105º9.41%100%-
XYZ85.1195.2989.51-
YUV246.88119.04120.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.78%
GREEN value IS 255 (100% from 255) = 35.27%
BLUE value IS 231 (90.62% from 255) = 31.95%
R=32.78%
G=35.27%
B=31.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552310.0700.09010510095.29
HexEDFFE7709069645f
Octal35537734770110151144137
Binary111011011111111111100111111010010110100111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFE7; }

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

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

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

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

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

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

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

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