Color Hex Logo

#ddafef Color Hex

#DDAFEF
(221,175,239)
0 Favorites   0 Comments

Color spaces of #ddafef

RGB 221175239
HSL0.790.670.81
HSV283°27°94°
CMYK 0.080.270.00   0.06
XYZ60.728852.264188.5486
Yxy52.26410.30130.2593
Hunter Lab72.293923.4304-22.0151
CIE-Lab77.438527.8956-25.5818

#ddafef color RGB value is (221,175,239).

#ddafef hex color red value is 221, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ddafef hue: 0.79 , saturation: 0.67 and the lightness value of ddafef is 0.81.

The process color (four color CMYK) of #ddafef color hex is 0.08, 0.27, 0.00, 0.06. Web safe color of #ddafef is #cc99ff. Color #ddafef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11101111
Octal 335 257 357
Decimal 221 175 239
Hex DD AF EF

RGB Percentages of Color #ddafef

%34.80
%27.56
%37.64

CMYK Percentages of Color #ddafef

%8
%27
%0
%6

Triadic Colors of #ddafef

#ddafef #efddaf #afefdd

Analogous Colors of #ddafef

#ddafef #efafe1 #bdafef

Monochromatic Colors of #ddafef

#ddafef

Complementary Color

#ddafef #c1efaf

#ddafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafef Color CSS Codes

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

#ddafef Text Font Color

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

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


#ddafef Background Color

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

This div background color is #ddafef


#ddafef Border Color

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

This div border color is #ddafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafef


Comments

No comments written yet.

Please login to write comment.