Color Hex Logo

#dfbecc Color Hex

#DFBECC
(223,190,204)
0 Favorites   0 Comments

Color spaces of #dfbecc

RGB 223190204
HSL0.930.340.81
HSV335°15°87°
CMYK 0.000.150.09   0.13
XYZ59.744056.874564.9558
Yxy56.87450.32900.3132
Hunter Lab75.41529.43131.7236
CIE-Lab80.109014.0444-2.6589

#dfbecc color RGB value is (223,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11001100
Octal 337 276 314
Decimal 223 190 204
Hex DF BE CC

RGB Percentages of Color #dfbecc

%36.14
%30.79
%33.06

CMYK Percentages of Color #dfbecc

%0
%15
%9
%13

Triadic Colors of #dfbecc

#dfbecc #ccdfbe #beccdf

Analogous Colors of #dfbecc

#dfbecc #dfc1be #dfbedd

Monochromatic Colors of #dfbecc

#dfbecc

Complementary Color

#dfbecc #bedfd1

#dfbecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbecc Color CSS Codes

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

#dfbecc Text Font Color

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

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


#dfbecc Background Color

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

This div background color is #dfbecc


#dfbecc Border Color

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

This div border color is #dfbecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbecc


Comments

No comments written yet.

Please login to write comment.