#EDFDDF

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

Shades of Panache #EDFDDF

Tints of Panache #EDFDDF

Color information

#EDFDDF (or 0xEDFDDF) is unknown color: approx Panache. HEX triplet: ED, FD and DF. RGB value is (237,253,223). Sum of RGB (Red+Green+Blue) = 237+253+223=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 223 (87.5% from 255 or 31.28% from 713); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDDF is #120220. Grayscale: #F4F4F4. Windows color (decimal): -1180193 or 14679533. OLE color: 14679533.

HSL color Cylindrical-coordinate representation of color #EDFDDF: hue angle of 92º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDFDDF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB237253223-
CMYK0.0600.120.01
HSL92º88.24%93.33%-
HSV(B)92º11.86%99.22%-
XYZ83.3793.5883.48-
YUV244.8115.7122.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.24%
GREEN value IS 253 (99.22% from 255) = 35.48%
BLUE value IS 223 (87.5% from 255) = 31.28%
R=33.24%
G=35.48%
B=31.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372532230.0600.120.019288.2493.33
HexEDFDDF60C15c585d
Octal35537533760141134130135
Binary111011011111110111011111110011001101110010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDDF; }

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

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

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

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

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

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

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

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