COLOR #DDCAD0

HEX: #DDCAD0 RGB: (221,202,208)

Color info

#DDCAD0 contains red, green and blue colors in about the same proportion. Web safe color of #DDCAD0 is #CCCCCC (or #CCC).

RGB color model

#DDCAD0 color RGB value is (221,202,208).

RGB: (221,202,208) (87%, 79%, 82%)

RGB channels and saturation

R 221 of 255 = 87%
G 202 of 255 = 79%
B 208 of 255 = 82%

221
202
208

R + G + B ~ 83%. #DDCAD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 202 + 208 = 631 (100%)
R 221 of 631 ~ 35.02%
G 202 of 631 ~ 32.01%
B 208 of 631 ~ 32.96'%

%35.02
%32.01
%32.96

CMYK color model

#DDCAD0 color CMYK value is (0,9,6,13).

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

CMYK: (0,9,6,13)
C0M9Y6K13 (0%, 9%, 6%, 13%)
(0.00 / 0.09 / 0.06 / 0.13)

CMYK percentages

%0
%8.6
%5.88
%13.33

Codes

Color #DDCAD0 in popluar color models

DD CA D0
RGB 221 202 208
HSL 341° 21.84% 82.94%
HSB/HSV 341° 8.60% 86.67%
CMYK 0.00% 8.60% 5.88%
13.33%

Color #DDCAD0 in popluar number systems.

HEX DD CA D0
Decimal 221 202 208
Binary 11011101 11001010 11010000
Octal 335 312 320

Shades and tints

Shades of #DDCAD0

#DDCAD0
(221,202,208)
#C9B8BE
(201,184,190)
#B5A6AC
(181,166,172)
#A1949A
(161,148,154)
#8D8288
(141,130,136)
#797076
(121,112,118)
#655E64
(101,94,100)
#514C52
(81,76,82)
#3D3A40
(61,58,64)
#29282E
(41,40,46)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #DDCAD0

#DDCAD0
(221,202,208)
#E0CED4
(224,206,212)
#E3D2D8
(227,210,216)
#E6D6DC
(230,214,220)
#E9DAE0
(233,218,224)
#ECDEE4
(236,222,228)
#EFE2E8
(239,226,232)
#F2E6EC
(242,230,236)
#F5EAF0
(245,234,240)
#F8EEF4
(248,238,244)
#FBF2F8
(251,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCAD0; }

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

This text font color is #DDCAD0.

Background Color

.myBgColor { background-color: #DDCAD0; }

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

This div background color is #DDCAD0.

Border color

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

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

This div border color is #DDCAD0.

Opacity

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

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

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

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

This text has shadow with #DDCAD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCAD0.

Preview

Color preview on black background

This text has color #DDCAD0 on black background.


Color preview on white background

This text has color #DDCAD0 on white background.


Black color preview on #DDCAD0 background

This text has black color on #DDCAD0 background.


White color preview on #DDCAD0 background

This text has white color on #DDCAD0 background.


Related colors

Complementary color

Complementary color for #hex is #22352F.


I love getcolorcode.com

Triadic colors

1 #D0DDCA and #CAD0DD with #DDCAD0 are triadic colors.

2 #D0CADD and #CADDD0 with #DDCAD0 are triadic colors.