COLOR #DDCBE2

HEX: #DDCBE2
RGB: (221,203,226)

Color info

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

RGB color model

#DDCBE2 color RGB value is (221,203,226).

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

RGB channels and saturation

R 221 of 255 = 87%
G 203 of 255 = 80%
B 226 of 255 = 89%

221
203
226

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

Portions of RGB colors in percentages

R + G + B =
221 + 203 + 226 = 650 (100%)
R 221 of 650 ~ 34%
G 203 of 650 ~ 31.23%
B 226 of 650 ~ 34.77%

%34
%31.23
%34.77

CMYK color model

#DDCBE2 color CMYK value is (2,10,0,11).

  • cyan value is 2.21%
  • magenta value is 10.18%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(2,10,0,11)
C2M10Y0K11 
(2%,10%,0%,11%)
(0.02/0.10/0.00/0.11)	

CMYK percentages

%2.21
%10.18
%0
%11.37

Codes

Color #DDCBE2 in popluar color models

DDCBE2
RGB221203226
HSL287°28.40%84.12%
HSB/HSV287°10.18%88.63%
CMYK2.21%10.18%0.00%
11.37%

Color #DDCBE2 in popluar number systems.

HEXDDCBE2
Decimal221203226
Binary110111011100101111100010
Octal335313342

Shades and tints

Shades of #DDCBE2

#DDCBE2
(221,203,226)
#C9B9CE
(201,185,206)
#B5A7BA
(181,167,186)
#A195A6
(161,149,166)
#8D8392
(141,131,146)
#79717E
(121,113,126)
#655F6A
(101,95,106)
#514D56
(81,77,86)
#3D3B42
(61,59,66)
#29292E
(41,41,46)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #DDCBE2

#DDCBE2
(221,203,226)
#E0CFE4
(224,207,228)
#E3D3E6
(227,211,230)
#E6D7E8
(230,215,232)
#E9DBEA
(233,219,234)
#ECDFEC
(236,223,236)
#EFE3EE
(239,227,238)
#F2E7F0
(242,231,240)
#F5EBF2
(245,235,242)
#F8EFF4
(248,239,244)
#FBF3F6
(251,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCBE2; }

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

This text font color is #DDCBE2.


Background Color

.myBgColor { background-color: #DDCBE2; }

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

This div background color is #DDCBE2.


Border color

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

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

This div border color is #DDCBE2.


Opacity

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

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

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

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

This text has shadow with #DDCBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCBE2 on black background.


Color preview on white background

This text has color #DDCBE2 on white background.



Black color preview on #DDCBE2 background

This text has black color on #DDCBE2 background.


White color preview on #DDCBE2 background

This text has white color on #DDCBE2 background.