COLOR #FFDDDC

HEX: #FFDDDC RGB: (255,221,220)

Color info

#FFDDDC contains red, green and blue colors in about the same proportion. Web safe color of #FFDDDC is #FFCCCC (or #FCC).

RGB color model

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

RGB: (255,221,220) (100%, 87%, 86%)

RGB channels and saturation

R 255 of 255 = 100%
G 221 of 255 = 87%
B 220 of 255 = 86%

255
221
220

R + G + B ~ 91%. #FFDDDC is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 221 + 220 = 696 (100%)
R 255 of 696 ~ 36.64%
G 221 of 696 ~ 31.75%
B 220 of 696 ~ 31.61'%

%36.64
%31.75
%31.61

CMYK color model

#FFDDDC color CMYK value is (0,13,14,0).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 13.73%
  • key color value is 0.00%

CMYK: (0,13,14,0)
C0M13Y14K0 (0%, 13%, 14%, 0%)
(0.00 / 0.13 / 0.14 / 0.00)

CMYK percentages

%0
%13.33
%13.73
%0

Codes

Color #FFDDDC in popluar color models

FF DD DC
RGB 255 221 220
HSL 100.00% 93.14%
HSB/HSV 13.73% 100.00%
CMYK 0.00% 13.33% 13.73%
0.00%

Color #FFDDDC in popluar number systems.

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

Shades and tints

Shades of #FFDDDC

#FFDDDC
(255,221,220)
#E8C9C8
(232,201,200)
#D1B5B4
(209,181,180)
#BAA1A0
(186,161,160)
#A38D8C
(163,141,140)
#8C7978
(140,121,120)
#756564
(117,101,100)
#5E5150
(94,81,80)
#473D3C
(71,61,60)
#302928
(48,41,40)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #FFDDDC

#FFDDDC
(255,221,220)
#FFE0DF
(255,224,223)
#FFE3E2
(255,227,226)
#FFE6E5
(255,230,229)
#FFE9E8
(255,233,232)
#FFECEB
(255,236,235)
#FFEFEE
(255,239,238)
#FFF2F1
(255,242,241)
#FFF5F4
(255,245,244)
#FFF8F7
(255,248,247)
#FFFBFA
(255,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDDDC color. Also use rgb(255,221,220) instead hex code.

Text Font Color

.myTextColor { color: #FFDDDC; }

<p style="color:#FFDDDC">This sample text font color is #FFDDDC.</p>

This text font color is #FFDDDC.

Background Color

.myBgColor { background-color: #FFDDDC; }

<div style="background-color:#FFDDDC">Inner text</div>

This div background color is #FFDDDC.

Border color

.myBorderColor { border: 1px solid #FFDDDC; }

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

This div border color is #FFDDDC.

Opacity

.myOpacity80 { color: #FFDDDC; opacity: 0.8; }

<p style="color:#FFDDDC;opacity:0.8;">80%</p>

Text with #FFDDDC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFDDDC;}

<p style="text-shadow: 3px 3px 1px #FFDDDC">Text here.</p>

This text has shadow with #FFDDDC color.


.textShadow {text-shadow: 3px 3px 1px #FFDDDC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFDDDC, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFDDDC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFDDDC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFDDDC, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFDDDC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFDDDC;
-webkit-box-shadow: 1px 1px 3px 2px #FFDDDC;
box-shadow: 1px 1px 3px 2px #FFDDDC;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #FFDDDC on black background.


Color preview on white background

This text has color #FFDDDC on white background.


Black color preview on #FFDDDC background

This text has black color on #FFDDDC background.


White color preview on #FFDDDC background

This text has white color on #FFDDDC background.


Related colors

Complementary color

Complementary color for #hex is #002223.


I love getcolorcode.com

Triadic colors

1 #DCFFDD and #DDDCFF with #FFDDDC are triadic colors.

2 #DCDDFF and #DDFFDC with #FFDDDC are triadic colors.