Color Hex Logo

#ddbae1 Color Hex

#DDBAE1
(221,186,225)
0 Favorites   0 Comments

Color spaces of #ddbae1

RGB 221186225
HSL0.820.390.81
HSV294°17°88°
CMYK 0.020.170.00   0.12
XYZ60.968355.926278.8156
Yxy55.92620.31150.2858
Hunter Lab74.783814.6523-10.1378
CIE-Lab79.571819.2656-14.7967

#ddbae1 color RGB value is (221,186,225).

#ddbae1 hex color red value is 221, green value is 186 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ddbae1 hue: 0.82 , saturation: 0.39 and the lightness value of ddbae1 is 0.81.

The process color (four color CMYK) of #ddbae1 color hex is 0.02, 0.17, 0.00, 0.12. Web safe color of #ddbae1 is #cccccc. Color #ddbae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11100001
Octal 335 272 341
Decimal 221 186 225
Hex DD BA E1

RGB Percentages of Color #ddbae1

%34.97
%29.43
%35.60

CMYK Percentages of Color #ddbae1

%2
%17
%0
%12

Triadic Colors of #ddbae1

#ddbae1 #e1ddba #bae1dd

Analogous Colors of #ddbae1

#ddbae1 #e1bad2 #cabae1

Monochromatic Colors of #ddbae1

#ddbae1

Complementary Color

#ddbae1 #bee1ba

#ddbae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbae1 Color CSS Codes

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

#ddbae1 Text Font Color

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

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


#ddbae1 Background Color

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

This div background color is #ddbae1


#ddbae1 Border Color

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

This div border color is #ddbae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbae1


Comments

No comments written yet.

Please login to write comment.