COLOR #DDCCEF

HEX: #DDCCEF RGB: (221,204,239)

Color info

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

RGB color model

#DDCCEF color RGB value is (221,204,239).

RGB: (221,204,239) (87%, 80%, 94%)

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 239 of 255 = 94%

221
204
239

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

Portions of RGB colors in percentages

R + G + B = 221 + 204 + 239 = 664 (100%)
R 221 of 664 ~ 33.28%
G 204 of 664 ~ 30.72%
B 239 of 664 ~ 35.99'%

%33.28
%30.72
%35.99

CMYK color model

#DDCCEF color CMYK value is (8,15,0,6).

  • cyan value is 7.53%
  • magenta value is 14.64%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (8,15,0,6)
C8M15Y0K6 (8%, 15%, 0%, 6%)
(0.08 / 0.15 / 0.00 / 0.06)

CMYK percentages

%7.53
%14.64
%0
%6.27

Codes

Color #DDCCEF in popluar color models

DD CC EF
RGB 221 204 239
HSL 269° 52.24% 86.86%
HSB/HSV 269° 14.64% 93.73%
CMYK 7.53% 14.64% 0.00%
6.27%

Color #DDCCEF in popluar number systems.

HEX DD CC EF
Decimal 221 204 239
Binary 11011101 11001100 11101111
Octal 335 314 357

Shades and tints

Shades of #DDCCEF

#DDCCEF
(221,204,239)
#C9BADA
(201,186,218)
#B5A8C5
(181,168,197)
#A196B0
(161,150,176)
#8D849B
(141,132,155)
#797286
(121,114,134)
#656071
(101,96,113)
#514E5C
(81,78,92)
#3D3C47
(61,60,71)
#292A32
(41,42,50)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #DDCCEF

#DDCCEF
(221,204,239)
#E0D0F0
(224,208,240)
#E3D4F1
(227,212,241)
#E6D8F2
(230,216,242)
#E9DCF3
(233,220,243)
#ECE0F4
(236,224,244)
#EFE4F5
(239,228,245)
#F2E8F6
(242,232,246)
#F5ECF7
(245,236,247)
#F8F0F8
(248,240,248)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCCEF color. Also use rgb(221,204,239) instead hex code.

Text Font Color

.myTextColor { color: #DDCCEF; }

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

This text font color is #DDCCEF.

Background Color

.myBgColor { background-color: #DDCCEF; }

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

This div background color is #DDCCEF.

Border color

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

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

This div border color is #DDCCEF.

Opacity

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

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

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

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

This text has shadow with #DDCCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCCEF.

Preview

Color preview on black background

This text has color #DDCCEF on black background.


Color preview on white background

This text has color #DDCCEF on white background.


Black color preview on #DDCCEF background

This text has black color on #DDCCEF background.


White color preview on #DDCCEF background

This text has white color on #DDCCEF background.


Related colors

Complementary color

Complementary color for #hex is #223310.


I love getcolorcode.com

Triadic colors

1 #EFDDCC and #CCEFDD with #DDCCEF are triadic colors.

2 #EFCCDD and #CCDDEF with #DDCCEF are triadic colors.