Color Hex Logo

#dfb0cc Color Hex

#DFB0CC
(223,176,204)
0 Favorites   0 Comments

Color spaces of #dfb0cc

RGB 223176204
HSL0.900.420.78
HSV324°21°87°
CMYK 0.000.210.09   0.13
XYZ56.855851.098363.9931
Yxy51.09830.33070.2972
Hunter Lab71.483116.8789-3.0395
CIE-Lab76.738521.5560-7.6341

#dfb0cc color RGB value is (223,176,204).

#dfb0cc hex color red value is 223, green value is 176 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dfb0cc hue: 0.90 , saturation: 0.42 and the lightness value of dfb0cc is 0.78.

The process color (four color CMYK) of #dfb0cc color hex is 0.00, 0.21, 0.09, 0.13. Web safe color of #dfb0cc is #cc99cc. Color #dfb0cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 11001100
Octal 337 260 314
Decimal 223 176 204
Hex DF B0 CC

RGB Percentages of Color #dfb0cc

%36.98
%29.19
%33.83

CMYK Percentages of Color #dfb0cc

%0
%21
%9
%13

Triadic Colors of #dfb0cc

#dfb0cc #ccdfb0 #b0ccdf

Analogous Colors of #dfb0cc

#dfb0cc #dfb0b5 #dbb0df

Monochromatic Colors of #dfb0cc

#dfb0cc

Complementary Color

#dfb0cc #b0dfc3

#dfb0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb0cc Color CSS Codes

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

#dfb0cc Text Font Color

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

This sample text font color is #dfb0cc
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.


#dfb0cc Background Color

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

This div background color is #dfb0cc


#dfb0cc Border Color

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

This div border color is #dfb0cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb0cc

#dfb0cc Color Palettes


Comments

No comments written yet.

Please login to write comment.