Color Hex Logo

#dfbddf Color Hex

#DFBDDF
(223,189,223)
0 Favorites   0 Comments

Color spaces of #dfbddf

RGB 223189223
HSL0.830.350.81
HSV300°15°87°
CMYK 0.000.150.00   0.13
XYZ61.948357.410977.6284
Yxy57.41090.31450.2914
Hunter Lab75.770013.3412-7.7052
CIE-Lab80.410217.9502-12.4450

#dfbddf color RGB value is (223,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11011111
Octal 337 275 337
Decimal 223 189 223
Hex DF BD DF

RGB Percentages of Color #dfbddf

%35.12
%29.76
%35.12

CMYK Percentages of Color #dfbddf

%0
%15
%0
%13

Triadic Colors of #dfbddf

#dfbddf #dfdfbd #bddfdf

Analogous Colors of #dfbddf

#dfbddf #dfbdce #cebddf

Monochromatic Colors of #dfbddf

#dfbddf

Complementary Color

#dfbddf #bddfbd

#dfbddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbddf Color CSS Codes

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

#dfbddf Text Font Color

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

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


#dfbddf Background Color

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

This div background color is #dfbddf


#dfbddf Border Color

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

This div border color is #dfbddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbddf


Comments

No comments written yet.

Please login to write comment.