#E2DBCF

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

Shades of Merino #E2DBCF

Tints of Merino #E2DBCF

Color information

#E2DBCF (or 0xE2DBCF) is unknown color: approx Merino. HEX triplet: E2, DB and CF. RGB value is (226,219,207). Sum of RGB (Red+Green+Blue) = 226+219+207=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBCF is #1D2430. Grayscale: #DBDBDB. Windows color (decimal): -1909809 or 13622242. OLE color: 13622242.

HSL color Cylindrical-coordinate representation of color #E2DBCF: hue angle of 37.89º 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 #E2DBCF is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB226219207-
CMYK00.030.080.11
HSL37.89º24.68%84.9%-
HSV(B)37.89º8.41%88.63%-
XYZ67.9671.3469.22-
YUV219.73120.82132.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.66%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 207 (81.25% from 255) = 31.75%
R=34.66%
G=33.59%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621920700.030.080.1137.8924.6884.9
HexE2DBCF038B261955
Octal3423333170310134631125
Binary11100010110110111100111101110001011100110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DBCF; }

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

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

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

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

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

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

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

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