Color Hex Logo

#ddbcca Color Hex

#DDBCCA
(221,188,202)
0 Favorites   0 Comments

Color spaces of #ddbcca

RGB 221188202
HSL0.930.330.80
HSV335°15°87°
CMYK 0.000.150.09   0.13
XYZ58.462755.602963.5282
Yxy55.60290.32920.3131
Hunter Lab74.56749.45571.6846
CIE-Lab79.387314.0710-2.6606

#ddbcca color RGB value is (221,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 11001010
Octal 335 274 312
Decimal 221 188 202
Hex DD BC CA

RGB Percentages of Color #ddbcca

%36.17
%30.77
%33.06

CMYK Percentages of Color #ddbcca

%0
%15
%9
%13

Triadic Colors of #ddbcca

#ddbcca #caddbc #bccadd

Analogous Colors of #ddbcca

#ddbcca #ddbfbc #ddbcdb

Monochromatic Colors of #ddbcca

#ddbcca

Complementary Color

#ddbcca #bcddcf

#ddbcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcca Color CSS Codes

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

#ddbcca Text Font Color

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

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


#ddbcca Background Color

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

This div background color is #ddbcca


#ddbcca Border Color

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

This div border color is #ddbcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcca


Comments

No comments written yet.

Please login to write comment.