Color Hex Logo

#dfbedb Color Hex

#DFBEDB
(223,190,219)
0 Favorites   0 Comments

Color spaces of #dfbedb

RGB 223190219
HSL0.850.340.81
HSV307°15°87°
CMYK 0.000.150.02   0.13
XYZ61.631157.629474.8931
Yxy57.62940.31740.2968
Hunter Lab75.914012.0664-5.3528
CIE-Lab80.532316.6825-10.1107

#dfbedb color RGB value is (223,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11011011
Octal 337 276 333
Decimal 223 190 219
Hex DF BE DB

RGB Percentages of Color #dfbedb

%35.28
%30.06
%34.65

CMYK Percentages of Color #dfbedb

%0
%15
%2
%13

Triadic Colors of #dfbedb

#dfbedb #dbdfbe #bedbdf

Analogous Colors of #dfbedb

#dfbedb #dfbecb #d3bedf

Monochromatic Colors of #dfbedb

#dfbedb

Complementary Color

#dfbedb #bedfc2

#dfbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbedb Color CSS Codes

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

#dfbedb Text Font Color

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

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


#dfbedb Background Color

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

This div background color is #dfbedb


#dfbedb Border Color

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

This div border color is #dfbedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbedb


Comments

No comments written yet.

Please login to write comment.