Color Hex Logo

#dfbdd5 Color Hex

#DFBDD5
(223,189,213)
0 Favorites   0 Comments

Color spaces of #dfbdd5

RGB 223189213
HSL0.880.350.81
HSV318°15°87°
CMYK 0.000.150.04   0.13
XYZ60.639356.887370.7351
Yxy56.88730.32210.3022
Hunter Lab75.423711.5194-2.8078
CIE-Lab80.116216.1422-7.4986

#dfbdd5 color RGB value is (223,189,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11010101
Octal 337 275 325
Decimal 223 189 213
Hex DF BD D5

RGB Percentages of Color #dfbdd5

%35.68
%30.24
%34.08

CMYK Percentages of Color #dfbdd5

%0
%15
%4
%13

Triadic Colors of #dfbdd5

#dfbdd5 #d5dfbd #bdd5df

Analogous Colors of #dfbdd5

#dfbdd5 #dfbdc4 #d8bddf

Monochromatic Colors of #dfbdd5

#dfbdd5

Complementary Color

#dfbdd5 #bddfc7

#dfbdd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdd5 Color CSS Codes

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

#dfbdd5 Text Font Color

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

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


#dfbdd5 Background Color

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

This div background color is #dfbdd5


#dfbdd5 Border Color

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

This div border color is #dfbdd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdd5


Comments

No comments written yet.

Please login to write comment.