COLOR #DDCAAE

HEX: #DDCAAE RGB: (221,202,174)

Color info

#DDCAAE contains red, green and blue colors in about the same proportion. Web safe color of #DDCAAE is #CCCC99 (or #CC9).

RGB color model

#DDCAAE color RGB value is (221,202,174).

RGB: (221,202,174) (87%, 79%, 68%)

RGB channels and saturation

R 221 of 255 = 87%
G 202 of 255 = 79%
B 174 of 255 = 68%

221
202
174

R + G + B ~ 78%. #DDCAAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 202 + 174 = 597 (100%)
R 221 of 597 ~ 37.02%
G 202 of 597 ~ 33.84%
B 174 of 597 ~ 29.15'%

%37.02
%33.84
%29.15

CMYK color model

#DDCAAE color CMYK value is (0,9,21,13).

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 21.27%
  • key color value is 13.33%

CMYK: (0,9,21,13)
C0M9Y21K13 (0%, 9%, 21%, 13%)
(0.00 / 0.09 / 0.21 / 0.13)

CMYK percentages

%0
%8.6
%21.27
%13.33

Codes

Color #DDCAAE in popluar color models

DD CA AE
RGB 221 202 174
HSL 36° 40.87% 77.45%
HSB/HSV 36° 21.27% 86.67%
CMYK 0.00% 8.60% 21.27%
13.33%

Color #DDCAAE in popluar number systems.

HEX DD CA AE
Decimal 221 202 174
Binary 11011101 11001010 10101110
Octal 335 312 256

Shades and tints

Shades of #DDCAAE

#DDCAAE
(221,202,174)
#C9B89F
(201,184,159)
#B5A690
(181,166,144)
#A19481
(161,148,129)
#8D8272
(141,130,114)
#797063
(121,112,99)
#655E54
(101,94,84)
#514C45
(81,76,69)
#3D3A36
(61,58,54)
#292827
(41,40,39)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #DDCAAE

#DDCAAE
(221,202,174)
#E0CEB5
(224,206,181)
#E3D2BC
(227,210,188)
#E6D6C3
(230,214,195)
#E9DACA
(233,218,202)
#ECDED1
(236,222,209)
#EFE2D8
(239,226,216)
#F2E6DF
(242,230,223)
#F5EAE6
(245,234,230)
#F8EEED
(248,238,237)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCAAE color. Also use rgb(221,202,174) instead hex code.

Text Font Color

.myTextColor { color: #DDCAAE; }

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

This text font color is #DDCAAE.

Background Color

.myBgColor { background-color: #DDCAAE; }

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

This div background color is #DDCAAE.

Border color

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

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

This div border color is #DDCAAE.

Opacity

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

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

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

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

This text has shadow with #DDCAAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCAAE.

Preview

Color preview on black background

This text has color #DDCAAE on black background.


Color preview on white background

This text has color #DDCAAE on white background.


Black color preview on #DDCAAE background

This text has black color on #DDCAAE background.


White color preview on #DDCAAE background

This text has white color on #DDCAAE background.


Related colors

Complementary color

Complementary color for #hex is #223551.


I love getcolorcode.com

Triadic colors

1 #AEDDCA and #CAAEDD with #DDCAAE are triadic colors.

2 #AECADD and #CADDAE with #DDCAAE are triadic colors.