Color Hex Logo

#ffdcdd Color Hex

#FFDCDD
(255,220,221)
0 Favorites   0 Comments

Color spaces of #ffdcdd

RGB 255220221
HSL1.001.000.93
HSV358°14°100°
CMYK 0.000.140.13   0.00
XYZ79.884377.666979.1875
Yxy77.66690.33740.3281
Hunter Lab88.12887.57578.4156
CIE-Lab90.627712.25563.9832

#ffdcdd color RGB value is (255,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 11011101
Octal 377 334 335
Decimal 255 220 221
Hex FF DC DD

RGB Percentages of Color #ffdcdd

%36.64
%31.61
%31.75

CMYK Percentages of Color #ffdcdd

%0
%14
%13
%0

Triadic Colors of #ffdcdd

#ffdcdd #ddffdc #dcddff

Analogous Colors of #ffdcdd

#ffdcdd #ffeddc #ffdcef

Monochromatic Colors of #ffdcdd

#ffdcdd

Complementary Color

#ffdcdd #dcfffe

#ffdcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdcdd Color CSS Codes

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

#ffdcdd Text Font Color

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

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


#ffdcdd Background Color

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

This div background color is #ffdcdd


#ffdcdd Border Color

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

This div border color is #ffdcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdcdd


Comments

No comments written yet.

Please login to write comment.