#E5DFD1

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

Shades of Merino #E5DFD1

Tints of Merino #E5DFD1

Color information

#E5DFD1 (or 0xE5DFD1) is unknown color: approx Merino. HEX triplet: E5, DF and D1. RGB value is (229,223,209). Sum of RGB (Red+Green+Blue) = 229+223+209=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 209 (82.03% from 255 or 31.62% from 661); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DFD1 is #1A202E. Grayscale: #DFDFDF. Windows color (decimal): -1712175 or 13754341. OLE color: 13754341.

HSL color Cylindrical-coordinate representation of color #E5DFD1: hue angle of 42º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5DFD1 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB229223209-
CMYK00.030.090.10
HSL42º27.78%85.88%-
HSV(B)42º8.73%89.8%-
XYZ70.2174.0470.91-
YUV223.2119.99132.14-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.64%
GREEN value IS 223 (87.5% from 255) = 33.74%
BLUE value IS 209 (82.03% from 255) = 31.62%
R=34.64%
G=33.74%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922320900.030.090.104227.7885.88
HexE5DFD1039A2a1c56
Octal3453373210311125234126
Binary11100101110111111101000101110011010101010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DFD1; }

 p { color: rgb(229,223,209); }

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

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

 a { background-color: rgb(229,223,209); }

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

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

 span { border-color: rgb(229,223,209); }

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