Color Hex Logo

#dfbde4 Color Hex

#DFBDE4
(223,189,228)
0 Favorites   0 Comments

Color spaces of #dfbde4

RGB 223189228
HSL0.810.420.82
HSV292°17°89°
CMYK 0.020.170.00   0.11
XYZ62.632657.684681.2319
Yxy57.68460.31080.2862
Hunter Lab75.950414.2871-10.2477
CIE-Lab80.563118.8813-14.9042

#dfbde4 color RGB value is (223,189,228).

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

The process color (four color CMYK) of #dfbde4 color hex is 0.02, 0.17, 0.00, 0.11. Web safe color of #dfbde4 is #cccccc. Color #dfbde4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11100100
Octal 337 275 344
Decimal 223 189 228
Hex DF BD E4

RGB Percentages of Color #dfbde4

%34.84
%29.53
%35.63

CMYK Percentages of Color #dfbde4

%2
%17
%0
%11

Triadic Colors of #dfbde4

#dfbde4 #e4dfbd #bde4df

Analogous Colors of #dfbde4

#dfbde4 #e4bdd6 #ccbde4

Monochromatic Colors of #dfbde4

#dfbde4

Complementary Color

#dfbde4 #c2e4bd

#dfbde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbde4 Color CSS Codes

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

#dfbde4 Text Font Color

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

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


#dfbde4 Background Color

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

This div background color is #dfbde4


#dfbde4 Border Color

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

This div border color is #dfbde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbde4

#dfbde4 Color Palettes


Comments

No comments written yet.

Please login to write comment.