#E5DDCF

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

Shades of Merino #E5DDCF

Tints of Merino #E5DDCF

Color information

#E5DDCF (or 0xE5DDCF) is unknown color: approx Merino. HEX triplet: E5, DD and CF. RGB value is (229,221,207). Sum of RGB (Red+Green+Blue) = 229+221+207=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDCF is #1A2230. Grayscale: #DDDDDD. Windows color (decimal): -1712689 or 13622757. OLE color: 13622757.

HSL color Cylindrical-coordinate representation of color #E5DDCF: hue angle of 38.18º 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 #E5DDCF is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB229221207-
CMYK00.030.100.10
HSL38.18º29.73%85.49%-
HSV(B)38.18º9.61%89.8%-
XYZ69.4372.8869.44-
YUV221.8119.65133.14-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.86%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 207 (81.25% from 255) = 31.51%
R=34.86%
G=33.64%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922120700.030.100.1038.1829.7385.49
HexE5DDCF03AA261e55
Octal3453353170312124636125
Binary11100101110111011100111101110101010100110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DDCF; }

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

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

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

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

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

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

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

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