#EDFEE5

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

Shades of Panache #EDFEE5

Tints of Panache #EDFEE5

Color information

#EDFEE5 (or 0xEDFEE5) is unknown color: approx Panache. HEX triplet: ED, FE and E5. RGB value is (237,254,229). Sum of RGB (Red+Green+Blue) = 237+254+229=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 229 (89.84% from 255 or 31.81% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEE5 is #12011A. Grayscale: #F6F6F6. Windows color (decimal): -1179931 or 15073005. OLE color: 15073005.

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

Color convert

RGB237254229-
CMYK0.0700.100.00
HSL100.8º92.59%94.71%-
HSV(B)100.8º9.84%99.61%-
XYZ84.5194.5587.92-
YUV246.07118.37121.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.92%
GREEN value IS 254 (99.61% from 255) = 35.28%
BLUE value IS 229 (89.84% from 255) = 31.81%
R=32.92%
G=35.28%
B=31.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372542290.0700.100.00100.892.5994.71
HexEDFEE570A0655d5f
Octal35537634570120145135137
Binary111011011111111011100101111010100110010110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFEE5; }

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

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

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

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

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

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

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

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