Color Hex Logo

#ddadf1 Color Hex

#DDADF1
(221,173,241)
0 Favorites   0 Comments

Color spaces of #ddadf1

RGB 221173241
HSL0.780.710.81
HSV282°28°95°
CMYK 0.080.280.00   0.05
XYZ60.639551.610289.9848
Yxy51.61020.29980.2552
Hunter Lab71.840224.9493-23.9766
CIE-Lab77.047229.3711-27.2603

#ddadf1 color RGB value is (221,173,241).

#ddadf1 hex color red value is 221, green value is 173 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #ddadf1 hue: 0.78 , saturation: 0.71 and the lightness value of ddadf1 is 0.81.

The process color (four color CMYK) of #ddadf1 color hex is 0.08, 0.28, 0.00, 0.05. Web safe color of #ddadf1 is #cc99ff. Color #ddadf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 11110001
Octal 335 255 361
Decimal 221 173 241
Hex DD AD F1

RGB Percentages of Color #ddadf1

%34.80
%27.24
%37.95

CMYK Percentages of Color #ddadf1

%8
%28
%0
%5

Triadic Colors of #ddadf1

#ddadf1 #f1ddad #adf1dd

Analogous Colors of #ddadf1

#ddadf1 #f1ade3 #bbadf1

Monochromatic Colors of #ddadf1

#ddadf1

Complementary Color

#ddadf1 #c1f1ad

#ddadf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadf1 Color CSS Codes

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

#ddadf1 Text Font Color

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

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


#ddadf1 Background Color

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

This div background color is #ddadf1


#ddadf1 Border Color

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

This div border color is #ddadf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadf1


Comments

No comments written yet.

Please login to write comment.