Color Hex Logo

#ddaeed Color Hex

#DDAEED
(221,174,237)
0 Favorites   0 Comments

Color spaces of #ddaeed

RGB 221174237
HSL0.790.640.81
HSV285°27°93°
CMYK 0.070.270.00   0.07
XYZ60.240951.758786.9361
Yxy51.75870.30280.2602
Hunter Lab71.943523.5633-21.2852
CIE-Lab77.136328.0416-24.9626

#ddaeed color RGB value is (221,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 11101101
Octal 335 256 355
Decimal 221 174 237
Hex DD AE ED

RGB Percentages of Color #ddaeed

%34.97
%27.53
%37.50

CMYK Percentages of Color #ddaeed

%7
%27
%0
%7

Triadic Colors of #ddaeed

#ddaeed #edddae #aeeddd

Analogous Colors of #ddaeed

#ddaeed #edaede #beaeed

Monochromatic Colors of #ddaeed

#ddaeed

Complementary Color

#ddaeed #beedae

#ddaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaeed Color CSS Codes

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

#ddaeed Text Font Color

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

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


#ddaeed Background Color

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

This div background color is #ddaeed


#ddaeed Border Color

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

This div border color is #ddaeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaeed


Comments

No comments written yet.

Please login to write comment.