Color Hex Logo

#dfbccb Color Hex

#DFBCCB
(223,188,203)
0 Favorites   0 Comments

Color spaces of #dfbccb

RGB 223188203
HSL0.930.350.81
HSV334°16°87°
CMYK 0.000.160.09   0.13
XYZ59.194155.966264.1826
Yxy55.96620.33010.3121
Hunter Lab74.810610.32021.5004
CIE-Lab79.594614.9434-2.8751

#dfbccb color RGB value is (223,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 11001011
Octal 337 274 313
Decimal 223 188 203
Hex DF BC CB

RGB Percentages of Color #dfbccb

%36.32
%30.62
%33.06

CMYK Percentages of Color #dfbccb

%0
%16
%9
%13

Triadic Colors of #dfbccb

#dfbccb #cbdfbc #bccbdf

Analogous Colors of #dfbccb

#dfbccb #dfbfbc #dfbcdd

Monochromatic Colors of #dfbccb

#dfbccb

Complementary Color

#dfbccb #bcdfd0

#dfbccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbccb Color CSS Codes

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

#dfbccb Text Font Color

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

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


#dfbccb Background Color

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

This div background color is #dfbccb


#dfbccb Border Color

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

This div border color is #dfbccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,188,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 #dfbccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbccb


Comments

No comments written yet.

Please login to write comment.