COLOR #DDCDF3

HEX: #DDCDF3
RGB: (221,205,243)

Color info

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

RGB color model

#DDCDF3 color RGB value is (221,205,243).

  • red value is 221;
  • green value is 205;
  • blue value is 243.
RGB:
(221,205,243)
(87%,80%,95%)

RGB channels and saturation

R 221 of 255 = 87%
G 205 of 255 = 80%
B 243 of 255 = 95%

221
205
243

R + G + B ~ 87%. #DDCDF3 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 205 + 243 = 669 (100%)
R 221 of 669 ~ 33.03%
G 205 of 669 ~ 30.64%
B 243 of 669 ~ 36.32%

%33.03
%30.64
%36.32

CMYK color model

#DDCDF3 color CMYK value is (9,16,0,5).

  • cyan value is 9.05%
  • magenta value is 15.64%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(9,16,0,5)
C9M16Y0K5 
(9%,16%,0%,5%)
(0.09/0.16/0.00/0.05)	

CMYK percentages

%9.05
%15.64
%0
%4.71

Codes

Color #DDCDF3 in popluar color models

DDCDF3
RGB221205243
HSL265°61.29%87.84%
HSB/HSV265°15.64%95.29%
CMYK9.05%15.64%0.00%
4.71%

Color #DDCDF3 in popluar number systems.

HEXDDCDF3
Decimal221205243
Binary110111011100110111110011
Octal335315363

Shades and tints

Shades of #DDCDF3

#DDCDF3
(221,205,243)
#C9BBDD
(201,187,221)
#B5A9C7
(181,169,199)
#A197B1
(161,151,177)
#8D859B
(141,133,155)
#797385
(121,115,133)
#65616F
(101,97,111)
#514F59
(81,79,89)
#3D3D43
(61,61,67)
#292B2D
(41,43,45)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #DDCDF3

#DDCDF3
(221,205,243)
#E0D1F4
(224,209,244)
#E3D5F5
(227,213,245)
#E6D9F6
(230,217,246)
#E9DDF7
(233,221,247)
#ECE1F8
(236,225,248)
#EFE5F9
(239,229,249)
#F2E9FA
(242,233,250)
#F5EDFB
(245,237,251)
#F8F1FC
(248,241,252)
#FBF5FD
(251,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCDF3 color. Also use rgb(221,205,243) instead hex code.

Text Font Color

.myTextColor { color: #DDCDF3; }

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

This text font color is #DDCDF3.


Background Color

.myBgColor { background-color: #DDCDF3; }

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

This div background color is #DDCDF3.


Border color

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

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

This div border color is #DDCDF3.


Opacity

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

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

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

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

This text has shadow with #DDCDF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCDF3 on black background.


Color preview on white background

This text has color #DDCDF3 on white background.



Black color preview on #DDCDF3 background

This text has black color on #DDCDF3 background.


White color preview on #DDCDF3 background

This text has white color on #DDCDF3 background.