Color Hex Logo

#ddd1ea Color Hex

#DDD1EA
(221,209,234)
0 Favorites   0 Comments

Color spaces of #ddd1ea

RGB 221209234
HSL0.750.370.87
HSV269°11°92°
CMYK 0.060.110.00   0.08
XYZ67.470566.913687.2014
Yxy66.91360.30450.3020
Hunter Lab81.80074.0783-5.9439
CIE-Lab85.46038.6989-10.7995

#ddd1ea color RGB value is (221,209,234).

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

The process color (four color CMYK) of #ddd1ea color hex is 0.06, 0.11, 0.00, 0.08. Web safe color of #ddd1ea is #ccccff. Color #ddd1ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 11101010
Octal 335 321 352
Decimal 221 209 234
Hex DD D1 EA

RGB Percentages of Color #ddd1ea

%33.28
%31.48
%35.24

CMYK Percentages of Color #ddd1ea

%6
%11
%0
%8

Triadic Colors of #ddd1ea

#ddd1ea #eaddd1 #d1eadd

Analogous Colors of #ddd1ea

#ddd1ea #ead1ea #d1d2ea

Monochromatic Colors of #ddd1ea

#ddd1ea

Complementary Color

#ddd1ea #deead1

#ddd1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd1ea Color CSS Codes

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

#ddd1ea Text Font Color

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

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


#ddd1ea Background Color

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

This div background color is #ddd1ea


#ddd1ea Border Color

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

This div border color is #ddd1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd1ea

#ddd1ea Color Palettes


Comments

No comments written yet.

Please login to write comment.