Color Hex Logo

#ddbfdb Color Hex

#DDBFDB
(221,191,219)
0 Favorites   0 Comments

Color spaces of #ddbfdb

RGB 221191219
HSL0.840.310.81
HSV304°14°87°
CMYK 0.000.140.01   0.13
XYZ61.235857.748274.9369
Yxy57.74820.31580.2978
Hunter Lab75.992210.8518-5.2720
CIE-Lab80.598615.4695-10.0308

#ddbfdb color RGB value is (221,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 11011011
Octal 335 277 333
Decimal 221 191 219
Hex DD BF DB

RGB Percentages of Color #ddbfdb

%35.02
%30.27
%34.71

CMYK Percentages of Color #ddbfdb

%0
%14
%1
%13

Triadic Colors of #ddbfdb

#ddbfdb #dbddbf #bfdbdd

Analogous Colors of #ddbfdb

#ddbfdb #ddbfcc #d0bfdd

Monochromatic Colors of #ddbfdb

#ddbfdb

Complementary Color

#ddbfdb #bfddc1

#ddbfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbfdb Color CSS Codes

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

#ddbfdb Text Font Color

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

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


#ddbfdb Background Color

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

This div background color is #ddbfdb


#ddbfdb Border Color

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

This div border color is #ddbfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbfdb


Comments

No comments written yet.

Please login to write comment.