#E6DCCD

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

Shades of Merino #E6DCCD

Tints of Merino #E6DCCD

Color information

#E6DCCD (or 0xE6DCCD) is unknown color: approx Merino. HEX triplet: E6, DC and CD. RGB value is (230,220,205). Sum of RGB (Red+Green+Blue) = 230+220+205=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCCD is #192332. Grayscale: #DDDDDD. Windows color (decimal): -1647411 or 13491430. OLE color: 13491430.

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

Color convert

RGB230220205-
CMYK00.040.110.10
HSL36º33.33%85.29%-
HSV(B)36º10.87%90.2%-
XYZ69.2572.4268.09-
YUV221.28118.81134.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.11%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 205 (80.47% from 255) = 31.30%
R=35.11%
G=33.59%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022020500.040.110.103633.3385.29
HexE6DCCD04BA242155
Octal3463343150413124441125
Binary1110011011011100110011010100101110101001001000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DCCD; }

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

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

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

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

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

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

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

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