Color Hex Logo

#ddbbd2 Color Hex

#DDBBD2
(221,187,210)
0 Favorites   0 Comments

Color spaces of #ddbbd2

RGB 221187210
HSL0.890.330.80
HSV319°15°87°
CMYK 0.000.150.05   0.13
XYZ59.222055.565968.5767
Yxy55.56590.32300.3030
Hunter Lab74.542511.3639-2.3651
CIE-Lab79.366115.9952-7.0117

#ddbbd2 color RGB value is (221,187,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11010010
Octal 335 273 322
Decimal 221 187 210
Hex DD BB D2

RGB Percentages of Color #ddbbd2

%35.76
%30.26
%33.98

CMYK Percentages of Color #ddbbd2

%0
%15
%5
%13

Triadic Colors of #ddbbd2

#ddbbd2 #d2ddbb #bbd2dd

Analogous Colors of #ddbbd2

#ddbbd2 #ddbbc1 #d7bbdd

Monochromatic Colors of #ddbbd2

#ddbbd2

Complementary Color

#ddbbd2 #bbddc6

#ddbbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbd2 Color CSS Codes

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

#ddbbd2 Text Font Color

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

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


#ddbbd2 Background Color

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

This div background color is #ddbbd2


#ddbbd2 Border Color

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

This div border color is #ddbbd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbd2


Comments

No comments written yet.

Please login to write comment.