COLOR #DDCFE0

HEX: #DDCFE0 RGB: (221,207,224)

Color info

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

RGB color model

#DDCFE0 color RGB value is (221,207,224).

RGB: (221,207,224) (87%, 81%, 88%)

RGB channels and saturation

R 221 of 255 = 87%
G 207 of 255 = 81%
B 224 of 255 = 88%

221
207
224

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

Portions of RGB colors in percentages

R + G + B = 221 + 207 + 224 = 652 (100%)
R 221 of 652 ~ 33.9%
G 207 of 652 ~ 31.75%
B 224 of 652 ~ 34.36'%

%33.9
%31.75
%34.36

CMYK color model

#DDCFE0 color CMYK value is (1,8,0,12).

  • cyan value is 1.34%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (1,8,0,12)
C1M8Y0K12 (1%, 8%, 0%, 12%)
(0.01 / 0.08 / 0.00 / 0.12)

CMYK percentages

%1.34
%7.59
%0
%12.16

Codes

Color #DDCFE0 in popluar color models

DD CF E0
RGB 221 207 224
HSL 289° 21.52% 84.51%
HSB/HSV 289° 7.59% 87.84%
CMYK 1.34% 7.59% 0.00%
12.16%

Color #DDCFE0 in popluar number systems.

HEX DD CF E0
Decimal 221 207 224
Binary 11011101 11001111 11100000
Octal 335 317 340

Shades and tints

Shades of #DDCFE0

#DDCFE0
(221,207,224)
#C9BDCC
(201,189,204)
#B5ABB8
(181,171,184)
#A199A4
(161,153,164)
#8D8790
(141,135,144)
#79757C
(121,117,124)
#656368
(101,99,104)
#515154
(81,81,84)
#3D3F40
(61,63,64)
#292D2C
(41,45,44)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #DDCFE0

#DDCFE0
(221,207,224)
#E0D3E2
(224,211,226)
#E3D7E4
(227,215,228)
#E6DBE6
(230,219,230)
#E9DFE8
(233,223,232)
#ECE3EA
(236,227,234)
#EFE7EC
(239,231,236)
#F2EBEE
(242,235,238)
#F5EFF0
(245,239,240)
#F8F3F2
(248,243,242)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCFE0 color. Also use rgb(221,207,224) instead hex code.

Text Font Color

.myTextColor { color: #DDCFE0; }

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

This text font color is #DDCFE0.

Background Color

.myBgColor { background-color: #DDCFE0; }

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

This div background color is #DDCFE0.

Border color

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

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

This div border color is #DDCFE0.

Opacity

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

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

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

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

This text has shadow with #DDCFE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCFE0.

Preview

Color preview on black background

This text has color #DDCFE0 on black background.


Color preview on white background

This text has color #DDCFE0 on white background.


Black color preview on #DDCFE0 background

This text has black color on #DDCFE0 background.


White color preview on #DDCFE0 background

This text has white color on #DDCFE0 background.


Related colors

Complementary color

Complementary color for #hex is #22301F.


I love getcolorcode.com

Triadic colors

1 #E0DDCF and #CFE0DD with #DDCFE0 are triadic colors.

2 #E0CFDD and #CFDDE0 with #DDCFE0 are triadic colors.