Color Hex Logo

#dfbdd6 Color Hex

#DFBDD6
(223,189,214)
0 Favorites   0 Comments

Color spaces of #dfbdd6

RGB 223189214
HSL0.880.350.81
HSV316°15°87°
CMYK 0.000.150.04   0.13
XYZ60.766656.938271.4058
Yxy56.93820.32130.3011
Hunter Lab75.457411.6974-3.2863
CIE-Lab80.144816.3197-7.9949

#dfbdd6 color RGB value is (223,189,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11010110
Octal 337 275 326
Decimal 223 189 214
Hex DF BD D6

RGB Percentages of Color #dfbdd6

%35.62
%30.19
%34.19

CMYK Percentages of Color #dfbdd6

%0
%15
%4
%13

Triadic Colors of #dfbdd6

#dfbdd6 #d6dfbd #bdd6df

Analogous Colors of #dfbdd6

#dfbdd6 #dfbdc5 #d7bddf

Monochromatic Colors of #dfbdd6

#dfbdd6

Complementary Color

#dfbdd6 #bddfc6

#dfbdd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdd6 Color CSS Codes

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

#dfbdd6 Text Font Color

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

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


#dfbdd6 Background Color

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

This div background color is #dfbdd6


#dfbdd6 Border Color

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

This div border color is #dfbdd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdd6


Comments

No comments written yet.

Please login to write comment.