color codes Logo

#ffdddc color codes

#FFDDDC
(255,221,220)
3 Favorites   0 Comments

Color spaces of #ffdddc

RGB 255221220
HSL0.001.000.93
HSV14°100°
CMYK 0.000.130.14   0.00
XYZ80.014778.140278.5755
Yxy78.14020.33800.3301
Hunter Lab88.39696.87919.1753
CIE-Lab90.843811.58054.8204

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

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

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

Base Numbers

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

RGB Percentages of Color #ffdddc

%36.64
%31.75
%31.61

CMYK Percentages of Color #ffdddc

%0
%13
%14
%0

Triadic Colors of #ffdddc

#ffdddc #dcffdd #dddcff

Analogous Colors of #ffdddc

#ffdddc #ffefdc #ffdced

Monochromatic Colors of #ffdddc

#ffdddc

Complementary Color

#ffdddc #dcfeff

#ffdddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdddc Color CSS Codes

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

#ffdddc Text Font Color

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

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


#ffdddc Background Color

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

This div background color is #ffdddc


#ffdddc Border Color

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

This div border color is #ffdddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdddc

Related Colors

#ffdddc Color Palettes


Comments

No comments written yet.

Please login to write comment.