Color Hex Logo

#ddbfbc Color Hex

#DDBFBC
(221,191,188)
0 Favorites   0 Comments

Color spaces of #ddbfbc

RGB 221191188
HSL0.020.330.80
HSV15°87°
CMYK 0.000.140.15   0.13
XYZ57.526756.264655.4051
Yxy56.26460.34000.3325
Hunter Lab75.00975.62878.7129
CIE-Lab79.764210.16495.4395

#ddbfbc color RGB value is (221,191,188).

#ddbfbc hex color red value is 221, green value is 191 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ddbfbc hue: 0.02 , saturation: 0.33 and the lightness value of ddbfbc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 10111100
Octal 335 277 274
Decimal 221 191 188
Hex DD BF BC

RGB Percentages of Color #ddbfbc

%36.83
%31.83
%31.33

CMYK Percentages of Color #ddbfbc

%0
%14
%15
%13

Triadic Colors of #ddbfbc

#ddbfbc #bcddbf #bfbcdd

Analogous Colors of #ddbfbc

#ddbfbc #ddd0bc #ddbcca

Monochromatic Colors of #ddbfbc

#ddbfbc

Complementary Color

#ddbfbc #bcdadd

#ddbfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbfbc Color CSS Codes

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

#ddbfbc Text Font Color

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

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


#ddbfbc Background Color

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

This div background color is #ddbfbc


#ddbfbc Border Color

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

This div border color is #ddbfbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,191,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddbfbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddbfbc;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbfbc;
  box-shadow:         1px 1px 3px 2px #ddbfbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,191,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbfbc


Comments

No comments written yet.

Please login to write comment.