Color Hex Logo

#ddbfd0 Color Hex

#DDBFD0
(221,191,208)
0 Favorites   0 Comments

Color spaces of #ddbfd0

RGB 221191208
HSL0.910.310.81
HSV326°14°87°
CMYK 0.000.140.06   0.13
XYZ59.834857.187867.5592
Yxy57.18780.32420.3098
Hunter Lab75.62268.8948-0.0323
CIE-Lab80.285113.5020-4.5751

#ddbfd0 color RGB value is (221,191,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 11010000
Octal 335 277 320
Decimal 221 191 208
Hex DD BF D0

RGB Percentages of Color #ddbfd0

%35.65
%30.81
%33.55

CMYK Percentages of Color #ddbfd0

%0
%14
%6
%13

Triadic Colors of #ddbfd0

#ddbfd0 #d0ddbf #bfd0dd

Analogous Colors of #ddbfd0

#ddbfd0 #ddbfc1 #dbbfdd

Monochromatic Colors of #ddbfd0

#ddbfd0

Complementary Color

#ddbfd0 #bfddcc

#ddbfd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbfd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbfd0 Color CSS Codes

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

#ddbfd0 Text Font Color

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

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


#ddbfd0 Background Color

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

This div background color is #ddbfd0


#ddbfd0 Border Color

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

This div border color is #ddbfd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbfd0


Comments

No comments written yet.

Please login to write comment.