Color Hex Logo

#ddb9eb Color Hex

#DDB9EB
(221,185,235)
0 Favorites   0 Comments

Color spaces of #ddb9eb

RGB 221185235
HSL0.790.560.82
HSV283°21°92°
CMYK 0.060.210.00   0.08
XYZ62.163256.068286.1432
Yxy56.06820.30420.2743
Hunter Lab74.878717.1504-15.7943
CIE-Lab79.652621.7161-20.0584

#ddb9eb color RGB value is (221,185,235).

#ddb9eb hex color red value is 221, green value is 185 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ddb9eb hue: 0.79 , saturation: 0.56 and the lightness value of ddb9eb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 11101011
Octal 335 271 353
Decimal 221 185 235
Hex DD B9 EB

RGB Percentages of Color #ddb9eb

%34.48
%28.86
%36.66

CMYK Percentages of Color #ddb9eb

%6
%21
%0
%8

Triadic Colors of #ddb9eb

#ddb9eb #ebddb9 #b9ebdd

Analogous Colors of #ddb9eb

#ddb9eb #ebb9e0 #c4b9eb

Monochromatic Colors of #ddb9eb

#ddb9eb

Complementary Color

#ddb9eb #c7ebb9

#ddb9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb9eb Color CSS Codes

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

#ddb9eb Text Font Color

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

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


#ddb9eb Background Color

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

This div background color is #ddb9eb


#ddb9eb Border Color

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

This div border color is #ddb9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb9eb


Comments

No comments written yet.

Please login to write comment.