#EDF9E6

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

Shades of Panache #EDF9E6

Tints of Panache #EDF9E6

Color information

#EDF9E6 (or 0xEDF9E6) is unknown color: approx Panache. HEX triplet: ED, F9 and E6. RGB value is (237,249,230). Sum of RGB (Red+Green+Blue) = 237+249+230=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 249 (97.66% from 255 or 34.78% from 716); Blue value is 230 (90.23% from 255 or 32.12% from 716); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF9E6 is #120619. Grayscale: #F3F3F3. Windows color (decimal): -1181210 or 15137261. OLE color: 15137261.

HSL color Cylindrical-coordinate representation of color #EDF9E6: hue angle of 97.89º degrees, saturation: 0.61, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDF9E6 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB237249230-
CMYK0.0500.080.02
HSL97.89º61.29%93.92%-
HSV(B)97.89º7.63%97.65%-
XYZ83.0891.4788.14-
YUV243.25120.52123.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.10%
GREEN value IS 249 (97.66% from 255) = 34.78%
BLUE value IS 230 (90.23% from 255) = 32.12%
R=33.10%
G=34.78%
B=32.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372492300.0500.080.0297.8961.2993.92
HexEDF9E65082623d5e
Octal3553713465010214275136
Binary111011011111100111100110101010001011000101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9E6; }

 p { color: rgb(237,249,230); }

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

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

 a { background-color: rgb(237,249,230); }

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

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

 span { border-color: rgb(237,249,230); }

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