COLOR #DDDFEB

HEX: #DDDFEB
RGB: (221,223,235)

Color info

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

RGB color model

#DDDFEB color RGB value is (221,223,235).

  • red value is 221;
  • green value is 223;
  • blue value is 235.
RGB:
(221,223,235)
(87%,87%,92%)

RGB channels and saturation

R 221 of 255 = 87%
G 223 of 255 = 87%
B 235 of 255 = 92%

221
223
235

R + G + B ~ 89%. #DDDFEB is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 223 + 235 = 679 (100%)
R 221 of 679 ~ 32.55%
G 223 of 679 ~ 32.84%
B 235 of 679 ~ 34.61%

%32.55
%32.84
%34.61

CMYK color model

#DDDFEB color CMYK value is (6,5,0,8).

  • cyan value is 5.96%
  • magenta value is 5.11%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,5,0,8)
C6M5Y0K8 
(6%,5%,0%,8%)
(0.06/0.05/0.00/0.08)	

CMYK percentages

%5.96
%5.11
%0
%7.84

Codes

Color #DDDFEB in popluar color models

DDDFEB
RGB221223235
HSL231°25.93%89.41%
HSB/HSV231°5.96%92.16%
CMYK5.96%5.11%0.00%
7.84%

Color #DDDFEB in popluar number systems.

HEXDDDFEB
Decimal221223235
Binary110111011101111111101011
Octal335337353

Shades and tints

Shades of #DDDFEB

#DDDFEB
(221,223,235)
#C9CBD6
(201,203,214)
#B5B7C1
(181,183,193)
#A1A3AC
(161,163,172)
#8D8F97
(141,143,151)
#797B82
(121,123,130)
#65676D
(101,103,109)
#515358
(81,83,88)
#3D3F43
(61,63,67)
#292B2E
(41,43,46)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #DDDFEB

#DDDFEB
(221,223,235)
#E0E1EC
(224,225,236)
#E3E3ED
(227,227,237)
#E6E5EE
(230,229,238)
#E9E7EF
(233,231,239)
#ECE9F0
(236,233,240)
#EFEBF1
(239,235,241)
#F2EDF2
(242,237,242)
#F5EFF3
(245,239,243)
#F8F1F4
(248,241,244)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDDFEB color. Also use rgb(221,223,235) instead hex code.

Text Font Color

.myTextColor { color: #DDDFEB; }

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

This text font color is #DDDFEB.


Background Color

.myBgColor { background-color: #DDDFEB; }

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

This div background color is #DDDFEB.


Border color

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

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

This div border color is #DDDFEB.


Opacity

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

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

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

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

This text has shadow with #DDDFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDFEB on black background.


Color preview on white background

This text has color #DDDFEB on white background.



Black color preview on #DDDFEB background

This text has black color on #DDDFEB background.


White color preview on #DDDFEB background

This text has white color on #DDDFEB background.