COLOR #DDCBE1

HEX: #DDCBE1
RGB: (221,203,225)

Color info

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

RGB color model

#DDCBE1 color RGB value is (221,203,225).

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

RGB channels and saturation

R 221 of 255 = 87%
G 203 of 255 = 80%
B 225 of 255 = 88%

221
203
225

R + G + B ~ 85%. #DDCBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 203 + 225 = 649 (100%)
R 221 of 649 ~ 34.05%
G 203 of 649 ~ 31.28%
B 225 of 649 ~ 34.67%

%34.05
%31.28
%34.67

CMYK color model

#DDCBE1 color CMYK value is (2,10,0,12).

  • cyan value is 1.78%
  • magenta value is 9.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(2,10,0,12)
C2M10Y0K12 
(2%,10%,0%,12%)
(0.02/0.10/0.00/0.12)	

CMYK percentages

%1.78
%9.78
%0
%11.76

Codes

Color #DDCBE1 in popluar color models

DDCBE1
RGB221203225
HSL289°26.83%83.92%
HSB/HSV289°9.78%88.24%
CMYK1.78%9.78%0.00%
11.76%

Color #DDCBE1 in popluar number systems.

HEXDDCBE1
Decimal221203225
Binary110111011100101111100001
Octal335313341

Shades and tints

Shades of #DDCBE1

#DDCBE1
(221,203,225)
#C9B9CD
(201,185,205)
#B5A7B9
(181,167,185)
#A195A5
(161,149,165)
#8D8391
(141,131,145)
#79717D
(121,113,125)
#655F69
(101,95,105)
#514D55
(81,77,85)
#3D3B41
(61,59,65)
#29292D
(41,41,45)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #DDCBE1

#DDCBE1
(221,203,225)
#E0CFE3
(224,207,227)
#E3D3E5
(227,211,229)
#E6D7E7
(230,215,231)
#E9DBE9
(233,219,233)
#ECDFEB
(236,223,235)
#EFE3ED
(239,227,237)
#F2E7EF
(242,231,239)
#F5EBF1
(245,235,241)
#F8EFF3
(248,239,243)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCBE1; }

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

This text font color is #DDCBE1.


Background Color

.myBgColor { background-color: #DDCBE1; }

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

This div background color is #DDCBE1.


Border color

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

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

This div border color is #DDCBE1.


Opacity

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

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

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

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

This text has shadow with #DDCBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCBE1 on black background.


Color preview on white background

This text has color #DDCBE1 on white background.



Black color preview on #DDCBE1 background

This text has black color on #DDCBE1 background.


White color preview on #DDCBE1 background

This text has white color on #DDCBE1 background.