#EDFFE1

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

Shades of Panache #EDFFE1

Tints of Panache #EDFFE1

Color information

#EDFFE1 (or 0xEDFFE1) is unknown color: approx Panache. HEX triplet: ED, FF and E1. RGB value is (237,255,225). Sum of RGB (Red+Green+Blue) = 237+255+225=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 255 (100% from 255 or 35.56% from 717); Blue value is 225 (88.28% from 255 or 31.38% from 717); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFE1 is #12001E. Grayscale: #F6F6F6. Windows color (decimal): -1179679 or 14811117. OLE color: 14811117.

HSL color Cylindrical-coordinate representation of color #EDFFE1: hue angle of 96º 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 #EDFFE1 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB237255225-
CMYK0.0700.120
HSL96º100%94.12%-
HSV(B)96º11.76%100%-
XYZ84.2894.9685.12-
YUV246.2116.04121.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.05%
GREEN value IS 255 (100% from 255) = 35.56%
BLUE value IS 225 (88.28% from 255) = 31.38%
R=33.05%
G=35.56%
B=31.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552250.0700.1209610094.12
HexEDFFE170C060645e
Octal35537734170140140144136
Binary111011011111111111100001111011000110000011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFE1; }

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

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

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

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

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

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

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

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