Color Hex Logo

#ddafb6 Color Hex

#DDAFB6
(221,175,182)
0 Favorites   0 Comments

Color spaces of #ddafb6

RGB 221175182
HSL0.970.400.78
HSV351°21°87°
CMYK 0.000.210.18   0.13
XYZ53.592349.409550.9683
Yxy49.40950.34810.3209
Hunter Lab70.291913.08216.2134
CIE-Lab75.705417.78922.8228

#ddafb6 color RGB value is (221,175,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 10110110
Octal 335 257 266
Decimal 221 175 182
Hex DD AF B6

RGB Percentages of Color #ddafb6

%38.24
%30.28
%31.49

CMYK Percentages of Color #ddafb6

%0
%21
%18
%13

Triadic Colors of #ddafb6

#ddafb6 #b6ddaf #afb6dd

Analogous Colors of #ddafb6

#ddafb6 #ddbfaf #ddafcd

Monochromatic Colors of #ddafb6

#ddafb6

Complementary Color

#ddafb6 #afddd6

#ddafb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafb6 Color CSS Codes

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

#ddafb6 Text Font Color

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

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


#ddafb6 Background Color

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

This div background color is #ddafb6


#ddafb6 Border Color

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

This div border color is #ddafb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafb6


Comments

No comments written yet.

Please login to write comment.