Color Hex Logo

#ddafff Color Hex

#DDAFFF
(221,175,255)
0 Favorites   0 Comments

Color spaces of #ddafff

RGB 221175255
HSL0.761.000.84
HSV275°31°100°
CMYK 0.130.310.00   0.00
XYZ63.198853.2521101.5555
Yxy53.25210.28990.2443
Hunter Lab72.974026.8845-31.4301
CIE-Lab78.023631.1346-33.2993

#ddafff color RGB value is (221,175,255).

#ddafff hex color red value is 221, green value is 175 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ddafff hue: 0.76 , saturation: 1.00 and the lightness value of ddafff is 0.84.

The process color (four color CMYK) of #ddafff color hex is 0.13, 0.31, 0.00, 0.00. Web safe color of #ddafff is #cc99ff. Color #ddafff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11111111
Octal 335 257 377
Decimal 221 175 255
Hex DD AF FF

RGB Percentages of Color #ddafff

%33.95
%26.88
%39.17

CMYK Percentages of Color #ddafff

%13
%31
%0
%0

Triadic Colors of #ddafff

#ddafff #ffddaf #afffdd

Analogous Colors of #ddafff

#ddafff #ffaff9 #b5afff

Monochromatic Colors of #ddafff

#ddafff

Complementary Color

#ddafff #d1ffaf

#ddafff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafff Color CSS Codes

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

#ddafff Text Font Color

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

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


#ddafff Background Color

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

This div background color is #ddafff


#ddafff Border Color

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

This div border color is #ddafff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafff


Comments

No comments written yet.

Please login to write comment.