COLOR #FFDDC3

HEX: #FFDDC3 RGB: (255,221,195)

Color info

#FFDDC3 contains mainly red and green colors. Web safe color of #FFDDC3 is #FFCCCC (or #FCC).

RGB color model

#FFDDC3 color RGB value is (255,221,195).

RGB: (255,221,195) (100%, 87%, 76%)

RGB channels and saturation

R 255 of 255 = 100%
G 221 of 255 = 87%
B 195 of 255 = 76%

255
221
195

R + G + B ~ 88%. #FFDDC3 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 221 + 195 = 671 (100%)
R 255 of 671 ~ 38%
G 221 of 671 ~ 32.94%
B 195 of 671 ~ 29.06'%

%38
%32.94
%29.06

CMYK color model

#FFDDC3 color CMYK value is (0,13,24,0).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 23.53%
  • key color value is 0.00%
CMYK: (0,13,24,0) C0M13Y24K0 (0%,13%,24%,0%) (0.00/0.13/0.24/0.00) 

CMYK percentages

%0
%13.33
%23.53
%0

Codes

Color #FFDDC3 in popluar color models

FF DD C3
RGB 255 221 195
HSL 26° 100.00% 88.24%
HSB/HSV 26° 23.53% 100.00%
CMYK 0.00% 13.33% 23.53%
0.00%

Color #FFDDC3 in popluar number systems.

HEX FF DD C3
Decimal 255 221 195
Binary 11111111 11011101 11000011
Octal 377 335 303

Shades and tints

Shades of #FFDDC3

#FFDDC3
(255,221,195)
#E8C9B2
(232,201,178)
#D1B5A1
(209,181,161)
#BAA190
(186,161,144)
#A38D7F
(163,141,127)
#8C796E
(140,121,110)
#75655D
(117,101,93)
#5E514C
(94,81,76)
#473D3B
(71,61,59)
#30292A
(48,41,42)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #FFDDC3

#FFDDC3
(255,221,195)
#FFE0C8
(255,224,200)
#FFE3CD
(255,227,205)
#FFE6D2
(255,230,210)
#FFE9D7
(255,233,215)
#FFECDC
(255,236,220)
#FFEFE1
(255,239,225)
#FFF2E6
(255,242,230)
#FFF5EB
(255,245,235)
#FFF8F0
(255,248,240)
#FFFBF5
(255,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDDC3; }

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

This text font color is #FFDDC3.

Background Color

.myBgColor { background-color: #FFDDC3; }

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

This div background color is #FFDDC3.

Border color

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

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

This div border color is #FFDDC3.

Opacity

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

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

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

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

This text has shadow with #FFDDC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFDDC3.

Preview

Color preview on black background

This text has color #FFDDC3 on black background.


Color preview on white background

This text has color #FFDDC3 on white background.


Black color preview on #FFDDC3 background

This text has black color on #FFDDC3 background.


White color preview on #FFDDC3 background

This text has white color on #FFDDC3 background.


Related colors

Complementary color

Complementary color for #hex is #00223C.


I love getcolorcode.com

Triadic colors

1 #C3FFDD and #DDC3FF with #FFDDC3 are triadic colors.

2 #C3DDFF and #DDFFC3 with #FFDDC3 are triadic colors.