COLOR #DDCCFB

HEX: #DDCCFB RGB: (221,204,251)

Color info

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

RGB color model

#DDCCFB color RGB value is (221,204,251).

RGB: (221,204,251) (87%, 80%, 98%)

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 251 of 255 = 98%

221
204
251

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

Portions of RGB colors in percentages

R + G + B = 221 + 204 + 251 = 676 (100%)
R 221 of 676 ~ 32.69%
G 204 of 676 ~ 30.18%
B 251 of 676 ~ 37.13'%

%32.69
%30.18
%37.13

CMYK color model

#DDCCFB color CMYK value is (12,19,0,2).

  • cyan value is 11.95%
  • magenta value is 18.73%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (12,19,0,2)
C12M19Y0K2 (12%, 19%, 0%, 2%)
(0.12 / 0.19 / 0.00 / 0.02)

CMYK percentages

%11.95
%18.73
%0
%1.57

Codes

Color #DDCCFB in popluar color models

DD CC FB
RGB 221 204 251
HSL 262° 85.45% 89.22%
HSB/HSV 262° 18.73% 98.43%
CMYK 11.95% 18.73% 0.00%
1.57%

Color #DDCCFB in popluar number systems.

HEX DD CC FB
Decimal 221 204 251
Binary 11011101 11001100 11111011
Octal 335 314 373

Shades and tints

Shades of #DDCCFB

#DDCCFB
(221,204,251)
#C9BAE5
(201,186,229)
#B5A8CF
(181,168,207)
#A196B9
(161,150,185)
#8D84A3
(141,132,163)
#79728D
(121,114,141)
#656077
(101,96,119)
#514E61
(81,78,97)
#3D3C4B
(61,60,75)
#292A35
(41,42,53)
#15181F
(21,24,31)
#000000
(0,0,0)

Tints of #DDCCFB

#DDCCFB
(221,204,251)
#E0D0FB
(224,208,251)
#E3D4FB
(227,212,251)
#E6D8FB
(230,216,251)
#E9DCFB
(233,220,251)
#ECE0FB
(236,224,251)
#EFE4FB
(239,228,251)
#F2E8FB
(242,232,251)
#F5ECFB
(245,236,251)
#F8F0FB
(248,240,251)
#FBF4FB
(251,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCCFB; }

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

This text font color is #DDCCFB.

Background Color

.myBgColor { background-color: #DDCCFB; }

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

This div background color is #DDCCFB.

Border color

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

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

This div border color is #DDCCFB.

Opacity

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

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

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

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

This text has shadow with #DDCCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCCFB.

Preview

Color preview on black background

This text has color #DDCCFB on black background.


Color preview on white background

This text has color #DDCCFB on white background.


Black color preview on #DDCCFB background

This text has black color on #DDCCFB background.


White color preview on #DDCCFB background

This text has white color on #DDCCFB background.


Related colors

Complementary color

Complementary color for #hex is #223304.


I love getcolorcode.com

Triadic colors

1 #FBDDCC and #CCFBDD with #DDCCFB are triadic colors.

2 #FBCCDD and #CCDDFB with #DDCCFB are triadic colors.