Color Hex Logo

#ddaef6 Color Hex

#DDAEF6
(221,174,246)
0 Favorites   0 Comments

Color spaces of #ddaef6

RGB 221174246
HSL0.780.800.82
HSV279°29°96°
CMYK 0.100.290.00   0.04
XYZ61.589452.298194.0372
Yxy52.29810.29620.2515
Hunter Lab72.317425.4647-26.4749
CIE-Lab77.458729.8330-29.3269

#ddaef6 color RGB value is (221,174,246).

#ddaef6 hex color red value is 221, green value is 174 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #ddaef6 hue: 0.78 , saturation: 0.80 and the lightness value of ddaef6 is 0.82.

The process color (four color CMYK) of #ddaef6 color hex is 0.10, 0.29, 0.00, 0.04. Web safe color of #ddaef6 is #cc99ff. Color #ddaef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 11110110
Octal 335 256 366
Decimal 221 174 246
Hex DD AE F6

RGB Percentages of Color #ddaef6

%34.48
%27.15
%38.38

CMYK Percentages of Color #ddaef6

%10
%29
%0
%4

Triadic Colors of #ddaef6

#ddaef6 #f6ddae #aef6dd

Analogous Colors of #ddaef6

#ddaef6 #f6aeeb #b9aef6

Monochromatic Colors of #ddaef6

#ddaef6

Complementary Color

#ddaef6 #c7f6ae

#ddaef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaef6 Color CSS Codes

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

#ddaef6 Text Font Color

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

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


#ddaef6 Background Color

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

This div background color is #ddaef6


#ddaef6 Border Color

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

This div border color is #ddaef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaef6

Related Colors


Comments

No comments written yet.

Please login to write comment.