Color Hex Logo

#dfbdeb Color Hex

#DFBDEB
(223,189,235)
0 Favorites   0 Comments

Color spaces of #dfbdeb

RGB 223189235
HSL0.790.530.83
HSV284°20°92°
CMYK 0.050.200.00   0.08
XYZ63.624458.081386.4547
Yxy58.08130.30570.2790
Hunter Lab76.211115.6503-13.9115
CIE-Lab80.784020.2139-18.3305

#dfbdeb color RGB value is (223,189,235).

#dfbdeb hex color red value is 223, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dfbdeb hue: 0.79 , saturation: 0.53 and the lightness value of dfbdeb is 0.83.

The process color (four color CMYK) of #dfbdeb color hex is 0.05, 0.20, 0.00, 0.08. Web safe color of #dfbdeb is #ccccff. Color #dfbdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11101011
Octal 337 275 353
Decimal 223 189 235
Hex DF BD EB

RGB Percentages of Color #dfbdeb

%34.47
%29.21
%36.32

CMYK Percentages of Color #dfbdeb

%5
%20
%0
%8

Triadic Colors of #dfbdeb

#dfbdeb #ebdfbd #bdebdf

Analogous Colors of #dfbdeb

#dfbdeb #ebbde0 #c8bdeb

Monochromatic Colors of #dfbdeb

#dfbdeb

Complementary Color

#dfbdeb #c9ebbd

#dfbdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdeb Color CSS Codes

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

#dfbdeb Text Font Color

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

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


#dfbdeb Background Color

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

This div background color is #dfbdeb


#dfbdeb Border Color

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

This div border color is #dfbdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdeb


Comments

No comments written yet.

Please login to write comment.