Color Hex Logo

#ddbcd0 Color Hex

#DDBCD0
(221,188,208)
0 Favorites   0 Comments

Color spaces of #ddbcd0

RGB 221188208
HSL0.900.330.80
HSV324°15°87°
CMYK 0.000.150.06   0.13
XYZ59.187255.892767.3434
Yxy55.89270.32440.3064
Hunter Lab74.761410.4826-1.0741
CIE-Lab79.552715.1073-5.6561

#ddbcd0 color RGB value is (221,188,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 11010000
Octal 335 274 320
Decimal 221 188 208
Hex DD BC D0

RGB Percentages of Color #ddbcd0

%35.82
%30.47
%33.71

CMYK Percentages of Color #ddbcd0

%0
%15
%6
%13

Triadic Colors of #ddbcd0

#ddbcd0 #d0ddbc #bcd0dd

Analogous Colors of #ddbcd0

#ddbcd0 #ddbcc0 #dabcdd

Monochromatic Colors of #ddbcd0

#ddbcd0

Complementary Color

#ddbcd0 #bcddc9

#ddbcd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcd0 Color CSS Codes

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

#ddbcd0 Text Font Color

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

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


#ddbcd0 Background Color

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

This div background color is #ddbcd0


#ddbcd0 Border Color

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

This div border color is #ddbcd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcd0


Comments

No comments written yet.

Please login to write comment.