#EDFAE3

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

Shades of Panache #EDFAE3

Tints of Panache #EDFAE3

Color information

#EDFAE3 (or 0xEDFAE3) is unknown color: approx Panache. HEX triplet: ED, FA and E3. RGB value is (237,250,227). Sum of RGB (Red+Green+Blue) = 237+250+227=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 250 (98.05% from 255 or 35.01% from 714); Blue value is 227 (89.06% from 255 or 31.79% from 714); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAE3 is #12051C. Grayscale: #F3F3F3. Windows color (decimal): -1180957 or 14940909. OLE color: 14940909.

HSL color Cylindrical-coordinate representation of color #EDFAE3: hue angle of 93.91º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDFAE3 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB237250227-
CMYK0.0500.090.02
HSL93.91º69.7%93.53%-
HSV(B)93.91º9.2%98.04%-
XYZ82.9891.9286.04-
YUV243.49118.69123.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.19%
GREEN value IS 250 (98.05% from 255) = 35.01%
BLUE value IS 227 (89.06% from 255) = 31.79%
R=33.19%
G=35.01%
B=31.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372502270.0500.090.0293.9169.793.53
HexEDFAE350925e465e
Octal35537234350112136106136
Binary1110110111111010111000111010100110101111010001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAE3; }

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

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

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

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

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

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

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

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