#EDFAE1

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

Shades of Panache #EDFAE1

Tints of Panache #EDFAE1

Color information

#EDFAE1 (or 0xEDFAE1) is unknown color: approx Panache. HEX triplet: ED, FA and E1. RGB value is (237,250,225). Sum of RGB (Red+Green+Blue) = 237+250+225=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 225 (88.28% from 255 or 31.60% from 712); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAE1 is #12051E. Grayscale: #F3F3F3. Windows color (decimal): -1180959 or 14809837. OLE color: 14809837.

HSL color Cylindrical-coordinate representation of color #EDFAE1: hue angle of 91.2º 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 #EDFAE1 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB237250225-
CMYK0.0500.100.02
HSL91.2º71.43%93.14%-
HSV(B)91.2º10%98.04%-
XYZ82.791.8184.6-
YUV243.26117.69123.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.29%
GREEN value IS 250 (98.05% from 255) = 35.11%
BLUE value IS 225 (88.28% from 255) = 31.60%
R=33.29%
G=35.11%
B=31.60%

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
Decimal2372502250.0500.100.0291.271.4393.14
HexEDFAE150A25b475d
Octal35537234150122133107135
Binary1110110111111010111000011010101010101101110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAE1; }

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

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

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

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

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

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

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

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