Color Hex Logo

#ffcddd Color Hex

#FFCDDD
(255,205,221)
1 Favorites   0 Comments

Color spaces of #ffcddd

RGB 255205221
HSL0.951.000.90
HSV341°20°100°
CMYK 0.000.200.13   0.00
XYZ76.122570.143177.9335
Yxy70.14310.33950.3129
Hunter Lab83.751515.67523.4547
CIE-Lab87.067020.0773-1.2014

#ffcddd color RGB value is (255,205,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 11011101
Octal 377 315 335
Decimal 255 205 221
Hex FF CD DD

RGB Percentages of Color #ffcddd

%37.44
%30.10
%32.45

CMYK Percentages of Color #ffcddd

%0
%20
%13
%0

Triadic Colors of #ffcddd

#ffcddd #ddffcd #cdddff

Analogous Colors of #ffcddd

#ffcddd #ffd6cd #ffcdf6

Monochromatic Colors of #ffcddd

#ffcddd

Complementary Color

#ffcddd #cdffef

#ffcddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcddd Color CSS Codes

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

#ffcddd Text Font Color

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

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


#ffcddd Background Color

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

This div background color is #ffcddd


#ffcddd Border Color

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

This div border color is #ffcddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,205,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 #ffcddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcddd

Related Colors


Comments

No comments written yet.

Please login to write comment.