Html Css Color HEX #DFDCD6 Merino

📋 copy color: '#DFDCD6'

red 223 ◦ green 220 ◦ blue 214

#DFDCD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merino #DFDCD6

Tints of Merino #DFDCD6

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 value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DFDCD6 (or 0xDFDCD6) is known color: 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

RGB 223 220 214 -
CMYK 0 0.01 0.04 0.13
HSL 40º 0.12% 0.86% -
HSV(B) 40º 0.04% 0.87% -
XYZ 68.16 71.73 73.87 -
YUV 220.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 223 220 214 0 0.01 0.04 0.13 40 0.12 0.86
Hex DF DC D6 0 1 4 D 28 C 56
Octal 337 334 326 0 1 4 15 50 14 126
Binary 11011111 11011100 11010110 0 1 100 1101 101000 1100 1010110

Color Harmonies of #DFDCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDCD6

Black with #DFDCD6

Text Example


Text Example

White with #DFDCD6

Text Example


Text Example

HTML Codes & Css Web 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>