Color Hex Logo

#ddafb3 Color Hex

#DDAFB3
(221,175,179)
0 Favorites   0 Comments

Color spaces of #ddafb3

RGB 221175179
HSL0.990.400.78
HSV355°21°87°
CMYK 0.000.210.19   0.13
XYZ53.285449.286849.3527
Yxy49.28680.35070.3244
Hunter Lab70.204612.62397.4633
CIE-Lab75.629417.32664.3502

#ddafb3 color RGB value is (221,175,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 10110011
Octal 335 257 263
Decimal 221 175 179
Hex DD AF B3

RGB Percentages of Color #ddafb3

%38.43
%30.43
%31.13

CMYK Percentages of Color #ddafb3

%0
%21
%19
%13

Triadic Colors of #ddafb3

#ddafb3 #b3ddaf #afb3dd

Analogous Colors of #ddafb3

#ddafb3 #ddc2af #ddafca

Monochromatic Colors of #ddafb3

#ddafb3

Complementary Color

#ddafb3 #afddd9

#ddafb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafb3 Color CSS Codes

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

#ddafb3 Text Font Color

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

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


#ddafb3 Background Color

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

This div background color is #ddafb3


#ddafb3 Border Color

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

This div border color is #ddafb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafb3


Comments

No comments written yet.

Please login to write comment.