COLOR #D3CCEE

HEX: #D3CCEE RGB: (211,204,238)

Color info

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

RGB color model

#D3CCEE color RGB value is (211,204,238).

RGB: (211,204,238) (83%, 80%, 93%)

RGB channels and saturation

R 211 of 255 = 83%
G 204 of 255 = 80%
B 238 of 255 = 93%

211
204
238

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

Portions of RGB colors in percentages

R + G + B = 211 + 204 + 238 = 653 (100%)
R 211 of 653 ~ 32.31%
G 204 of 653 ~ 31.24%
B 238 of 653 ~ 36.45'%

%32.31
%31.24
%36.45

CMYK color model

#D3CCEE color CMYK value is (11,14,0,7).

  • cyan value is 11.34%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (11,14,0,7)
C11M14Y0K7 (11%, 14%, 0%, 7%)
(0.11 / 0.14 / 0.00 / 0.07)

CMYK percentages

%11.34
%14.29
%0
%6.67

Codes

Color #D3CCEE in popluar color models

D3 CC EE
RGB 211 204 238
HSL 252° 50.00% 86.67%
HSB/HSV 252° 14.29% 93.33%
CMYK 11.34% 14.29% 0.00%
6.67%

Color #D3CCEE in popluar number systems.

HEX D3 CC EE
Decimal 211 204 238
Binary 11010011 11001100 11101110
Octal 323 314 356

Shades and tints

Shades of #D3CCEE

#D3CCEE
(211,204,238)
#C0BAD9
(192,186,217)
#ADA8C4
(173,168,196)
#9A96AF
(154,150,175)
#87849A
(135,132,154)
#747285
(116,114,133)
#616070
(97,96,112)
#4E4E5B
(78,78,91)
#3B3C46
(59,60,70)
#282A31
(40,42,49)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #D3CCEE

#D3CCEE
(211,204,238)
#D7D0EF
(215,208,239)
#DBD4F0
(219,212,240)
#DFD8F1
(223,216,241)
#E3DCF2
(227,220,242)
#E7E0F3
(231,224,243)
#EBE4F4
(235,228,244)
#EFE8F5
(239,232,245)
#F3ECF6
(243,236,246)
#F7F0F7
(247,240,247)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3CCEE color. Also use rgb(211,204,238) instead hex code.

Text Font Color

.myTextColor { color: #D3CCEE; }

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

This text font color is #D3CCEE.

Background Color

.myBgColor { background-color: #D3CCEE; }

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

This div background color is #D3CCEE.

Border color

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

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

This div border color is #D3CCEE.

Opacity

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

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

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

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

This text has shadow with #D3CCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3CCEE.

Preview

Color preview on black background

This text has color #D3CCEE on black background.


Color preview on white background

This text has color #D3CCEE on white background.


Black color preview on #D3CCEE background

This text has black color on #D3CCEE background.


White color preview on #D3CCEE background

This text has white color on #D3CCEE background.


Related colors

Complementary color

Complementary color for #hex is #2C3311.


I love getcolorcode.com

Triadic colors

1 #EED3CC and #CCEED3 with #D3CCEE are triadic colors.

2 #EECCD3 and #CCD3EE with #D3CCEE are triadic colors.