Color Hex Logo

#dfbddc Color Hex

#DFBDDC
(223,189,220)
0 Favorites   0 Comments

Color spaces of #dfbddc

RGB 223189220
HSL0.850.350.81
HSV305°15°87°
CMYK 0.000.150.01   0.13
XYZ61.547357.250575.5167
Yxy57.25050.31670.2946
Hunter Lab75.664112.7849-6.2097
CIE-Lab80.320317.4002-10.9649

#dfbddc color RGB value is (223,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11011100
Octal 337 275 334
Decimal 223 189 220
Hex DF BD DC

RGB Percentages of Color #dfbddc

%35.28
%29.91
%34.81

CMYK Percentages of Color #dfbddc

%0
%15
%1
%13

Triadic Colors of #dfbddc

#dfbddc #dcdfbd #bddcdf

Analogous Colors of #dfbddc

#dfbddc #dfbdcb #d1bddf

Monochromatic Colors of #dfbddc

#dfbddc

Complementary Color

#dfbddc #bddfc0

#dfbddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbddc Color CSS Codes

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

#dfbddc Text Font Color

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

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


#dfbddc Background Color

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

This div background color is #dfbddc


#dfbddc Border Color

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

This div border color is #dfbddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbddc


Comments

No comments written yet.

Please login to write comment.