Color Hex Logo

#ddafca Color Hex

#DDAFCA
(221,175,202)
0 Favorites   0 Comments

Color spaces of #ddafca

RGB 221175202
HSL0.900.400.78
HSV325°21°87°
CMYK 0.000.210.09   0.13
XYZ55.809450.296462.6438
Yxy50.29640.33070.2981
Hunter Lab70.920016.3580-2.7271
CIE-Lab76.250821.0575-7.2891

#ddafca color RGB value is (221,175,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11001010
Octal 335 257 312
Decimal 221 175 202
Hex DD AF CA

RGB Percentages of Color #ddafca

%36.96
%29.26
%33.78

CMYK Percentages of Color #ddafca

%0
%21
%9
%13

Triadic Colors of #ddafca

#ddafca #caddaf #afcadd

Analogous Colors of #ddafca

#ddafca #ddafb3 #d9afdd

Monochromatic Colors of #ddafca

#ddafca

Complementary Color

#ddafca #afddc2

#ddafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafca Color CSS Codes

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

#ddafca Text Font Color

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

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


#ddafca Background Color

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

This div background color is #ddafca


#ddafca Border Color

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

This div border color is #ddafca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafca

#ddafca Color Palettes


Comments

No comments written yet.

Please login to write comment.