#E5DCCF

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

Shades of Merino #E5DCCF

Tints of Merino #E5DCCF

Color information

#E5DCCF (or 0xE5DCCF) is unknown color: approx Merino. HEX triplet: E5, DC and CF. RGB value is (229,220,207). Sum of RGB (Red+Green+Blue) = 229+220+207=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCCF is #1A2330. Grayscale: #DDDDDD. Windows color (decimal): -1712945 or 13622501. OLE color: 13622501.

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

Color convert

RGB229220207-
CMYK00.040.100.10
HSL35.45º29.73%85.49%-
HSV(B)35.45º9.61%89.8%-
XYZ69.1772.3569.35-
YUV221.21119.98133.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.91%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 207 (81.25% from 255) = 31.55%
R=34.91%
G=33.54%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922020700.040.100.1035.4529.7385.49
HexE5DCCF04AA231e55
Octal3453343170412124336125
Binary111001011101110011001111010010101010100011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCCF; }

 p { color: rgb(229,220,207); }

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

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

 a { background-color: rgb(229,220,207); }

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

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

 span { border-color: rgb(229,220,207); }

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