Color Hex Logo

#ddbcd4 Color Hex

#DDBCD4
(221,188,212)
0 Favorites   0 Comments

Color spaces of #ddbcd4

RGB 221188212
HSL0.880.330.80
HSV316°15°87°
CMYK 0.000.150.04   0.13
XYZ59.685756.092169.9684
Yxy56.09210.32130.3020
Hunter Lab74.894711.1861-2.9639
CIE-Lab79.666215.8134-7.6463

#ddbcd4 color RGB value is (221,188,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 11010100
Octal 335 274 324
Decimal 221 188 212
Hex DD BC D4

RGB Percentages of Color #ddbcd4

%35.59
%30.27
%34.14

CMYK Percentages of Color #ddbcd4

%0
%15
%4
%13

Triadic Colors of #ddbcd4

#ddbcd4 #d4ddbc #bcd4dd

Analogous Colors of #ddbcd4

#ddbcd4 #ddbcc4 #d6bcdd

Monochromatic Colors of #ddbcd4

#ddbcd4

Complementary Color

#ddbcd4 #bcddc5

#ddbcd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcd4 Color CSS Codes

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

#ddbcd4 Text Font Color

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

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


#ddbcd4 Background Color

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

This div background color is #ddbcd4


#ddbcd4 Border Color

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

This div border color is #ddbcd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcd4

#ddbcd4 Color Palettes


Comments

No comments written yet.

Please login to write comment.