COLOR #FFDDEC

HEX: #FFDDEC RGB: (255,221,236)

Color info

#FFDDEC contains red, green and blue colors in about the same proportion. Web safe color of #FFDDEC is #FFCCFF (or #FCF).

RGB color model

#FFDDEC color RGB value is (255,221,236).

RGB: (255,221,236) (100%, 87%, 93%)

RGB channels and saturation

R 255 of 255 = 100%
G 221 of 255 = 87%
B 236 of 255 = 93%

255
221
236

R + G + B ~ 93%. #FFDDEC is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 221 + 236 = 712 (100%)
R 255 of 712 ~ 35.81%
G 221 of 712 ~ 31.04%
B 236 of 712 ~ 33.15'%

%35.81
%31.04
%33.15

CMYK color model

#FFDDEC color CMYK value is (0,13,7,0).

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

CMYK: (0,13,7,0)
C0M13Y7K0 (0%, 13%, 7%, 0%)
(0.00 / 0.13 / 0.07 / 0.00)

CMYK percentages

%0
%13.33
%7.45
%0

Codes

Color #FFDDEC in popluar color models

FF DD EC
RGB 255 221 236
HSL 334° 100.00% 93.33%
HSB/HSV 334° 13.33% 100.00%
CMYK 0.00% 13.33% 7.45%
0.00%

Color #FFDDEC in popluar number systems.

HEX FF DD EC
Decimal 255 221 236
Binary 11111111 11011101 11101100
Octal 377 335 354

Shades and tints

Shades of #FFDDEC

#FFDDEC
(255,221,236)
#E8C9D7
(232,201,215)
#D1B5C2
(209,181,194)
#BAA1AD
(186,161,173)
#A38D98
(163,141,152)
#8C7983
(140,121,131)
#75656E
(117,101,110)
#5E5159
(94,81,89)
#473D44
(71,61,68)
#30292F
(48,41,47)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #FFDDEC

#FFDDEC
(255,221,236)
#FFE0ED
(255,224,237)
#FFE3EE
(255,227,238)
#FFE6EF
(255,230,239)
#FFE9F0
(255,233,240)
#FFECF1
(255,236,241)
#FFEFF2
(255,239,242)
#FFF2F3
(255,242,243)
#FFF5F4
(255,245,244)
#FFF8F5
(255,248,245)
#FFFBF6
(255,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDDEC; }

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

This text font color is #FFDDEC.

Background Color

.myBgColor { background-color: #FFDDEC; }

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

This div background color is #FFDDEC.

Border color

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

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

This div border color is #FFDDEC.

Opacity

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

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

Text with #FFDDEC 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 #FFDDEC;}

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

This text has shadow with #FFDDEC color.


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

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFDDEC; -webkit-box-shadow: 1px 1px 3px 2px #FFDDEC; box-shadow:1px 1px 3px 2px #FFDDEC;">
Div content here
</div>

This div box has shadow with color #FFDDEC.

Preview

Color preview on black background

This text has color #FFDDEC on black background.


Color preview on white background

This text has color #FFDDEC on white background.


Black color preview on #FFDDEC background

This text has black color on #FFDDEC background.


White color preview on #FFDDEC background

This text has white color on #FFDDEC background.


Related colors

Complementary color

Complementary color for #hex is #002213.


I love getcolorcode.com

Triadic colors

1 #ECFFDD and #DDECFF with #FFDDEC are triadic colors.

2 #ECDDFF and #DDFFEC with #FFDDEC are triadic colors.