#E4DCCF

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

Shades of Merino #E4DCCF

Tints of Merino #E4DCCF

Color information

#E4DCCF (or 0xE4DCCF) is unknown color: approx Merino. HEX triplet: E4, DC and CF. RGB value is (228,220,207). Sum of RGB (Red+Green+Blue) = 228+220+207=655 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.81% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DCCF is #1B2330. Grayscale: #DCDCDC. Windows color (decimal): -1778481 or 13622500. OLE color: 13622500.

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

Color convert

RGB228220207-
CMYK00.040.090.11
HSL37.14º28%85.29%-
HSV(B)37.14º9.21%89.41%-
XYZ68.8572.1969.34-
YUV220.91120.15133.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.81%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 207 (81.25% from 255) = 31.60%
R=34.81%
G=33.59%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822020700.040.090.1137.142885.29
HexE4DCCF049B251c55
Octal3443343170411134534125
Binary111001001101110011001111010010011011100101111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DCCF; }

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

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

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

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

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

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

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

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