#E5DCCD

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

Shades of Merino #E5DCCD

Tints of Merino #E5DCCD

Color information

#E5DCCD (or 0xE5DCCD) is unknown color: approx Merino. HEX triplet: E5, DC and CD. RGB value is (229,220,205). Sum of RGB (Red+Green+Blue) = 229+220+205=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCCD is #1A2332. Grayscale: #DDDDDD. Windows color (decimal): -1712947 or 13491429. OLE color: 13491429.

HSL color Cylindrical-coordinate representation of color #E5DCCD: hue angle of 37.5º degrees, saturation: 0.32, 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 #E5DCCD is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB229220205-
CMYK00.040.100.10
HSL37.5º31.58%85.1%-
HSV(B)37.5º10.48%89.8%-
XYZ68.9372.2568.07-
YUV220.98118.98133.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.02%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=35.02%
G=33.64%
B=31.35%

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
Decimal22922020500.040.100.1037.531.5885.1
HexE5DCCD04AA262055
Octal3453343150412124640125
Binary1110010111011100110011010100101010101001101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCCD; }

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

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

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

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

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

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

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

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