Color Hex Logo

#dfbdde Color Hex

#DFBDDE
(223,189,222)
0 Favorites   0 Comments

Color spaces of #dfbdde

RGB 223189222
HSL0.840.350.81
HSV302°15°87°
CMYK 0.000.150.00   0.13
XYZ61.813857.357176.9203
Yxy57.35710.31520.2925
Hunter Lab75.734513.1548-7.2042
CIE-Lab80.380017.7661-11.9520

#dfbdde color RGB value is (223,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11011110
Octal 337 275 336
Decimal 223 189 222
Hex DF BD DE

RGB Percentages of Color #dfbdde

%35.17
%29.81
%35.02

CMYK Percentages of Color #dfbdde

%0
%15
%0
%13

Triadic Colors of #dfbdde

#dfbdde #dedfbd #bddedf

Analogous Colors of #dfbdde

#dfbdde #dfbdcd #cfbddf

Monochromatic Colors of #dfbdde

#dfbdde

Complementary Color

#dfbdde #bddfbe

#dfbdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdde Color CSS Codes

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

#dfbdde Text Font Color

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

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


#dfbdde Background Color

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

This div background color is #dfbdde


#dfbdde Border Color

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

This div border color is #dfbdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdde

#dfbdde Color Palettes


Comments

No comments written yet.

Please login to write comment.