#DCDAD6

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

Shades of Merino #DCDAD6

Tints of Merino #DCDAD6

Color information

#DCDAD6 (or 0xDCDAD6) is unknown color: approx Merino. HEX triplet: DC, DA and D6. RGB value is (220,218,214). Sum of RGB (Red+Green+Blue) = 220+218+214=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAD6 is #232529. Grayscale: #DADADA. Windows color (decimal): -2303274 or 14080732. OLE color: 14080732.

HSL color Cylindrical-coordinate representation of color #DCDAD6: hue angle of 40º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCDAD6 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220218214-
CMYK00.010.030.14
HSL40º7.89%85.1%-
HSV(B)40º2.73%86.27%-
XYZ66.7270.2173.65-
YUV218.14125.66129.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.74%
GREEN value IS 218 (85.55% from 255) = 33.44%
BLUE value IS 214 (83.98% from 255) = 32.82%
R=33.74%
G=33.44%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021821400.010.030.14407.8985.1
HexDCDAD6013E28855
Octal334332326013165010125
Binary1101110011011010110101100111111010100010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAD6; }

 p { color: rgb(220,218,214); }

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

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

 a { background-color: rgb(220,218,214); }

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

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

 span { border-color: rgb(220,218,214); }

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