Color Hex Logo

#ddb5de Color Hex

#DDB5DE
(221,181,222)
0 Favorites   0 Comments

Color spaces of #ddb5de

RGB 221181222
HSL0.830.380.79
HSV299°18°87°
CMYK 0.000.180.00   0.13
XYZ59.527553.693876.3337
Yxy53.69380.31400.2833
Hunter Lab73.276116.7755-10.4708
CIE-Lab78.282921.3975-15.1139

#ddb5de color RGB value is (221,181,222).

#ddb5de hex color red value is 221, green value is 181 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ddb5de hue: 0.83 , saturation: 0.38 and the lightness value of ddb5de is 0.79.

The process color (four color CMYK) of #ddb5de color hex is 0.00, 0.18, 0.00, 0.13. Web safe color of #ddb5de is #cccccc. Color #ddb5de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 11011110
Octal 335 265 336
Decimal 221 181 222
Hex DD B5 DE

RGB Percentages of Color #ddb5de

%35.42
%29.01
%35.58

CMYK Percentages of Color #ddb5de

%0
%18
%0
%13

Triadic Colors of #ddb5de

#ddb5de #deddb5 #b5dedd

Analogous Colors of #ddb5de

#ddb5de #deb5cb #c9b5de

Monochromatic Colors of #ddb5de

#ddb5de

Complementary Color

#ddb5de #b6deb5

#ddb5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb5de Color CSS Codes

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

#ddb5de Text Font Color

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

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


#ddb5de Background Color

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

This div background color is #ddb5de


#ddb5de Border Color

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

This div border color is #ddb5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb5de


Comments

No comments written yet.

Please login to write comment.