Color Hex Logo

#dfc0cb Color Hex

#DFC0CB
(223,192,203)
0 Favorites   0 Comments

Color spaces of #dfc0cb

RGB 223192203
HSL0.940.330.81
HSV339°14°87°
CMYK 0.000.140.09   0.13
XYZ60.060657.699064.4714
Yxy57.69900.32960.3166
Hunter Lab75.95998.20822.8491
CIE-Lab80.571212.8074-1.4425

#dfc0cb color RGB value is (223,192,203).

#dfc0cb hex color red value is 223, green value is 192 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dfc0cb hue: 0.94 , saturation: 0.33 and the lightness value of dfc0cb is 0.81.

The process color (four color CMYK) of #dfc0cb color hex is 0.00, 0.14, 0.09, 0.13. Web safe color of #dfc0cb is #cccccc. Color #dfc0cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 11001011
Octal 337 300 313
Decimal 223 192 203
Hex DF C0 CB

RGB Percentages of Color #dfc0cb

%36.08
%31.07
%32.85

CMYK Percentages of Color #dfc0cb

%0
%14
%9
%13

Triadic Colors of #dfc0cb

#dfc0cb #cbdfc0 #c0cbdf

Analogous Colors of #dfc0cb

#dfc0cb #dfc5c0 #dfc0db

Monochromatic Colors of #dfc0cb

#dfc0cb

Complementary Color

#dfc0cb #c0dfd4

#dfc0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc0cb Color CSS Codes

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

#dfc0cb Text Font Color

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

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


#dfc0cb Background Color

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

This div background color is #dfc0cb


#dfc0cb Border Color

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

This div border color is #dfc0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc0cb


Comments

No comments written yet.

Please login to write comment.