Color Hex Logo

#dfdcce Color Hex

#DFDCCE
(223,220,206)
0 Favorites   0 Comments

Color spaces of #dfdcce

RGB 223220206
HSL0.140.210.84
HSV49°87°
CMYK 0.000.010.08   0.13
XYZ67.165271.330668.6207
Yxy71.33060.32430.3444
Hunter Lab84.4574-5.847510.9478
CIE-Lab87.6454-1.39347.2262

#dfdcce color RGB value is (223,220,206).

#dfdcce hex color red value is 223, green value is 220 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dfdcce hue: 0.14 , saturation: 0.21 and the lightness value of dfdcce is 0.84.

The process color (four color CMYK) of #dfdcce color hex is 0.00, 0.01, 0.08, 0.13. Web safe color of #dfdcce is #cccccc. Color #dfdcce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 11001110
Octal 337 334 316
Decimal 223 220 206
Hex DF DC CE

RGB Percentages of Color #dfdcce

%34.36
%33.90
%31.74

CMYK Percentages of Color #dfdcce

%0
%1
%8
%13

Triadic Colors of #dfdcce

#dfdcce #cedfdc #dccedf

Analogous Colors of #dfdcce

#dfdcce #dadfce #dfd4ce

Monochromatic Colors of #dfdcce

#dfdcce

Complementary Color

#dfdcce #ced1df

#dfdcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcce Color CSS Codes

.mybgcolor {background-color:#dfdcce; } 
.myforecolor {color:#dfdcce; }
.mybordercolor {border:3px solid #dfdcce; }

#dfdcce Text Font Color

<p style="color:#dfdcce">Text here</p>

This sample text font color is #dfdcce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfdcce Background Color

<div style="background-color:#dfdcce">
Div content here</div>

This div background color is #dfdcce


#dfdcce Border Color

<div style="border:3px solid #dfdcce">
Div here</div>

This div border color is #dfdcce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,220,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfdcce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfdcce;
  -webkit-box-shadow: 1px 1px 3px 2px #dfdcce;
  box-shadow:         1px 1px 3px 2px #dfdcce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,220,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfdcce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfdcce;
  -webkit-box-shadow: 1px 1px 3px 2px #dfdcce;
  box-shadow:         1px 1px 3px 2px #dfdcce;">
Div content here</div>

This div box has shadow with color #dfdcce

#dfdcce Color Palettes


Comments

No comments written yet.

Please login to write comment.