Color Hex Logo

#ddaffa Color Hex

#DDAFFA
(221,175,250)
0 Favorites   0 Comments

Color spaces of #ddaffa

RGB 221175250
HSL0.770.880.83
HSV277°30°98°
CMYK 0.120.300.00   0.02
XYZ62.404152.934297.3708
Yxy52.93420.29340.2489
Hunter Lab72.755925.7800-28.4200
CIE-Lab77.836130.1057-30.9008

#ddaffa color RGB value is (221,175,250).

#ddaffa hex color red value is 221, green value is 175 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ddaffa hue: 0.77 , saturation: 0.88 and the lightness value of ddaffa is 0.83.

The process color (four color CMYK) of #ddaffa color hex is 0.12, 0.30, 0.00, 0.02. Web safe color of #ddaffa is #cc99ff. Color #ddaffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11111010
Octal 335 257 372
Decimal 221 175 250
Hex DD AF FA

RGB Percentages of Color #ddaffa

%34.21
%27.09
%38.70

CMYK Percentages of Color #ddaffa

%12
%30
%0
%2

Triadic Colors of #ddaffa

#ddaffa #faddaf #affadd

Analogous Colors of #ddaffa

#ddaffa #faaff2 #b8affa

Monochromatic Colors of #ddaffa

#ddaffa

Complementary Color

#ddaffa #ccfaaf

#ddaffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaffa Color CSS Codes

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

#ddaffa Text Font Color

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

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


#ddaffa Background Color

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

This div background color is #ddaffa


#ddaffa Border Color

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

This div border color is #ddaffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaffa


Comments

No comments written yet.

Please login to write comment.