Color Hex Logo

#ddbfdc Color Hex

#DDBFDC
(221,191,220)
0 Favorites   0 Comments

Color spaces of #ddbfdc

RGB 221191220
HSL0.840.310.81
HSV302°14°87°
CMYK 0.000.140.00   0.13
XYZ61.367957.801175.6324
Yxy57.80110.31500.2967
Hunter Lab76.027011.0353-5.7633
CIE-Lab80.628115.6527-10.5246

#ddbfdc color RGB value is (221,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 11011100
Octal 335 277 334
Decimal 221 191 220
Hex DD BF DC

RGB Percentages of Color #ddbfdc

%34.97
%30.22
%34.81

CMYK Percentages of Color #ddbfdc

%0
%14
%0
%13

Triadic Colors of #ddbfdc

#ddbfdc #dcddbf #bfdcdd

Analogous Colors of #ddbfdc

#ddbfdc #ddbfcd #cfbfdd

Monochromatic Colors of #ddbfdc

#ddbfdc

Complementary Color

#ddbfdc #bfddc0

#ddbfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbfdc Color CSS Codes

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

#ddbfdc Text Font Color

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

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


#ddbfdc Background Color

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

This div background color is #ddbfdc


#ddbfdc Border Color

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

This div border color is #ddbfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbfdc


Comments

No comments written yet.

Please login to write comment.