Color Hex Logo

#dfbdce Color Hex

#DFBDCE
(223,189,206)
0 Favorites   0 Comments

Color spaces of #dfbdce

RGB 223189206
HSL0.920.350.81
HSV330°15°87°
CMYK 0.000.150.08   0.13
XYZ59.769656.539466.1555
Yxy56.53940.32760.3099
Hunter Lab75.192710.29990.4708
CIE-Lab79.919814.9208-4.0152

#dfbdce color RGB value is (223,189,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11001110
Octal 337 275 316
Decimal 223 189 206
Hex DF BD CE

RGB Percentages of Color #dfbdce

%36.08
%30.58
%33.33

CMYK Percentages of Color #dfbdce

%0
%15
%8
%13

Triadic Colors of #dfbdce

#dfbdce #cedfbd #bdcedf

Analogous Colors of #dfbdce

#dfbdce #dfbdbd #dfbddf

Monochromatic Colors of #dfbdce

#dfbdce

Complementary Color

#dfbdce #bddfce

#dfbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdce Color CSS Codes

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

#dfbdce Text Font Color

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

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


#dfbdce Background Color

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

This div background color is #dfbdce


#dfbdce Border Color

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

This div border color is #dfbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdce


Comments

No comments written yet.

Please login to write comment.