COLOR #DDCBF8

HEX: #DDCBF8
RGB: (221,203,248)

Color info

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

RGB color model

#DDCBF8 color RGB value is (221,203,248).

  • red value is 221;
  • green value is 203;
  • blue value is 248.
RGB:
(221,203,248)
(87%,80%,97%)

RGB channels and saturation

R 221 of 255 = 87%
G 203 of 255 = 80%
B 248 of 255 = 97%

221
203
248

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

Portions of RGB colors in percentages

R + G + B =
221 + 203 + 248 = 672 (100%)
R 221 of 672 ~ 32.89%
G 203 of 672 ~ 30.21%
B 248 of 672 ~ 36.9%

%32.89
%30.21
%36.9

CMYK color model

#DDCBF8 color CMYK value is (11,18,0,3).

  • cyan value is 10.89%
  • magenta value is 18.15%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(11,18,0,3)
C11M18Y0K3 
(11%,18%,0%,3%)
(0.11/0.18/0.00/0.03)	

CMYK percentages

%10.89
%18.15
%0
%2.75

Codes

Color #DDCBF8 in popluar color models

DDCBF8
RGB221203248
HSL264°76.27%88.43%
HSB/HSV264°18.15%97.25%
CMYK10.89%18.15%0.00%
2.75%

Color #DDCBF8 in popluar number systems.

HEXDDCBF8
Decimal221203248
Binary110111011100101111111000
Octal335313370

Shades and tints

Shades of #DDCBF8

#DDCBF8
(221,203,248)
#C9B9E2
(201,185,226)
#B5A7CC
(181,167,204)
#A195B6
(161,149,182)
#8D83A0
(141,131,160)
#79718A
(121,113,138)
#655F74
(101,95,116)
#514D5E
(81,77,94)
#3D3B48
(61,59,72)
#292932
(41,41,50)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #DDCBF8

#DDCBF8
(221,203,248)
#E0CFF8
(224,207,248)
#E3D3F8
(227,211,248)
#E6D7F8
(230,215,248)
#E9DBF8
(233,219,248)
#ECDFF8
(236,223,248)
#EFE3F8
(239,227,248)
#F2E7F8
(242,231,248)
#F5EBF8
(245,235,248)
#F8EFF8
(248,239,248)
#FBF3F8
(251,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCBF8 color. Also use rgb(221,203,248) instead hex code.

Text Font Color

.myTextColor { color: #DDCBF8; }

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

This text font color is #DDCBF8.


Background Color

.myBgColor { background-color: #DDCBF8; }

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

This div background color is #DDCBF8.


Border color

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

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

This div border color is #DDCBF8.


Opacity

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

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

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

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

This text has shadow with #DDCBF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCBF8 on black background.


Color preview on white background

This text has color #DDCBF8 on white background.



Black color preview on #DDCBF8 background

This text has black color on #DDCBF8 background.


White color preview on #DDCBF8 background

This text has white color on #DDCBF8 background.