Color Hex Logo

#ddbbd8 Color Hex

#DDBBD8
(221,187,216)
0 Favorites   0 Comments

Color spaces of #ddbbd8

RGB 221187216
HSL0.860.330.80
HSV309°15°87°
CMYK 0.000.150.02   0.13
XYZ59.983855.870772.5884
Yxy55.87070.31830.2965
Hunter Lab74.746712.4385-5.2553
CIE-Lab79.540217.0683-9.9914

#ddbbd8 color RGB value is (221,187,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11011000
Octal 335 273 330
Decimal 221 187 216
Hex DD BB D8

RGB Percentages of Color #ddbbd8

%35.42
%29.97
%34.62

CMYK Percentages of Color #ddbbd8

%0
%15
%2
%13

Triadic Colors of #ddbbd8

#ddbbd8 #d8ddbb #bbd8dd

Analogous Colors of #ddbbd8

#ddbbd8 #ddbbc7 #d1bbdd

Monochromatic Colors of #ddbbd8

#ddbbd8

Complementary Color

#ddbbd8 #bbddc0

#ddbbd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbd8 Color CSS Codes

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

#ddbbd8 Text Font Color

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

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


#ddbbd8 Background Color

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

This div background color is #ddbbd8


#ddbbd8 Border Color

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

This div border color is #ddbbd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbd8


Comments

No comments written yet.

Please login to write comment.