Color Hex Logo

#ddbcd3 Color Hex

#DDBCD3
(221,188,211)
0 Favorites   0 Comments

Color spaces of #ddbcd3

RGB 221188211
HSL0.880.330.80
HSV318°15°87°
CMYK 0.000.150.05   0.13
XYZ59.559956.041769.3060
Yxy56.04170.32210.3031
Hunter Lab74.861011.0090-2.4877
CIE-Lab79.637515.6359-7.1493

#ddbcd3 color RGB value is (221,188,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 11010011
Octal 335 274 323
Decimal 221 188 211
Hex DD BC D3

RGB Percentages of Color #ddbcd3

%35.65
%30.32
%34.03

CMYK Percentages of Color #ddbcd3

%0
%15
%5
%13

Triadic Colors of #ddbcd3

#ddbcd3 #d3ddbc #bcd3dd

Analogous Colors of #ddbcd3

#ddbcd3 #ddbcc3 #d7bcdd

Monochromatic Colors of #ddbcd3

#ddbcd3

Complementary Color

#ddbcd3 #bcddc6

#ddbcd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcd3 Color CSS Codes

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

#ddbcd3 Text Font Color

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

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


#ddbcd3 Background Color

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

This div background color is #ddbcd3


#ddbcd3 Border Color

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

This div border color is #ddbcd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcd3

#ddbcd3 Color Palettes


Comments

No comments written yet.

Please login to write comment.