Color Hex Logo

#ddafe1 Color Hex

#DDAFE1
(221,175,225)
0 Favorites   0 Comments

Color spaces of #ddafe1

RGB 221175225
HSL0.820.450.78
HSV295°22°88°
CMYK 0.020.220.00   0.12
XYZ58.739451.468378.0726
Yxy51.46830.31200.2734
Hunter Lab71.741420.6022-14.3034
CIE-Lab76.961825.1954-18.7306

#ddafe1 color RGB value is (221,175,225).

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

The process color (four color CMYK) of #ddafe1 color hex is 0.02, 0.22, 0.00, 0.12. Web safe color of #ddafe1 is #cc99cc. Color #ddafe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11100001
Octal 335 257 341
Decimal 221 175 225
Hex DD AF E1

RGB Percentages of Color #ddafe1

%35.59
%28.18
%36.23

CMYK Percentages of Color #ddafe1

%2
%22
%0
%12

Triadic Colors of #ddafe1

#ddafe1 #e1ddaf #afe1dd

Analogous Colors of #ddafe1

#ddafe1 #e1afcc #c4afe1

Monochromatic Colors of #ddafe1

#ddafe1

Complementary Color

#ddafe1 #b3e1af

#ddafe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafe1 Color CSS Codes

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

#ddafe1 Text Font Color

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

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


#ddafe1 Background Color

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

This div background color is #ddafe1


#ddafe1 Border Color

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

This div border color is #ddafe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafe1


Comments

No comments written yet.

Please login to write comment.