Color Hex Logo

#dfbedc Color Hex

#DFBEDC
(223,190,220)
0 Favorites   0 Comments

Color spaces of #dfbedc

RGB 223190220
HSL0.850.340.81
HSV305°15°87°
CMYK 0.000.150.01   0.13
XYZ61.763157.682275.5887
Yxy57.68220.31670.2958
Hunter Lab75.948812.2494-5.8447
CIE-Lab80.561816.8642-10.6048

#dfbedc color RGB value is (223,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11011100
Octal 337 276 334
Decimal 223 190 220
Hex DF BE DC

RGB Percentages of Color #dfbedc

%35.23
%30.02
%34.76

CMYK Percentages of Color #dfbedc

%0
%15
%1
%13

Triadic Colors of #dfbedc

#dfbedc #dcdfbe #bedcdf

Analogous Colors of #dfbedc

#dfbedc #dfbecc #d2bedf

Monochromatic Colors of #dfbedc

#dfbedc

Complementary Color

#dfbedc #bedfc1

#dfbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbedc Color CSS Codes

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

#dfbedc Text Font Color

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

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


#dfbedc Background Color

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

This div background color is #dfbedc


#dfbedc Border Color

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

This div border color is #dfbedc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,190,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 #dfbedc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbedc


Comments

No comments written yet.

Please login to write comment.