Color Hex Logo

#ffd3dc Color Hex

#FFD3DC
(255,211,220)
0 Favorites   0 Comments

Color spaces of #ffd3dc

RGB 255211220
HSL0.971.000.91
HSV348°17°100°
CMYK 0.000.170.14   0.00
XYZ77.452573.015877.7214
Yxy73.01580.33940.3200
Hunter Lab85.449312.25885.8866
CIE-Lab88.455216.78211.3545

#ffd3dc color RGB value is (255,211,220).

#ffd3dc hex color red value is 255, green value is 211 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ffd3dc hue: 0.97 , saturation: 1.00 and the lightness value of ffd3dc is 0.91.

The process color (four color CMYK) of #ffd3dc color hex is 0.00, 0.17, 0.14, 0.00. Web safe color of #ffd3dc is #ffcccc. Color #ffd3dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010011 11011100
Octal 377 323 334
Decimal 255 211 220
Hex FF D3 DC

RGB Percentages of Color #ffd3dc

%37.17
%30.76
%32.07

CMYK Percentages of Color #ffd3dc

%0
%17
%14
%0

Triadic Colors of #ffd3dc

#ffd3dc #dcffd3 #d3dcff

Analogous Colors of #ffd3dc

#ffd3dc #ffe0d3 #ffd3f2

Monochromatic Colors of #ffd3dc

#ffd3dc

Complementary Color

#ffd3dc #d3fff6

#ffd3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd3dc Color CSS Codes

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

#ffd3dc Text Font Color

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

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


#ffd3dc Background Color

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

This div background color is #ffd3dc


#ffd3dc Border Color

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

This div border color is #ffd3dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,211,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffd3dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffd3dc;
  -webkit-box-shadow: 1px 1px 3px 2px #ffd3dc;
  box-shadow:         1px 1px 3px 2px #ffd3dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,211,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd3dc

Related Colors

#ffd3dc Color Palettes


Comments

No comments written yet.

Please login to write comment.