Color Hex Logo

#ddaeeb Color Hex

#DDAEEB
(221,174,235)
0 Favorites   0 Comments

Color spaces of #ddaeeb

RGB 221174235
HSL0.800.600.80
HSV286°26°92°
CMYK 0.060.260.00   0.08
XYZ59.950251.642485.4055
Yxy51.64240.30430.2621
Hunter Lab71.862623.1510-20.1596
CIE-Lab77.066527.6505-23.9876

#ddaeeb color RGB value is (221,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 11101011
Octal 335 256 353
Decimal 221 174 235
Hex DD AE EB

RGB Percentages of Color #ddaeeb

%35.08
%27.62
%37.30

CMYK Percentages of Color #ddaeeb

%6
%26
%0
%8

Triadic Colors of #ddaeeb

#ddaeeb #ebddae #aeebdd

Analogous Colors of #ddaeeb

#ddaeeb #ebaedb #bfaeeb

Monochromatic Colors of #ddaeeb

#ddaeeb

Complementary Color

#ddaeeb #bcebae

#ddaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaeeb Color CSS Codes

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

#ddaeeb Text Font Color

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

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


#ddaeeb Background Color

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

This div background color is #ddaeeb


#ddaeeb Border Color

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

This div border color is #ddaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaeeb


Comments

No comments written yet.

Please login to write comment.