Color Hex Logo

#ddb1da Color Hex

#DDB1DA
(221,177,218)
0 Favorites   0 Comments

Color spaces of #ddb1da

RGB 221177218
HSL0.840.390.78
HSV304°20°87°
CMYK 0.000.200.01   0.13
XYZ58.195851.878473.2759
Yxy51.87840.31740.2829
Hunter Lab72.026718.1770-9.8997
CIE-Lab77.208122.8161-14.5622

#ddb1da color RGB value is (221,177,218).

#ddb1da hex color red value is 221, green value is 177 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ddb1da hue: 0.84 , saturation: 0.39 and the lightness value of ddb1da is 0.78.

The process color (four color CMYK) of #ddb1da color hex is 0.00, 0.20, 0.01, 0.13. Web safe color of #ddb1da is #cc99cc. Color #ddb1da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 11011010
Octal 335 261 332
Decimal 221 177 218
Hex DD B1 DA

RGB Percentages of Color #ddb1da

%35.88
%28.73
%35.39

CMYK Percentages of Color #ddb1da

%0
%20
%1
%13

Triadic Colors of #ddb1da

#ddb1da #daddb1 #b1dadd

Analogous Colors of #ddb1da

#ddb1da #ddb1c4 #cab1dd

Monochromatic Colors of #ddb1da

#ddb1da

Complementary Color

#ddb1da #b1ddb4

#ddb1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb1da Color CSS Codes

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

#ddb1da Text Font Color

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

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


#ddb1da Background Color

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

This div background color is #ddb1da


#ddb1da Border Color

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

This div border color is #ddb1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb1da


Comments

No comments written yet.

Please login to write comment.