COLOR #FFDDEB

HEX: #FFDDEB RGB: (255,221,235)

Color info

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

RGB color model

#FFDDEB color RGB value is (255,221,235).

RGB: (255,221,235) (100%, 87%, 92%)

RGB channels and saturation

R 255 of 255 = 100%
G 221 of 255 = 87%
B 235 of 255 = 92%

255
221
235

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

Portions of RGB colors in percentages

R + G + B = 255 + 221 + 235 = 711 (100%)
R 255 of 711 ~ 35.86%
G 221 of 711 ~ 31.08%
B 235 of 711 ~ 33.05'%

%35.86
%31.08
%33.05

CMYK color model

#FFDDEB color CMYK value is (0,13,8,0).

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

CMYK: (0,13,8,0)
C0M13Y8K0 (0%, 13%, 8%, 0%)
(0.00 / 0.13 / 0.08 / 0.00)

CMYK percentages

%0
%13.33
%7.84
%0

Codes

Color #FFDDEB in popluar color models

FF DD EB
RGB 255 221 235
HSL 335° 100.00% 93.33%
HSB/HSV 335° 13.33% 100.00%
CMYK 0.00% 13.33% 7.84%
0.00%

Color #FFDDEB in popluar number systems.

HEX FF DD EB
Decimal 255 221 235
Binary 11111111 11011101 11101011
Octal 377 335 353

Shades and tints

Shades of #FFDDEB

#FFDDEB
(255,221,235)
#E8C9D6
(232,201,214)
#D1B5C1
(209,181,193)
#BAA1AC
(186,161,172)
#A38D97
(163,141,151)
#8C7982
(140,121,130)
#75656D
(117,101,109)
#5E5158
(94,81,88)
#473D43
(71,61,67)
#30292E
(48,41,46)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #FFDDEB

#FFDDEB
(255,221,235)
#FFE0EC
(255,224,236)
#FFE3ED
(255,227,237)
#FFE6EE
(255,230,238)
#FFE9EF
(255,233,239)
#FFECF0
(255,236,240)
#FFEFF1
(255,239,241)
#FFF2F2
(255,242,242)
#FFF5F3
(255,245,243)
#FFF8F4
(255,248,244)
#FFFBF5
(255,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDDEB; }

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

This text font color is #FFDDEB.

Background Color

.myBgColor { background-color: #FFDDEB; }

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

This div background color is #FFDDEB.

Border color

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

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

This div border color is #FFDDEB.

Opacity

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

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

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

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

This text has shadow with #FFDDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFDDEB.

Preview

Color preview on black background

This text has color #FFDDEB on black background.


Color preview on white background

This text has color #FFDDEB on white background.


Black color preview on #FFDDEB background

This text has black color on #FFDDEB background.


White color preview on #FFDDEB background

This text has white color on #FFDDEB background.


Related colors

Complementary color

Complementary color for #hex is #002214.


I love getcolorcode.com

Triadic colors

1 #EBFFDD and #DDEBFF with #FFDDEB are triadic colors.

2 #EBDDFF and #DDFFEB with #FFDDEB are triadic colors.