#E6DED1

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

Shades of Merino #E6DED1

Tints of Merino #E6DED1

Color information

#E6DED1 (or 0xE6DED1) is unknown color: approx Merino. HEX triplet: E6, DE and D1. RGB value is (230,222,209). Sum of RGB (Red+Green+Blue) = 230+222+209=661 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.80% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 209 (82.03% from 255 or 31.62% from 661); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DED1 is #19212E. Grayscale: #DEDEDE. Windows color (decimal): -1646895 or 13754086. OLE color: 13754086.

HSL color Cylindrical-coordinate representation of color #E6DED1: hue angle of 37.14º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6DED1 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB230222209-
CMYK00.030.090.10
HSL37.14º29.58%86.08%-
HSV(B)37.14º9.13%90.2%-
XYZ70.2673.6770.84-
YUV222.91120.15133.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.80%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 209 (82.03% from 255) = 31.62%
R=34.80%
G=33.59%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022220900.030.090.1037.1429.5886.08
HexE6DED1039A251e56
Octal3463363210311124536126
Binary11100110110111101101000101110011010100101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DED1; }

 p { color: rgb(230,222,209); }

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

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

 a { background-color: rgb(230,222,209); }

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

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

 span { border-color: rgb(230,222,209); }

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