Color Hex Logo

#ddbdcf Color Hex

#DDBDCF
(221,189,207)
0 Favorites   0 Comments

Color spaces of #ddbdcf

RGB 221189207
HSL0.910.320.80
HSV326°14°87°
CMYK 0.000.140.06   0.13
XYZ59.278956.272366.7688
Yxy56.27230.32510.3086
Hunter Lab75.01499.7798-0.2621
CIE-Lab79.768514.3973-4.7979

#ddbdcf color RGB value is (221,189,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 11001111
Octal 335 275 317
Decimal 221 189 207
Hex DD BD CF

RGB Percentages of Color #ddbdcf

%35.82
%30.63
%33.55

CMYK Percentages of Color #ddbdcf

%0
%14
%6
%13

Triadic Colors of #ddbdcf

#ddbdcf #cfddbd #bdcfdd

Analogous Colors of #ddbdcf

#ddbdcf #ddbdbf #dbbddd

Monochromatic Colors of #ddbdcf

#ddbdcf

Complementary Color

#ddbdcf #bdddcb

#ddbdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbdcf Color CSS Codes

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

#ddbdcf Text Font Color

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

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


#ddbdcf Background Color

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

This div background color is #ddbdcf


#ddbdcf Border Color

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

This div border color is #ddbdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbdcf


Comments

No comments written yet.

Please login to write comment.