#DFDCD6

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

Shades of Merino #DFDCD6

Tints of Merino #DFDCD6

Color information

#DFDCD6 (or 0xDFDCD6) is unknown color: approx Merino. HEX triplet: DF, DC and D6. RGB value is (223,220,214). Sum of RGB (Red+Green+Blue) = 223+220+214=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCD6 is #202329. Grayscale: #DCDCDC. Windows color (decimal): -2106154 or 14081247. OLE color: 14081247.

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

Color convert

RGB223220214-
CMYK00.010.040.13
HSL40º12.33%85.69%-
HSV(B)40º4.04%87.45%-
XYZ68.1671.7373.87-
YUV220.21124.49129.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.94%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 214 (83.98% from 255) = 32.57%
R=33.94%
G=33.49%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322021400.010.040.134012.3385.69
HexDFDCD6014D28c56
Octal337334326014155014126
Binary11011111110111001101011001100110110100011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCD6; }

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

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

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

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

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

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

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

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