Color Hex Logo

#dfbde1 Color Hex

#DFBDE1
(223,189,225)
0 Favorites   0 Comments

Color spaces of #dfbde1

RGB 223189225
HSL0.820.380.81
HSV297°16°88°
CMYK 0.010.160.00   0.12
XYZ62.219657.519479.0572
Yxy57.51940.31300.2893
Hunter Lab75.841513.7168-8.7148
CIE-Lab80.470818.3205-13.4299

#dfbde1 color RGB value is (223,189,225).

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

The process color (four color CMYK) of #dfbde1 color hex is 0.01, 0.16, 0.00, 0.12. Web safe color of #dfbde1 is #cccccc. Color #dfbde1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11100001
Octal 337 275 341
Decimal 223 189 225
Hex DF BD E1

RGB Percentages of Color #dfbde1

%35.01
%29.67
%35.32

CMYK Percentages of Color #dfbde1

%1
%16
%0
%12

Triadic Colors of #dfbde1

#dfbde1 #e1dfbd #bde1df

Analogous Colors of #dfbde1

#dfbde1 #e1bdd1 #cdbde1

Monochromatic Colors of #dfbde1

#dfbde1

Complementary Color

#dfbde1 #bfe1bd

#dfbde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbde1 Color CSS Codes

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

#dfbde1 Text Font Color

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

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


#dfbde1 Background Color

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

This div background color is #dfbde1


#dfbde1 Border Color

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

This div border color is #dfbde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbde1

#dfbde1 Color Palettes


Comments

No comments written yet.

Please login to write comment.