Color Hex Logo

#dfbbd8 Color Hex

#DFBBD8
(223,187,216)
0 Favorites   0 Comments

Color spaces of #dfbbd8

RGB 223187216
HSL0.870.360.80
HSV312°16°87°
CMYK 0.000.160.03   0.13
XYZ60.596456.186572.6170
Yxy56.18650.31990.2967
Hunter Lab74.957713.1250-4.9682
CIE-Lab79.719817.7489-9.7046

#dfbbd8 color RGB value is (223,187,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 11011000
Octal 337 273 330
Decimal 223 187 216
Hex DF BB D8

RGB Percentages of Color #dfbbd8

%35.62
%29.87
%34.50

CMYK Percentages of Color #dfbbd8

%0
%16
%3
%13

Triadic Colors of #dfbbd8

#dfbbd8 #d8dfbb #bbd8df

Analogous Colors of #dfbbd8

#dfbbd8 #dfbbc6 #d4bbdf

Monochromatic Colors of #dfbbd8

#dfbbd8

Complementary Color

#dfbbd8 #bbdfc2

#dfbbd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbd8 Color CSS Codes

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

#dfbbd8 Text Font Color

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

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


#dfbbd8 Background Color

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

This div background color is #dfbbd8


#dfbbd8 Border Color

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

This div border color is #dfbbd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbd8


Comments

No comments written yet.

Please login to write comment.