#EDFEE1

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

Shades of Panache #EDFEE1

Tints of Panache #EDFEE1

Color information

#EDFEE1 (or 0xEDFEE1) is unknown color: approx Panache. HEX triplet: ED, FE and E1. RGB value is (237,254,225). Sum of RGB (Red+Green+Blue) = 237+254+225=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 225 (88.28% from 255 or 31.42% from 716); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEE1 is #12011E. Grayscale: #F5F5F5. Windows color (decimal): -1179935 or 14810861. OLE color: 14810861.

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

Color convert

RGB237254225-
CMYK0.0700.110.00
HSL95.17º93.55%93.92%-
HSV(B)95.17º11.42%99.61%-
XYZ83.9694.3285.02-
YUV245.61116.37121.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.10%
GREEN value IS 254 (99.61% from 255) = 35.47%
BLUE value IS 225 (88.28% from 255) = 31.42%
R=33.10%
G=35.47%
B=31.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372542250.0700.110.0095.1793.5593.92
HexEDFEE170B05f5e5e
Octal35537634170130137136136
Binary111011011111111011100001111010110101111110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFEE1; }

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

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

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

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

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

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

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

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