Color Hex Logo

#ddbfd7 Color Hex

#DDBFD7
(221,191,215)
0 Favorites   0 Comments

Color spaces of #ddbfd7

RGB 221191215
HSL0.870.310.81
HSV312°14°87°
CMYK 0.000.140.03   0.13
XYZ60.715357.540172.1963
Yxy57.54010.31880.3021
Hunter Lab75.855210.1267-3.3315
CIE-Lab80.482414.7432-8.0517

#ddbfd7 color RGB value is (221,191,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 11010111
Octal 335 277 327
Decimal 221 191 215
Hex DD BF D7

RGB Percentages of Color #ddbfd7

%35.25
%30.46
%34.29

CMYK Percentages of Color #ddbfd7

%0
%14
%3
%13

Triadic Colors of #ddbfd7

#ddbfd7 #d7ddbf #bfd7dd

Analogous Colors of #ddbfd7

#ddbfd7 #ddbfc8 #d4bfdd

Monochromatic Colors of #ddbfd7

#ddbfd7

Complementary Color

#ddbfd7 #bfddc5

#ddbfd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbfd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbfd7 Color CSS Codes

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

#ddbfd7 Text Font Color

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

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


#ddbfd7 Background Color

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

This div background color is #ddbfd7


#ddbfd7 Border Color

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

This div border color is #ddbfd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbfd7


Comments

No comments written yet.

Please login to write comment.