#E6FEDC

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

Shades of Panache #E6FEDC

Tints of Panache #E6FEDC

Color information

#E6FEDC (or 0xE6FEDC) is unknown color: approx Panache. HEX triplet: E6, FE and DC. RGB value is (230,254,220). Sum of RGB (Red+Green+Blue) = 230+254+220=704 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.67% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 220 (86.33% from 255 or 31.25% from 704); Max value from RGB is 254 - color contains mainly: green. Hex color #E6FEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FEDC is #190123. Grayscale: #F3F3F3. Windows color (decimal): -1638692 or 14483174. OLE color: 14483174.

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

Color convert

RGB230254220-
CMYK0.0900.130.00
HSL102.35º94.44%92.94%-
HSV(B)102.35º13.39%99.61%-
XYZ80.9992.8781.37-
YUV242.95115.05118.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.67%
GREEN value IS 254 (99.61% from 255) = 36.08%
BLUE value IS 220 (86.33% from 255) = 31.25%
R=32.67%
G=36.08%
B=31.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2302542200.0900.130.00102.3594.4492.94
HexE6FEDC90D0665e5d
Octal346376334110150146136135
Binary1110011011111110110111001001011010110011010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FEDC; }

 p { color: rgb(230,254,220); }

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

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

 a { background-color: rgb(230,254,220); }

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

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

 span { border-color: rgb(230,254,220); }

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