Color Hex Logo

#ffddcc Color Hex

#FFDDCC
(255,221,204)
3 Favorites   0 Comments

Color spaces of #ffddcc

RGB 255221204
HSL0.061.000.90
HSV20°20°100°
CMYK 0.000.130.20   0.00
XYZ77.995577.332567.9426
Yxy77.33250.34930.3464
Hunter Lab87.93894.423615.7491
CIE-Lab90.47449.167512.6706

#ffddcc color RGB value is (255,221,204). This hex color code is also a web safe color which is equal to #FDC.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 11001100
Octal 377 335 314
Decimal 255 221 204
Hex FF DD CC

RGB Percentages of Color #ffddcc

%37.50
%32.50
%30.00

CMYK Percentages of Color #ffddcc

%0
%13
%20
%0

Triadic Colors of #ffddcc

#ffddcc #ccffdd #ddccff

Analogous Colors of #ffddcc

#ffddcc #fff7cc #ffccd5

Monochromatic Colors of #ffddcc

#ffddcc

Complementary Color

#ffddcc #cceeff

#ffddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffddcc Color CSS Codes

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

#ffddcc Text Font Color

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

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


#ffddcc Background Color

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

This div background color is #ffddcc


#ffddcc Border Color

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

This div border color is #ffddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffddcc

Related Colors


Comments

No comments written yet.

Please login to write comment.