#E6EDE1

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

Shades of Panache #E6EDE1

Tints of Panache #E6EDE1

Color information

#E6EDE1 (or 0xE6EDE1) is unknown color: approx Panache. HEX triplet: E6, ED and E1. RGB value is (230,237,225). Sum of RGB (Red+Green+Blue) = 230+237+225=692 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.24% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 225 (88.28% from 255 or 32.51% from 692); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EDE1 is #19121E. Grayscale: #E9E9E9. Windows color (decimal): -1643039 or 14806502. OLE color: 14806502.

HSL color Cylindrical-coordinate representation of color #E6EDE1: hue angle of 95º degrees, saturation: 0.25, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6EDE1 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB230237225-
CMYK0.0300.050.07
HSL95º25%90.59%-
HSV(B)95º5.06%92.94%-
XYZ76.5182.8383.19-
YUV233.54123.18125.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.24%
GREEN value IS 237 (92.97% from 255) = 34.25%
BLUE value IS 225 (88.28% from 255) = 32.51%
R=33.24%
G=34.25%
B=32.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302372250.0300.050.07952590.59
HexE6EDE130575f195b
Octal346355341305713731133
Binary1110011011101101111000011101011111011111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EDE1; }

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

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

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

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

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

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

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

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