#EDFAE2

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

Shades of Panache #EDFAE2

Tints of Panache #EDFAE2

Color information

#EDFAE2 (or 0xEDFAE2) is unknown color: approx Panache. HEX triplet: ED, FA and E2. RGB value is (237,250,226). Sum of RGB (Red+Green+Blue) = 237+250+226=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 226 (88.67% from 255 or 31.70% from 713); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAE2 is #12051D. Grayscale: #F3F3F3. Windows color (decimal): -1180958 or 14875373. OLE color: 14875373.

HSL color Cylindrical-coordinate representation of color #EDFAE2: hue angle of 92.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDFAE2 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB237250226-
CMYK0.0500.100.02
HSL92.5º70.59%93.33%-
HSV(B)92.5º9.6%98.04%-
XYZ82.8491.8785.32-
YUV243.38118.19123.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.24%
GREEN value IS 250 (98.05% from 255) = 35.06%
BLUE value IS 226 (88.67% from 255) = 31.70%
R=33.24%
G=35.06%
B=31.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372502260.0500.100.0292.570.5993.33
HexEDFAE250A25c475d
Octal35537234250122134107135
Binary1110110111111010111000101010101010101110010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAE2; }

 p { color: rgb(237,250,226); }

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

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

 a { background-color: rgb(237,250,226); }

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

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

 span { border-color: rgb(237,250,226); }

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