Color Hex Logo

#ddbcdc Color Hex

#DDBCDC
(221,188,220)
0 Favorites   0 Comments

Color spaces of #ddbcdc

RGB 221188220
HSL0.840.330.80
HSV302°15°87°
CMYK 0.000.150.00   0.13
XYZ60.720356.505975.4166
Yxy56.50590.31520.2933
Hunter Lab75.170412.6385-6.8649
CIE-Lab79.900917.2617-11.6098

#ddbcdc color RGB value is (221,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 11011100
Octal 335 274 334
Decimal 221 188 220
Hex DD BC DC

RGB Percentages of Color #ddbcdc

%35.14
%29.89
%34.98

CMYK Percentages of Color #ddbcdc

%0
%15
%0
%13

Triadic Colors of #ddbcdc

#ddbcdc #dcddbc #bcdcdd

Analogous Colors of #ddbcdc

#ddbcdc #ddbccc #cebcdd

Monochromatic Colors of #ddbcdc

#ddbcdc

Complementary Color

#ddbcdc #bcddbd

#ddbcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcdc Color CSS Codes

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

#ddbcdc Text Font Color

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

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


#ddbcdc Background Color

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

This div background color is #ddbcdc


#ddbcdc Border Color

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

This div border color is #ddbcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcdc


Comments

No comments written yet.

Please login to write comment.