Color Hex Logo

#ddd3db Color Hex

#DDD3DB
(221,211,219)
0 Favorites   0 Comments

Color spaces of #ddd3db

RGB 221211219
HSL0.870.130.85
HSV312°87°
CMYK 0.000.050.01   0.13
XYZ65.899267.075276.4914
Yxy67.07520.31460.3202
Hunter Lab81.89950.30341.9547
CIE-Lab85.54194.8574-2.7205

#ddd3db color RGB value is (221,211,219).

#ddd3db hex color red value is 221, green value is 211 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ddd3db hue: 0.87 , saturation: 0.13 and the lightness value of ddd3db is 0.85.

The process color (four color CMYK) of #ddd3db color hex is 0.00, 0.05, 0.01, 0.13. Web safe color of #ddd3db is #cccccc. Color #ddd3db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 11011011
Octal 335 323 333
Decimal 221 211 219
Hex DD D3 DB

RGB Percentages of Color #ddd3db

%33.95
%32.41
%33.64

CMYK Percentages of Color #ddd3db

%0
%5
%1
%13

Triadic Colors of #ddd3db

#ddd3db #dbddd3 #d3dbdd

Analogous Colors of #ddd3db

#ddd3db #ddd3d6 #dad3dd

Monochromatic Colors of #ddd3db

#ddd3db

Complementary Color

#ddd3db #d3ddd5

#ddd3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd3db Color CSS Codes

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

#ddd3db Text Font Color

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

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


#ddd3db Background Color

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

This div background color is #ddd3db


#ddd3db Border Color

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

This div border color is #ddd3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd3db


Comments

No comments written yet.

Please login to write comment.