COLOR #DDCCFE

HEX: #DDCCFE RGB: (221,204,254)

Color info

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

RGB color model

#DDCCFE color RGB value is (221,204,254).

RGB: (221,204,254) (87%, 80%, 100%)

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 254 of 255 = 100%

221
204
254

R + G + B ~ 89%. #DDCCFE is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 204 + 254 = 679 (100%)
R 221 of 679 ~ 32.55%
G 204 of 679 ~ 30.04%
B 254 of 679 ~ 37.41'%

%32.55
%30.04
%37.41

CMYK color model

#DDCCFE color CMYK value is (13,20,0,0).

  • cyan value is 12.99%
  • magenta value is 19.69%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (13,20,0,0) C13M20Y0K0 (13%,20%,0%,0%) (0.13/0.20/0.00/0.00) 

CMYK percentages

%12.99
%19.69
%0
%0.39

Codes

Color #DDCCFE in popluar color models

DD CC FE
RGB 221 204 254
HSL 260° 96.15% 89.80%
HSB/HSV 260° 19.69% 99.61%
CMYK 12.99% 19.69% 0.00%
0.39%

Color #DDCCFE in popluar number systems.

HEX DD CC FE
Decimal 221 204 254
Binary 11011101 11001100 11111110
Octal 335 314 376

Shades and tints

Shades of #DDCCFE

#DDCCFE
(221,204,254)
#C9BAE7
(201,186,231)
#B5A8D0
(181,168,208)
#A196B9
(161,150,185)
#8D84A2
(141,132,162)
#79728B
(121,114,139)
#656074
(101,96,116)
#514E5D
(81,78,93)
#3D3C46
(61,60,70)
#292A2F
(41,42,47)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #DDCCFE

#DDCCFE
(221,204,254)
#E0D0FE
(224,208,254)
#E3D4FE
(227,212,254)
#E6D8FE
(230,216,254)
#E9DCFE
(233,220,254)
#ECE0FE
(236,224,254)
#EFE4FE
(239,228,254)
#F2E8FE
(242,232,254)
#F5ECFE
(245,236,254)
#F8F0FE
(248,240,254)
#FBF4FE
(251,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCCFE color. Also use rgb(221,204,254) instead hex code.

Text Font Color

.myTextColor { color: #DDCCFE; }

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

This text font color is #DDCCFE.

Background Color

.myBgColor { background-color: #DDCCFE; }

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

This div background color is #DDCCFE.

Border color

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

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

This div border color is #DDCCFE.

Opacity

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

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

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

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

This text has shadow with #DDCCFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCCFE.

Preview

Color preview on black background

This text has color #DDCCFE on black background.


Color preview on white background

This text has color #DDCCFE on white background.


Black color preview on #DDCCFE background

This text has black color on #DDCCFE background.


White color preview on #DDCCFE background

This text has white color on #DDCCFE background.


Related colors

Complementary color

Complementary color for #hex is #223301.


I love getcolorcode.com

Triadic colors

1 #FEDDCC and #CCFEDD with #DDCCFE are triadic colors.

2 #FECCDD and #CCDDFE with #DDCCFE are triadic colors.