Color Hex Logo

#ffdccf Color Hex

#FFDCCF
(255,220,207)
0 Favorites   0 Comments

Color spaces of #ffdccf

RGB 255220207
HSL0.051.000.91
HSV16°19°100°
CMYK 0.000.140.19   0.00
XYZ78.095776.951469.7685
Yxy76.95140.34740.3423
Hunter Lab87.72195.398714.2498
CIE-Lab90.299210.123110.8511

#ffdccf color RGB value is (255,220,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 11001111
Octal 377 334 317
Decimal 255 220 207
Hex FF DC CF

RGB Percentages of Color #ffdccf

%37.39
%32.26
%30.35

CMYK Percentages of Color #ffdccf

%0
%14
%19
%0

Triadic Colors of #ffdccf

#ffdccf #cfffdc #dccfff

Analogous Colors of #ffdccf

#ffdccf #fff4cf #ffcfda

Monochromatic Colors of #ffdccf

#ffdccf

Complementary Color

#ffdccf #cff2ff

#ffdccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdccf Color CSS Codes

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

#ffdccf Text Font Color

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

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


#ffdccf Background Color

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

This div background color is #ffdccf


#ffdccf Border Color

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

This div border color is #ffdccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdccf

Related Colors

#ffdccf Color Palettes


Comments

No comments written yet.

Please login to write comment.