Color Hex Logo

#dfbedd Color Hex

#DFBEDD
(223,190,221)
0 Favorites   0 Comments

Color spaces of #dfbedd

RGB 223190221
HSL0.840.340.81
HSV304°15°87°
CMYK 0.000.150.01   0.13
XYZ61.896057.735376.2884
Yxy57.73530.31590.2947
Hunter Lab75.983712.4337-6.3391
CIE-Lab80.591417.0469-11.0985

#dfbedd color RGB value is (223,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11011101
Octal 337 276 335
Decimal 223 190 221
Hex DF BE DD

RGB Percentages of Color #dfbedd

%35.17
%29.97
%34.86

CMYK Percentages of Color #dfbedd

%0
%15
%1
%13

Triadic Colors of #dfbedd

#dfbedd #dddfbe #bedddf

Analogous Colors of #dfbedd

#dfbedd #dfbecd #d1bedf

Monochromatic Colors of #dfbedd

#dfbedd

Complementary Color

#dfbedd #bedfc0

#dfbedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbedd Color CSS Codes

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

#dfbedd Text Font Color

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

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


#dfbedd Background Color

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

This div background color is #dfbedd


#dfbedd Border Color

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

This div border color is #dfbedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbedd


Comments

No comments written yet.

Please login to write comment.