COLOR #DDCADC

HEX: #DDCADC
RGB: (221,202,220)

Color info

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

RGB color model

#DDCADC color RGB value is (221,202,220).

  • red value is 221;
  • green value is 202;
  • blue value is 220.
RGB:
(221,202,220)
(87%,79%,86%)

RGB channels and saturation

R 221 of 255 = 87%
G 202 of 255 = 79%
B 220 of 255 = 86%

221
202
220

R + G + B ~ 84%. #DDCADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 202 + 220 = 643 (100%)
R 221 of 643 ~ 34.37%
G 202 of 643 ~ 31.42%
B 220 of 643 ~ 34.21%

%34.37
%31.42
%34.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 0.45%
  • key color value is 13.33%
CMYK:
(0,9,0,13)
C0M9Y0K13 
(0%,9%,0%,13%)
(0.00/0.09/0.00/0.13)	

CMYK percentages

%0
%8.6
%0.45
%13.33

Codes

Color #DDCADC in popluar color models

DDCADC
RGB221202220
HSL303°21.84%82.94%
HSB/HSV303°8.60%86.67%
CMYK0.00%8.60%0.45%
13.33%

Color #DDCADC in popluar number systems.

HEXDDCADC
Decimal221202220
Binary110111011100101011011100
Octal335312334

Shades and tints

Shades of #DDCADC

#DDCADC
(221,202,220)
#C9B8C8
(201,184,200)
#B5A6B4
(181,166,180)
#A194A0
(161,148,160)
#8D828C
(141,130,140)
#797078
(121,112,120)
#655E64
(101,94,100)
#514C50
(81,76,80)
#3D3A3C
(61,58,60)
#292828
(41,40,40)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #DDCADC

#DDCADC
(221,202,220)
#E0CEDF
(224,206,223)
#E3D2E2
(227,210,226)
#E6D6E5
(230,214,229)
#E9DAE8
(233,218,232)
#ECDEEB
(236,222,235)
#EFE2EE
(239,226,238)
#F2E6F1
(242,230,241)
#F5EAF4
(245,234,244)
#F8EEF7
(248,238,247)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCADC; }

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

This text font color is #DDCADC.


Background Color

.myBgColor { background-color: #DDCADC; }

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

This div background color is #DDCADC.


Border color

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

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

This div border color is #DDCADC.


Opacity

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

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

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

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

This text has shadow with #DDCADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCADC on black background.


Color preview on white background

This text has color #DDCADC on white background.



Black color preview on #DDCADC background

This text has black color on #DDCADC background.


White color preview on #DDCADC background

This text has white color on #DDCADC background.