Color Hex Logo

#ddc4db Color Hex

#DDC4DB
(221,196,219)
0 Favorites   0 Comments

Color spaces of #ddc4db

RGB 221196219
HSL0.850.270.82
HSV305°11°87°
CMYK 0.000.110.01   0.13
XYZ62.344959.966575.3066
Yxy59.96650.31550.3034
Hunter Lab77.43808.1927-3.4514
CIE-Lab81.820012.7965-8.2149

#ddc4db color RGB value is (221,196,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 11011011
Octal 335 304 333
Decimal 221 196 219
Hex DD C4 DB

RGB Percentages of Color #ddc4db

%34.75
%30.82
%34.43

CMYK Percentages of Color #ddc4db

%0
%11
%1
%13

Triadic Colors of #ddc4db

#ddc4db #dbddc4 #c4dbdd

Analogous Colors of #ddc4db

#ddc4db #ddc4cf #d3c4dd

Monochromatic Colors of #ddc4db

#ddc4db

Complementary Color

#ddc4db #c4ddc6

#ddc4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc4db Color CSS Codes

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

#ddc4db Text Font Color

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

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


#ddc4db Background Color

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

This div background color is #ddc4db


#ddc4db Border Color

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

This div border color is #ddc4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc4db


Comments

No comments written yet.

Please login to write comment.