Color Hex Logo

#ddbfcb Color Hex

#DDBFCB
(221,191,203)
0 Favorites   0 Comments

Color spaces of #ddbfcb

RGB 221191203
HSL0.930.310.81
HSV336°14°87°
CMYK 0.000.140.08   0.13
XYZ59.229156.945664.3698
Yxy56.94560.32810.3154
Hunter Lab75.46238.04262.2489
CIE-Lab80.149012.6378-2.0821

#ddbfcb color RGB value is (221,191,203).

#ddbfcb hex color red value is 221, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ddbfcb hue: 0.93 , saturation: 0.31 and the lightness value of ddbfcb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 11001011
Octal 335 277 313
Decimal 221 191 203
Hex DD BF CB

RGB Percentages of Color #ddbfcb

%35.93
%31.06
%33.01

CMYK Percentages of Color #ddbfcb

%0
%14
%8
%13

Triadic Colors of #ddbfcb

#ddbfcb #cbddbf #bfcbdd

Analogous Colors of #ddbfcb

#ddbfcb #ddc2bf #ddbfda

Monochromatic Colors of #ddbfcb

#ddbfcb

Complementary Color

#ddbfcb #bfddd1

#ddbfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbfcb Color CSS Codes

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

#ddbfcb Text Font Color

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

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


#ddbfcb Background Color

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

This div background color is #ddbfcb


#ddbfcb Border Color

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

This div border color is #ddbfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbfcb


Comments

No comments written yet.

Please login to write comment.