Color Hex Logo

#ddb5df Color Hex

#DDB5DF
(221,181,223)
0 Favorites   0 Comments

Color spaces of #ddb5df

RGB 221181223
HSL0.830.400.79
HSV297°19°87°
CMYK 0.010.190.00   0.13
XYZ59.661953.747677.0418
Yxy53.74760.31330.2822
Hunter Lab73.312816.9659-10.9869
CIE-Lab78.314321.5836-15.6073

#ddb5df color RGB value is (221,181,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 11011111
Octal 335 265 337
Decimal 221 181 223
Hex DD B5 DF

RGB Percentages of Color #ddb5df

%35.36
%28.96
%35.68

CMYK Percentages of Color #ddb5df

%1
%19
%0
%13

Triadic Colors of #ddb5df

#ddb5df #dfddb5 #b5dfdd

Analogous Colors of #ddb5df

#ddb5df #dfb5cc #c8b5df

Monochromatic Colors of #ddb5df

#ddb5df

Complementary Color

#ddb5df #b7dfb5

#ddb5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb5df Color CSS Codes

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

#ddb5df Text Font Color

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

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


#ddb5df Background Color

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

This div background color is #ddb5df


#ddb5df Border Color

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

This div border color is #ddb5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb5df


Comments

No comments written yet.

Please login to write comment.