Color Hex Logo

#ddbfda Color Hex

#DDBFDA
(221,191,218)
0 Favorites   0 Comments

Color spaces of #ddbfda

RGB 221191218
HSL0.850.310.81
HSV306°14°87°
CMYK 0.000.140.01   0.13
XYZ61.104557.695774.2455
Yxy57.69570.31650.2989
Hunter Lab75.957710.6692-4.7831
CIE-Lab80.569315.2869-9.5366

#ddbfda color RGB value is (221,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 11011010
Octal 335 277 332
Decimal 221 191 218
Hex DD BF DA

RGB Percentages of Color #ddbfda

%35.08
%30.32
%34.60

CMYK Percentages of Color #ddbfda

%0
%14
%1
%13

Triadic Colors of #ddbfda

#ddbfda #daddbf #bfdadd

Analogous Colors of #ddbfda

#ddbfda #ddbfcb #d1bfdd

Monochromatic Colors of #ddbfda

#ddbfda

Complementary Color

#ddbfda #bfddc2

#ddbfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbfda Color CSS Codes

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

#ddbfda Text Font Color

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

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


#ddbfda Background Color

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

This div background color is #ddbfda


#ddbfda Border Color

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

This div border color is #ddbfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbfda


Comments

No comments written yet.

Please login to write comment.