Color Hex Logo

#ddaebd Color Hex

#DDAEBD
(221,174,189)
0 Favorites   0 Comments

Color spaces of #ddaebd

RGB 221174189
HSL0.950.410.77
HSV341°21°87°
CMYK 0.000.210.14   0.13
XYZ54.140249.318454.8100
Yxy49.31840.34210.3116
Hunter Lab70.227114.71382.8850
CIE-Lab75.649019.4351-1.0820

#ddaebd color RGB value is (221,174,189).

#ddaebd hex color red value is 221, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ddaebd hue: 0.95 , saturation: 0.41 and the lightness value of ddaebd is 0.77.

The process color (four color CMYK) of #ddaebd color hex is 0.00, 0.21, 0.14, 0.13. Web safe color of #ddaebd is #cc99cc. Color #ddaebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 10111101
Octal 335 256 275
Decimal 221 174 189
Hex DD AE BD

RGB Percentages of Color #ddaebd

%37.84
%29.79
%32.36

CMYK Percentages of Color #ddaebd

%0
%21
%14
%13

Triadic Colors of #ddaebd

#ddaebd #bdddae #aebddd

Analogous Colors of #ddaebd

#ddaebd #ddb7ae #ddaed5

Monochromatic Colors of #ddaebd

#ddaebd

Complementary Color

#ddaebd #aeddce

#ddaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaebd Color CSS Codes

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

#ddaebd Text Font Color

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

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


#ddaebd Background Color

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

This div background color is #ddaebd


#ddaebd Border Color

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

This div border color is #ddaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaebd


Comments

No comments written yet.

Please login to write comment.