Color Hex Logo

#ddb8dd Color Hex

#DDB8DD
(221,184,221)
0 Favorites   0 Comments

Color spaces of #ddb8dd

RGB 221184221
HSL0.830.350.79
HSV300°17°87°
CMYK 0.000.170.00   0.13
XYZ60.010454.873675.8354
Yxy54.87360.31470.2877
Hunter Lab74.076714.9706-8.8439
CIE-Lab78.968419.5962-13.5445

#ddb8dd color RGB value is (221,184,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 11011101
Octal 335 270 335
Decimal 221 184 221
Hex DD B8 DD

RGB Percentages of Color #ddb8dd

%35.30
%29.39
%35.30

CMYK Percentages of Color #ddb8dd

%0
%17
%0
%13

Triadic Colors of #ddb8dd

#ddb8dd #ddddb8 #b8dddd

Analogous Colors of #ddb8dd

#ddb8dd #ddb8cb #cbb8dd

Monochromatic Colors of #ddb8dd

#ddb8dd

Complementary Color

#ddb8dd #b8ddb8

#ddb8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb8dd Color CSS Codes

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

#ddb8dd Text Font Color

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

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


#ddb8dd Background Color

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

This div background color is #ddb8dd


#ddb8dd Border Color

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

This div border color is #ddb8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb8dd


Comments

No comments written yet.

Please login to write comment.