Color Hex Logo

#ddd9ef Color Hex

#DDD9EF
(221,217,239)
0 Favorites   0 Comments

Color spaces of #ddd9ef

RGB 221217239
HSL0.700.410.89
HSV251°94°
CMYK 0.080.090.00   0.06
XYZ70.211671.229991.7095
Yxy71.22990.30110.3055
Hunter Lab84.39780.8002-5.3480
CIE-Lab87.59665.4509-10.2632

#ddd9ef color RGB value is (221,217,239).

#ddd9ef hex color red value is 221, green value is 217 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ddd9ef hue: 0.70 , saturation: 0.41 and the lightness value of ddd9ef is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011001 11101111
Octal 335 331 357
Decimal 221 217 239
Hex DD D9 EF

RGB Percentages of Color #ddd9ef

%32.64
%32.05
%35.30

CMYK Percentages of Color #ddd9ef

%8
%9
%0
%6

Triadic Colors of #ddd9ef

#ddd9ef #efddd9 #d9efdd

Analogous Colors of #ddd9ef

#ddd9ef #e8d9ef #d9e0ef

Monochromatic Colors of #ddd9ef

#ddd9ef

Complementary Color

#ddd9ef #ebefd9

#ddd9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd9ef Color CSS Codes

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

#ddd9ef Text Font Color

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

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


#ddd9ef Background Color

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

This div background color is #ddd9ef


#ddd9ef Border Color

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

This div border color is #ddd9ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd9ef


Comments

No comments written yet.

Please login to write comment.