Color Hex Logo

#ddbbd1 Color Hex

#DDBBD1
(221,187,209)
0 Favorites   0 Comments

Color spaces of #ddbbd1

RGB 221187209
HSL0.890.330.80
HSV321°15°87°
CMYK 0.000.150.05   0.13
XYZ59.097755.516267.9225
Yxy55.51620.32380.3041
Hunter Lab74.509211.1879-1.8923
CIE-Lab79.337715.8188-6.5139

#ddbbd1 color RGB value is (221,187,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11010001
Octal 335 273 321
Decimal 221 187 209
Hex DD BB D1

RGB Percentages of Color #ddbbd1

%35.82
%30.31
%33.87

CMYK Percentages of Color #ddbbd1

%0
%15
%5
%13

Triadic Colors of #ddbbd1

#ddbbd1 #d1ddbb #bbd1dd

Analogous Colors of #ddbbd1

#ddbbd1 #ddbbc0 #d8bbdd

Monochromatic Colors of #ddbbd1

#ddbbd1

Complementary Color

#ddbbd1 #bbddc7

#ddbbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbd1 Color CSS Codes

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

#ddbbd1 Text Font Color

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

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


#ddbbd1 Background Color

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

This div background color is #ddbbd1


#ddbbd1 Border Color

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

This div border color is #ddbbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbd1


Comments

No comments written yet.

Please login to write comment.