Color Hex Logo

#ddaebc Color Hex

#DDAEBC
(221,174,188)
0 Favorites   0 Comments

Color spaces of #ddaebc

RGB 221174188
HSL0.950.410.77
HSV342°21°87°
CMYK 0.000.210.15   0.13
XYZ54.031949.275154.2402
Yxy49.27510.34300.3128
Hunter Lab70.196214.55283.3243
CIE-Lab75.622219.2742-0.5750

#ddaebc color RGB value is (221,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 10111100
Octal 335 256 274
Decimal 221 174 188
Hex DD AE BC

RGB Percentages of Color #ddaebc

%37.91
%29.85
%32.25

CMYK Percentages of Color #ddaebc

%0
%21
%15
%13

Triadic Colors of #ddaebc

#ddaebc #bcddae #aebcdd

Analogous Colors of #ddaebc

#ddaebc #ddb8ae #ddaed4

Monochromatic Colors of #ddaebc

#ddaebc

Complementary Color

#ddaebc #aeddcf

#ddaebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaebc Color CSS Codes

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

#ddaebc Text Font Color

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

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


#ddaebc Background Color

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

This div background color is #ddaebc


#ddaebc Border Color

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

This div border color is #ddaebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaebc


Comments

No comments written yet.

Please login to write comment.