#E2DACF

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

Shades of Merino #E2DACF

Tints of Merino #E2DACF

Color information

#E2DACF (or 0xE2DACF) is unknown color: approx Merino. HEX triplet: E2, DA and CF. RGB value is (226,218,207). Sum of RGB (Red+Green+Blue) = 226+218+207=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DACF is #1D2530. Grayscale: #DBDBDB. Windows color (decimal): -1910065 or 13621986. OLE color: 13621986.

HSL color Cylindrical-coordinate representation of color #E2DACF: hue angle of 34.74º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2DACF is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB226218207-
CMYK00.040.080.11
HSL34.74º24.68%84.9%-
HSV(B)34.74º8.41%88.63%-
XYZ67.770.8269.13-
YUV219.14121.15132.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.72%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 207 (81.25% from 255) = 31.80%
R=34.72%
G=33.49%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621820700.040.080.1134.7424.6884.9
HexE2DACF048B231955
Octal3423323170410134331125
Binary111000101101101011001111010010001011100011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DACF; }

 p { color: rgb(226,218,207); }

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

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

 a { background-color: rgb(226,218,207); }

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

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

 span { border-color: rgb(226,218,207); }

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