Color Hex Logo

#ddbdd0 Color Hex

#DDBDD0
(221,189,208)
0 Favorites   0 Comments

Color spaces of #ddbdd0

RGB 221189208
HSL0.900.320.80
HSV324°14°87°
CMYK 0.000.140.06   0.13
XYZ59.401656.321467.4148
Yxy56.32140.32440.3075
Hunter Lab75.04769.9529-0.7265
CIE-Lab79.796414.5719-5.2961

#ddbdd0 color RGB value is (221,189,208).

#ddbdd0 hex color red value is 221, green value is 189 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #ddbdd0 hue: 0.90 , saturation: 0.32 and the lightness value of ddbdd0 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 11010000
Octal 335 275 320
Decimal 221 189 208
Hex DD BD D0

RGB Percentages of Color #ddbdd0

%35.76
%30.58
%33.66

CMYK Percentages of Color #ddbdd0

%0
%14
%6
%13

Triadic Colors of #ddbdd0

#ddbdd0 #d0ddbd #bdd0dd

Analogous Colors of #ddbdd0

#ddbdd0 #ddbdc0 #dabddd

Monochromatic Colors of #ddbdd0

#ddbdd0

Complementary Color

#ddbdd0 #bdddca

#ddbdd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbdd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbdd0 Color CSS Codes

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

#ddbdd0 Text Font Color

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

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


#ddbdd0 Background Color

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

This div background color is #ddbdd0


#ddbdd0 Border Color

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

This div border color is #ddbdd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbdd0


Comments

No comments written yet.

Please login to write comment.