Color Hex Logo

#dfbbdb Color Hex

#DFBBDB
(223,187,219)
0 Favorites   0 Comments

Color spaces of #dfbbdb

RGB 223187219
HSL0.850.360.80
HSV307°16°87°
CMYK 0.000.160.02   0.13
XYZ60.987956.343174.6787
Yxy56.34310.31760.2934
Hunter Lab75.062013.6727-6.4438
CIE-Lab79.808718.2908-11.1897

#dfbbdb color RGB value is (223,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 11011011
Octal 337 273 333
Decimal 223 187 219
Hex DF BB DB

RGB Percentages of Color #dfbbdb

%35.45
%29.73
%34.82

CMYK Percentages of Color #dfbbdb

%0
%16
%2
%13

Triadic Colors of #dfbbdb

#dfbbdb #dbdfbb #bbdbdf

Analogous Colors of #dfbbdb

#dfbbdb #dfbbc9 #d1bbdf

Monochromatic Colors of #dfbbdb

#dfbbdb

Complementary Color

#dfbbdb #bbdfbf

#dfbbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbdb Color CSS Codes

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

#dfbbdb Text Font Color

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

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


#dfbbdb Background Color

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

This div background color is #dfbbdb


#dfbbdb Border Color

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

This div border color is #dfbbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbdb


Comments

No comments written yet.

Please login to write comment.