Color Hex Logo

#ddd6eb Color Hex

#DDD6EB
(221,214,235)
0 Favorites   0 Comments

Color spaces of #ddd6eb

RGB 221214235
HSL0.720.340.88
HSV260°92°
CMYK 0.060.090.00   0.08
XYZ68.860869.463488.3757
Yxy69.46340.30380.3064
Hunter Lab83.34471.6265-4.5277
CIE-Lab86.73306.2558-9.4352

#ddd6eb color RGB value is (221,214,235).

#ddd6eb hex color red value is 221, green value is 214 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ddd6eb hue: 0.72 , saturation: 0.34 and the lightness value of ddd6eb is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 11101011
Octal 335 326 353
Decimal 221 214 235
Hex DD D6 EB

RGB Percentages of Color #ddd6eb

%32.99
%31.94
%35.07

CMYK Percentages of Color #ddd6eb

%6
%9
%0
%8

Triadic Colors of #ddd6eb

#ddd6eb #ebddd6 #d6ebdd

Analogous Colors of #ddd6eb

#ddd6eb #e8d6eb #d6daeb

Monochromatic Colors of #ddd6eb

#ddd6eb

Complementary Color

#ddd6eb #e4ebd6

#ddd6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd6eb Color CSS Codes

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

#ddd6eb Text Font Color

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

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


#ddd6eb Background Color

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

This div background color is #ddd6eb


#ddd6eb Border Color

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

This div border color is #ddd6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd6eb


Comments

No comments written yet.

Please login to write comment.