#EDFEDF

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

Shades of Panache #EDFEDF

Tints of Panache #EDFEDF

Color information

#EDFEDF (or 0xEDFEDF) is unknown color: approx Panache. HEX triplet: ED, FE and DF. RGB value is (237,254,223). Sum of RGB (Red+Green+Blue) = 237+254+223=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 254 (99.61% from 255 or 35.57% from 714); Blue value is 223 (87.5% from 255 or 31.23% from 714); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEDF is #120120. Grayscale: #F5F5F5. Windows color (decimal): -1179937 or 14679789. OLE color: 14679789.

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

Color convert

RGB237254223-
CMYK0.0700.120.00
HSL92.9º93.94%93.53%-
HSV(B)92.9º12.2%99.61%-
XYZ83.6994.2283.59-
YUV245.38115.37122.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.19%
GREEN value IS 254 (99.61% from 255) = 35.57%
BLUE value IS 223 (87.5% from 255) = 31.23%
R=33.19%
G=35.57%
B=31.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372542230.0700.120.0092.993.9493.53
HexEDFEDF70C05d5e5e
Octal35537633770140135136136
Binary111011011111111011011111111011000101110110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFEDF; }

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

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

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

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

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

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

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

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