Color Hex Logo

#ddaffd Color Hex

#DDAFFD
(221,175,253)
0 Favorites   0 Comments

Color spaces of #ddaffd

RGB 221175253
HSL0.760.950.84
HSV275°31°99°
CMYK 0.130.310.00   0.01
XYZ62.878453.123999.8684
Yxy53.12390.29130.2461
Hunter Lab72.886126.4400-30.2187
CIE-Lab77.948130.7214-32.3413

#ddaffd color RGB value is (221,175,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11111101
Octal 335 257 375
Decimal 221 175 253
Hex DD AF FD

RGB Percentages of Color #ddaffd

%34.05
%26.96
%38.98

CMYK Percentages of Color #ddaffd

%13
%31
%0
%1

Triadic Colors of #ddaffd

#ddaffd #fdddaf #affddd

Analogous Colors of #ddaffd

#ddaffd #fdaff6 #b6affd

Monochromatic Colors of #ddaffd

#ddaffd

Complementary Color

#ddaffd #cffdaf

#ddaffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaffd Color CSS Codes

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

#ddaffd Text Font Color

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

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


#ddaffd Background Color

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

This div background color is #ddaffd


#ddaffd Border Color

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

This div border color is #ddaffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaffd


Comments

No comments written yet.

Please login to write comment.