Color Hex Logo

#ddd9ea Color Hex

#DDD9EA
(221,217,234)
0 Favorites   0 Comments

Color spaces of #ddd9ea

RGB 221217234
HSL0.710.290.88
HSV254°92°
CMYK 0.060.070.00   0.08
XYZ69.482970.938487.8722
Yxy70.93840.30440.3107
Hunter Lab84.2249-0.1368-2.9000
CIE-Lab87.45514.4918-7.8352

#ddd9ea color RGB value is (221,217,234).

#ddd9ea hex color red value is 221, green value is 217 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ddd9ea hue: 0.71 , saturation: 0.29 and the lightness value of ddd9ea is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011001 11101010
Octal 335 331 352
Decimal 221 217 234
Hex DD D9 EA

RGB Percentages of Color #ddd9ea

%32.89
%32.29
%34.82

CMYK Percentages of Color #ddd9ea

%6
%7
%0
%8

Triadic Colors of #ddd9ea

#ddd9ea #eaddd9 #d9eadd

Analogous Colors of #ddd9ea

#ddd9ea #e6d9ea #d9deea

Monochromatic Colors of #ddd9ea

#ddd9ea

Complementary Color

#ddd9ea #e6ead9

#ddd9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd9ea Color CSS Codes

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

#ddd9ea Text Font Color

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

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


#ddd9ea Background Color

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

This div background color is #ddd9ea


#ddd9ea Border Color

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

This div border color is #ddd9ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,217,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 #ddd9ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd9ea


Comments

No comments written yet.

Please login to write comment.