Color Hex Logo

#dddae0 Color Hex

#DDDAE0
(221,218,224)
0 Favorites   0 Comments

Color spaces of #dddae0

RGB 221218224
HSL0.750.090.87
HSV270°88°
CMYK 0.010.030.00   0.12
XYZ68.344770.896880.6033
Yxy70.89680.31090.3225
Hunter Lab84.2002-2.46332.1830
CIE-Lab87.43482.1060-2.5873

#dddae0 color RGB value is (221,218,224).

#dddae0 hex color red value is 221, green value is 218 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #dddae0 hue: 0.75 , saturation: 0.09 and the lightness value of dddae0 is 0.87.

The process color (four color CMYK) of #dddae0 color hex is 0.01, 0.03, 0.00, 0.12. Web safe color of #dddae0 is #cccccc. Color #dddae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 11100000
Octal 335 332 340
Decimal 221 218 224
Hex DD DA E0

RGB Percentages of Color #dddae0

%33.33
%32.88
%33.79

CMYK Percentages of Color #dddae0

%1
%3
%0
%12

Triadic Colors of #dddae0

#dddae0 #e0ddda #dae0dd

Analogous Colors of #dddae0

#dddae0 #e0dae0 #dadae0

Monochromatic Colors of #dddae0

#dddae0

Complementary Color

#dddae0 #dde0da

#dddae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddae0 Color CSS Codes

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

#dddae0 Text Font Color

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

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


#dddae0 Background Color

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

This div background color is #dddae0


#dddae0 Border Color

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

This div border color is #dddae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddae0

#dddae0 Color Palettes


Comments

No comments written yet.

Please login to write comment.