Color Hex Logo

#ddcfd9 Color Hex

#DDCFD9
(221,207,217)
0 Favorites   0 Comments

Color spaces of #ddcfd9

RGB 221207217
HSL0.880.170.84
HSV317°87°
CMYK 0.000.060.02   0.13
XYZ64.656065.007674.7856
Yxy65.00760.31620.3180
Hunter Lab80.62732.04361.4448
CIE-Lab84.48776.6010-3.2067

#ddcfd9 color RGB value is (221,207,217).

#ddcfd9 hex color red value is 221, green value is 207 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #ddcfd9 hue: 0.88 , saturation: 0.17 and the lightness value of ddcfd9 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 11011001
Octal 335 317 331
Decimal 221 207 217
Hex DD CF D9

RGB Percentages of Color #ddcfd9

%34.26
%32.09
%33.64

CMYK Percentages of Color #ddcfd9

%0
%6
%2
%13

Triadic Colors of #ddcfd9

#ddcfd9 #d9ddcf #cfd9dd

Analogous Colors of #ddcfd9

#ddcfd9 #ddcfd2 #dacfdd

Monochromatic Colors of #ddcfd9

#ddcfd9

Complementary Color

#ddcfd9 #cfddd3

#ddcfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcfd9 Color CSS Codes

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

#ddcfd9 Text Font Color

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

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


#ddcfd9 Background Color

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

This div background color is #ddcfd9


#ddcfd9 Border Color

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

This div border color is #ddcfd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcfd9


Comments

No comments written yet.

Please login to write comment.