Color Hex Logo

#dfbccc Color Hex

#DFBCCC
(223,188,204)
0 Favorites   0 Comments

Color spaces of #dfbccc

RGB 223188204
HSL0.920.350.81
HSV333°16°87°
CMYK 0.000.160.09   0.13
XYZ59.313756.014064.8124
Yxy56.01400.32930.3109
Hunter Lab74.842510.48931.0456
CIE-Lab79.621815.1135-3.3749

#dfbccc color RGB value is (223,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 11001100
Octal 337 274 314
Decimal 223 188 204
Hex DF BC CC

RGB Percentages of Color #dfbccc

%36.26
%30.57
%33.17

CMYK Percentages of Color #dfbccc

%0
%16
%9
%13

Triadic Colors of #dfbccc

#dfbccc #ccdfbc #bcccdf

Analogous Colors of #dfbccc

#dfbccc #dfbebc #dfbcde

Monochromatic Colors of #dfbccc

#dfbccc

Complementary Color

#dfbccc #bcdfcf

#dfbccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbccc Color CSS Codes

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

#dfbccc Text Font Color

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

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


#dfbccc Background Color

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

This div background color is #dfbccc


#dfbccc Border Color

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

This div border color is #dfbccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbccc


Comments

No comments written yet.

Please login to write comment.