Color Hex Logo

#ddafbf Color Hex

#DDAFBF
(221,175,191)
0 Favorites   0 Comments

Color spaces of #ddafbf

RGB 221175191
HSL0.940.400.78
HSV339°21°87°
CMYK 0.000.210.14   0.13
XYZ54.552749.793756.0261
Yxy49.79370.34020.3105
Hunter Lab70.564714.50812.3209
CIE-Lab75.942519.2201-1.7440

#ddafbf color RGB value is (221,175,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 10111111
Octal 335 257 277
Decimal 221 175 191
Hex DD AF BF

RGB Percentages of Color #ddafbf

%37.65
%29.81
%32.54

CMYK Percentages of Color #ddafbf

%0
%21
%14
%13

Triadic Colors of #ddafbf

#ddafbf #bfddaf #afbfdd

Analogous Colors of #ddafbf

#ddafbf #ddb6af #ddafd6

Monochromatic Colors of #ddafbf

#ddafbf

Complementary Color

#ddafbf #afddcd

#ddafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafbf Color CSS Codes

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

#ddafbf Text Font Color

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

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


#ddafbf Background Color

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

This div background color is #ddafbf


#ddafbf Border Color

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

This div border color is #ddafbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafbf


Comments

No comments written yet.

Please login to write comment.