Color Hex Logo

#ddbbd5 Color Hex

#DDBBD5
(221,187,213)
0 Favorites   0 Comments

Color spaces of #ddbbd5

RGB 221187213
HSL0.870.330.80
HSV314°15°87°
CMYK 0.000.150.04   0.13
XYZ59.599455.716970.5640
Yxy55.71690.32060.2997
Hunter Lab74.643811.8970-3.7988
CIE-Lab79.452416.5284-8.5032

#ddbbd5 color RGB value is (221,187,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11010101
Octal 335 273 325
Decimal 221 187 213
Hex DD BB D5

RGB Percentages of Color #ddbbd5

%35.59
%30.11
%34.30

CMYK Percentages of Color #ddbbd5

%0
%15
%4
%13

Triadic Colors of #ddbbd5

#ddbbd5 #d5ddbb #bbd5dd

Analogous Colors of #ddbbd5

#ddbbd5 #ddbbc4 #d4bbdd

Monochromatic Colors of #ddbbd5

#ddbbd5

Complementary Color

#ddbbd5 #bbddc3

#ddbbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbd5 Color CSS Codes

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

#ddbbd5 Text Font Color

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

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


#ddbbd5 Background Color

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

This div background color is #ddbbd5


#ddbbd5 Border Color

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

This div border color is #ddbbd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbd5

#ddbbd5 Color Palettes


Comments

No comments written yet.

Please login to write comment.