#E1DBCF

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

Shades of Merino #E1DBCF

Tints of Merino #E1DBCF

Color information

#E1DBCF (or 0xE1DBCF) is unknown color: approx Merino. HEX triplet: E1, DB and CF. RGB value is (225,219,207). Sum of RGB (Red+Green+Blue) = 225+219+207=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DBCF is #1E2430. Grayscale: #DBDBDB. Windows color (decimal): -1975345 or 13622241. OLE color: 13622241.

HSL color Cylindrical-coordinate representation of color #E1DBCF: hue angle of 40º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1DBCF is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225219207-
CMYK00.030.080.12
HSL40º23.08%84.71%-
HSV(B)40º8%88.24%-
XYZ67.6571.1869.2-
YUV219.43120.99131.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.56%
GREEN value IS 219 (85.94% from 255) = 33.64%
BLUE value IS 207 (81.25% from 255) = 31.80%
R=34.56%
G=33.64%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521920700.030.080.124023.0884.71
HexE1DBCF038C281755
Octal3413333170310145027125
Binary11100001110110111100111101110001100101000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBCF; }

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

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

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

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

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

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

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

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