Color Hex Logo

#ddb1de Color Hex

#DDB1DE
(221,177,222)
0 Favorites   0 Comments

Color spaces of #ddb1de

RGB 221177222
HSL0.830.410.78
HSV299°20°87°
CMYK 0.000.200.00   0.13
XYZ58.725852.090476.0665
Yxy52.09040.31420.2787
Hunter Lab72.173718.9368-11.9663
CIE-Lab77.334923.5546-16.5408

#ddb1de color RGB value is (221,177,222).

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

The process color (four color CMYK) of #ddb1de color hex is 0.00, 0.20, 0.00, 0.13. Web safe color of #ddb1de is #cc99cc. Color #ddb1de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 11011110
Octal 335 261 336
Decimal 221 177 222
Hex DD B1 DE

RGB Percentages of Color #ddb1de

%35.65
%28.55
%35.81

CMYK Percentages of Color #ddb1de

%0
%20
%0
%13

Triadic Colors of #ddb1de

#ddb1de #deddb1 #b1dedd

Analogous Colors of #ddb1de

#ddb1de #deb1c9 #c7b1de

Monochromatic Colors of #ddb1de

#ddb1de

Complementary Color

#ddb1de #b2deb1

#ddb1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb1de Color CSS Codes

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

#ddb1de Text Font Color

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

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


#ddb1de Background Color

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

This div background color is #ddb1de


#ddb1de Border Color

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

This div border color is #ddb1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb1de


Comments

No comments written yet.

Please login to write comment.