#E4DBCD

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

Shades of Merino #E4DBCD

Tints of Merino #E4DBCD

Color information

#E4DBCD (or 0xE4DBCD) is unknown color: approx Merino. HEX triplet: E4, DB and CD. RGB value is (228,219,205). Sum of RGB (Red+Green+Blue) = 228+219+205=652 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.97% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DBCD is #1B2432. Grayscale: #DCDCDC. Windows color (decimal): -1778739 or 13491172. OLE color: 13491172.

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

Color convert

RGB228219205-
CMYK00.040.100.11
HSL36.52º29.87%84.9%-
HSV(B)36.52º10.09%89.41%-
XYZ68.3571.5667.97-
YUV220.1119.48133.64-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.97%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 205 (80.47% from 255) = 31.44%
R=34.97%
G=33.59%
B=31.44%

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
Decimal22821920500.040.100.1136.5229.8784.9
HexE4DBCD04AB251e55
Octal3443333150412134536125
Binary111001001101101111001101010010101011100101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DBCD; }

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

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

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

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

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

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

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

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