Color Hex Logo

#dfbccf Color Hex

#DFBCCF
(223,188,207)
0 Favorites   0 Comments

Color spaces of #dfbccf

RGB 223188207
HSL0.910.350.81
HSV327°16°87°
CMYK 0.000.160.07   0.13
XYZ59.677156.159466.7260
Yxy56.15940.32690.3076
Hunter Lab74.939611.0018-0.3340
CIE-Lab79.704515.6280-4.8721

#dfbccf color RGB value is (223,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 11001111
Octal 337 274 317
Decimal 223 188 207
Hex DF BC CF

RGB Percentages of Color #dfbccf

%36.08
%30.42
%33.50

CMYK Percentages of Color #dfbccf

%0
%16
%7
%13

Triadic Colors of #dfbccf

#dfbccf #cfdfbc #bccfdf

Analogous Colors of #dfbccf

#dfbccf #dfbcbe #debcdf

Monochromatic Colors of #dfbccf

#dfbccf

Complementary Color

#dfbccf #bcdfcc

#dfbccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbccf Color CSS Codes

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

#dfbccf Text Font Color

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

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


#dfbccf Background Color

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

This div background color is #dfbccf


#dfbccf Border Color

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

This div border color is #dfbccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbccf


Comments

No comments written yet.

Please login to write comment.