Color Hex Logo

#dfbde5 Color Hex

#DFBDE5
(223,189,229)
1 Favorites   0 Comments

Color spaces of #dfbde5

RGB 223189229
HSL0.810.430.82
HSV291°17°90°
CMYK 0.030.170.00   0.10
XYZ62.771957.740381.9653
Yxy57.74030.31000.2852
Hunter Lab75.987014.4792-10.7637
CIE-Lab80.594219.0697-15.3949

#dfbde5 color RGB value is (223,189,229).

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

The process color (four color CMYK) of #dfbde5 color hex is 0.03, 0.17, 0.00, 0.10. Web safe color of #dfbde5 is #cccccc. Color #dfbde5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11100101
Octal 337 275 345
Decimal 223 189 229
Hex DF BD E5

RGB Percentages of Color #dfbde5

%34.79
%29.49
%35.73

CMYK Percentages of Color #dfbde5

%3
%17
%0
%10

Triadic Colors of #dfbde5

#dfbde5 #e5dfbd #bde5df

Analogous Colors of #dfbde5

#dfbde5 #e5bdd7 #cbbde5

Monochromatic Colors of #dfbde5

#dfbde5

Complementary Color

#dfbde5 #c3e5bd

#dfbde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbde5 Color CSS Codes

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

#dfbde5 Text Font Color

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

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


#dfbde5 Background Color

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

This div background color is #dfbde5


#dfbde5 Border Color

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

This div border color is #dfbde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbde5

#dfbde5 Color Palettes


Comments

No comments written yet.

Please login to write comment.