#E4DCCD

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

Shades of Merino #E4DCCD

Tints of Merino #E4DCCD

Color information

#E4DCCD (or 0xE4DCCD) is unknown color: approx Merino. HEX triplet: E4, DC and CD. RGB value is (228,220,205). Sum of RGB (Red+Green+Blue) = 228+220+205=653 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.92% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DCCD is #1B2332. Grayscale: #DCDCDC. Windows color (decimal): -1778483 or 13491428. OLE color: 13491428.

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

Color convert

RGB228220205-
CMYK00.040.100.11
HSL39.13º29.87%84.9%-
HSV(B)39.13º10.09%89.41%-
XYZ68.6172.0968.06-
YUV220.68119.15133.22-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.92%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 205 (80.47% from 255) = 31.39%
R=34.92%
G=33.69%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822020500.040.100.1139.1329.8784.9
HexE4DCCD04AB271e55
Octal3443343150412134736125
Binary111001001101110011001101010010101011100111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DCCD; }

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

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

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

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

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

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

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

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