Color Hex Logo

#ddaff2 Color Hex

#DDAFF2
(221,175,242)
0 Favorites   0 Comments

Color spaces of #ddaff2

RGB 221175242
HSL0.780.720.82
HSV281°28°95°
CMYK 0.090.280.00   0.05
XYZ61.175852.442990.9026
Yxy52.44290.29910.2564
Hunter Lab72.417524.0601-23.7320
CIE-Lab77.544928.4908-27.0381

#ddaff2 color RGB value is (221,175,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11110010
Octal 335 257 362
Decimal 221 175 242
Hex DD AF F2

RGB Percentages of Color #ddaff2

%34.64
%27.43
%37.93

CMYK Percentages of Color #ddaff2

%9
%28
%0
%5

Triadic Colors of #ddaff2

#ddaff2 #f2ddaf #aff2dd

Analogous Colors of #ddaff2

#ddaff2 #f2afe6 #bcaff2

Monochromatic Colors of #ddaff2

#ddaff2

Complementary Color

#ddaff2 #c4f2af

#ddaff2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaff2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaff2 Color CSS Codes

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

#ddaff2 Text Font Color

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

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


#ddaff2 Background Color

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

This div background color is #ddaff2


#ddaff2 Border Color

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

This div border color is #ddaff2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaff2


Comments

No comments written yet.

Please login to write comment.