Color Hex Logo

#ddbfde Color Hex

#DDBFDE
(221,191,222)
0 Favorites   0 Comments

Color spaces of #ddbfde

RGB 221191222
HSL0.830.320.81
HSV298°14°87°
CMYK 0.000.140.00   0.13
XYZ61.634457.907777.0361
Yxy57.90770.31350.2946
Hunter Lab76.097111.4051-6.7536
CIE-Lab80.687416.0215-11.5113

#ddbfde color RGB value is (221,191,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 11011110
Octal 335 277 336
Decimal 221 191 222
Hex DD BF DE

RGB Percentages of Color #ddbfde

%34.86
%30.13
%35.02

CMYK Percentages of Color #ddbfde

%0
%14
%0
%13

Triadic Colors of #ddbfde

#ddbfde #deddbf #bfdedd

Analogous Colors of #ddbfde

#ddbfde #debfd0 #cebfde

Monochromatic Colors of #ddbfde

#ddbfde

Complementary Color

#ddbfde #c0debf

#ddbfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbfde Color CSS Codes

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

#ddbfde Text Font Color

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

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


#ddbfde Background Color

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

This div background color is #ddbfde


#ddbfde Border Color

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

This div border color is #ddbfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbfde


Comments

No comments written yet.

Please login to write comment.