#EDF6E6

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

Shades of Panache #EDF6E6

Tints of Panache #EDF6E6

Color information

#EDF6E6 (or 0xEDF6E6) is unknown color: approx Panache. HEX triplet: ED, F6 and E6. RGB value is (237,246,230). Sum of RGB (Red+Green+Blue) = 237+246+230=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 246 (96.48% from 255 or 34.50% from 713); Blue value is 230 (90.23% from 255 or 32.26% from 713); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF6E6 is #120919. Grayscale: #F1F1F1. Windows color (decimal): -1181978 or 15136493. OLE color: 15136493.

HSL color Cylindrical-coordinate representation of color #EDF6E6: hue angle of 93.75º degrees, saturation: 0.47, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDF6E6 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB237246230-
CMYK0.0400.070.04
HSL93.75º47.06%93.33%-
HSV(B)93.75º6.5%96.47%-
XYZ82.1689.6387.83-
YUV241.48121.52124.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.24%
GREEN value IS 246 (96.48% from 255) = 34.50%
BLUE value IS 230 (90.23% from 255) = 32.26%
R=33.24%
G=34.50%
B=32.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372462300.0400.070.0493.7547.0693.33
HexEDF6E640745e2f5d
Octal355366346407413657135
Binary111011011111011011100110100011110010111101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6E6; }

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

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

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

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

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

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

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

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