COLOR #DDCDFA

HEX: #DDCDFA RGB: (221,205,250)

Color info

#DDCDFA contains red, green and blue colors in about the same proportion. Web safe color of #DDCDFA is #CCCCFF (or #CCF).

RGB color model

#DDCDFA color RGB value is (221,205,250).

RGB: (221,205,250) (87%, 80%, 98%)

RGB channels and saturation

R 221 of 255 = 87%
G 205 of 255 = 80%
B 250 of 255 = 98%

221
205
250

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

Portions of RGB colors in percentages

R + G + B = 221 + 205 + 250 = 676 (100%)
R 221 of 676 ~ 32.69%
G 205 of 676 ~ 30.33%
B 250 of 676 ~ 36.98'%

%32.69
%30.33
%36.98

CMYK color model

#DDCDFA color CMYK value is (12,18,0,2).

  • cyan value is 11.60%
  • magenta value is 18.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (12,18,0,2) C12M18Y0K2 (12%,18%,0%,2%) (0.12/0.18/0.00/0.02) 

CMYK percentages

%11.6
%18
%0
%1.96

Codes

Color #DDCDFA in popluar color models

DD CD FA
RGB 221 205 250
HSL 261° 81.82% 89.22%
HSB/HSV 261° 18.00% 98.04%
CMYK 11.60% 18.00% 0.00%
1.96%

Color #DDCDFA in popluar number systems.

HEX DD CD FA
Decimal 221 205 250
Binary 11011101 11001101 11111010
Octal 335 315 372

Shades and tints

Shades of #DDCDFA

#DDCDFA
(221,205,250)
#C9BBE4
(201,187,228)
#B5A9CE
(181,169,206)
#A197B8
(161,151,184)
#8D85A2
(141,133,162)
#79738C
(121,115,140)
#656176
(101,97,118)
#514F60
(81,79,96)
#3D3D4A
(61,61,74)
#292B34
(41,43,52)
#15191E
(21,25,30)
#000000
(0,0,0)

Tints of #DDCDFA

#DDCDFA
(221,205,250)
#E0D1FA
(224,209,250)
#E3D5FA
(227,213,250)
#E6D9FA
(230,217,250)
#E9DDFA
(233,221,250)
#ECE1FA
(236,225,250)
#EFE5FA
(239,229,250)
#F2E9FA
(242,233,250)
#F5EDFA
(245,237,250)
#F8F1FA
(248,241,250)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCDFA color. Also use rgb(221,205,250) instead hex code.

Text Font Color

.myTextColor { color: #DDCDFA; }

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

This text font color is #DDCDFA.

Background Color

.myBgColor { background-color: #DDCDFA; }

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

This div background color is #DDCDFA.

Border color

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

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

This div border color is #DDCDFA.

Opacity

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

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

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

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

This text has shadow with #DDCDFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCDFA.

Preview

Color preview on black background

This text has color #DDCDFA on black background.


Color preview on white background

This text has color #DDCDFA on white background.


Black color preview on #DDCDFA background

This text has black color on #DDCDFA background.


White color preview on #DDCDFA background

This text has white color on #DDCDFA background.


Related colors

Complementary color

Complementary color for #hex is #223205.


I love getcolorcode.com

Triadic colors

1 #FADDCD and #CDFADD with #DDCDFA are triadic colors.

2 #FACDDD and #CDDDFA with #DDCDFA are triadic colors.