Color Hex Logo

#ddafba Color Hex

#DDAFBA
(221,175,186)
0 Favorites   0 Comments

Color spaces of #ddafba

RGB 221175186
HSL0.960.400.78
HSV346°21°87°
CMYK 0.000.210.16   0.13
XYZ54.011749.577353.1770
Yxy49.57730.34450.3163
Hunter Lab70.411113.70614.5099
CIE-Lab75.809118.41690.7901

#ddafba color RGB value is (221,175,186).

#ddafba hex color red value is 221, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ddafba hue: 0.96 , saturation: 0.40 and the lightness value of ddafba is 0.78.

The process color (four color CMYK) of #ddafba color hex is 0.00, 0.21, 0.16, 0.13. Web safe color of #ddafba is #cc99cc. Color #ddafba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 10111010
Octal 335 257 272
Decimal 221 175 186
Hex DD AF BA

RGB Percentages of Color #ddafba

%37.97
%30.07
%31.96

CMYK Percentages of Color #ddafba

%0
%21
%16
%13

Triadic Colors of #ddafba

#ddafba #baddaf #afbadd

Analogous Colors of #ddafba

#ddafba #ddbbaf #ddafd1

Monochromatic Colors of #ddafba

#ddafba

Complementary Color

#ddafba #afddd2

#ddafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafba Color CSS Codes

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

#ddafba Text Font Color

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

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


#ddafba Background Color

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

This div background color is #ddafba


#ddafba Border Color

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

This div border color is #ddafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafba


Comments

No comments written yet.

Please login to write comment.