Color Hex Logo

#ddbfdd Color Hex

#DDBFDD
(221,191,221)
0 Favorites   0 Comments

Color spaces of #ddbfdd

RGB 221191221
HSL0.830.310.81
HSV300°14°87°
CMYK 0.000.140.00   0.13
XYZ61.500757.854276.3322
Yxy57.85420.31430.2956
Hunter Lab76.061911.2197-6.2573
CIE-Lab80.657715.8367-11.0182

#ddbfdd color RGB value is (221,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 11011101
Octal 335 277 335
Decimal 221 191 221
Hex DD BF DD

RGB Percentages of Color #ddbfdd

%34.91
%30.17
%34.91

CMYK Percentages of Color #ddbfdd

%0
%14
%0
%13

Triadic Colors of #ddbfdd

#ddbfdd #ddddbf #bfdddd

Analogous Colors of #ddbfdd

#ddbfdd #ddbfce #cebfdd

Monochromatic Colors of #ddbfdd

#ddbfdd

Complementary Color

#ddbfdd #bfddbf

#ddbfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbfdd Color CSS Codes

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

#ddbfdd Text Font Color

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

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


#ddbfdd Background Color

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

This div background color is #ddbfdd


#ddbfdd Border Color

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

This div border color is #ddbfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbfdd


Comments

No comments written yet.

Please login to write comment.