Color Hex Logo

#ddafcb Color Hex

#DDAFCB
(221,175,203)
0 Favorites   0 Comments

Color spaces of #ddafcb

RGB 221175203
HSL0.900.400.78
HSV323°21°87°
CMYK 0.000.210.08   0.13
XYZ55.928350.343963.2695
Yxy50.34390.32990.2969
Hunter Lab70.953416.5322-3.2018
CIE-Lab76.279921.2295-7.7911

#ddafcb color RGB value is (221,175,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11001011
Octal 335 257 313
Decimal 221 175 203
Hex DD AF CB

RGB Percentages of Color #ddafcb

%36.89
%29.22
%33.89

CMYK Percentages of Color #ddafcb

%0
%21
%8
%13

Triadic Colors of #ddafcb

#ddafcb #cbddaf #afcbdd

Analogous Colors of #ddafcb

#ddafcb #ddafb4 #d8afdd

Monochromatic Colors of #ddafcb

#ddafcb

Complementary Color

#ddafcb #afddc1

#ddafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafcb Color CSS Codes

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

#ddafcb Text Font Color

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

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


#ddafcb Background Color

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

This div background color is #ddafcb


#ddafcb Border Color

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

This div border color is #ddafcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafcb


Comments

No comments written yet.

Please login to write comment.