Color Hex Logo

#dfbbda Color Hex

#DFBBDA
(223,187,218)
0 Favorites   0 Comments

Color spaces of #dfbbda

RGB 223187218
HSL0.860.360.80
HSV308°16°87°
CMYK 0.000.160.02   0.13
XYZ60.856656.290673.9873
Yxy56.29060.31840.2945
Hunter Lab75.027113.4891-5.9494
CIE-Lab79.778918.1094-10.6950

#dfbbda color RGB value is (223,187,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 11011010
Octal 337 273 332
Decimal 223 187 218
Hex DF BB DA

RGB Percentages of Color #dfbbda

%35.51
%29.78
%34.71

CMYK Percentages of Color #dfbbda

%0
%16
%2
%13

Triadic Colors of #dfbbda

#dfbbda #dadfbb #bbdadf

Analogous Colors of #dfbbda

#dfbbda #dfbbc8 #d2bbdf

Monochromatic Colors of #dfbbda

#dfbbda

Complementary Color

#dfbbda #bbdfc0

#dfbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbda Color CSS Codes

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

#dfbbda Text Font Color

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

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


#dfbbda Background Color

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

This div background color is #dfbbda


#dfbbda Border Color

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

This div border color is #dfbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbda

#dfbbda Color Palettes


Comments

No comments written yet.

Please login to write comment.