COLOR #D9CCE3

HEX: #D9CCE3
RGB: (217,204,227)

Color info

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

RGB color model

#D9CCE3 color RGB value is (217,204,227).

  • red value is 217;
  • green value is 204;
  • blue value is 227.
RGB:
(217,204,227)
(85%,80%,89%)

RGB channels and saturation

R 217 of 255 = 85%
G 204 of 255 = 80%
B 227 of 255 = 89%

217
204
227

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

Portions of RGB colors in percentages

R + G + B =
217 + 204 + 227 = 648 (100%)
R 217 of 648 ~ 33.49%
G 204 of 648 ~ 31.48%
B 227 of 648 ~ 35.03%

%33.49
%31.48
%35.03

CMYK color model

#D9CCE3 color CMYK value is (4,10,0,11).

  • cyan value is 4.41%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(4,10,0,11)
C4M10Y0K11 
(4%,10%,0%,11%)
(0.04/0.10/0.00/0.11)	

CMYK percentages

%4.41
%10.13
%0
%10.98

Codes

Color #D9CCE3 in popluar color models

D9CCE3
RGB217204227
HSL274°29.11%84.51%
HSB/HSV274°10.13%89.02%
CMYK4.41%10.13%0.00%
10.98%

Color #D9CCE3 in popluar number systems.

HEXD9CCE3
Decimal217204227
Binary110110011100110011100011
Octal331314343

Shades and tints

Shades of #D9CCE3

#D9CCE3
(217,204,227)
#C6BACF
(198,186,207)
#B3A8BB
(179,168,187)
#A096A7
(160,150,167)
#8D8493
(141,132,147)
#7A727F
(122,114,127)
#67606B
(103,96,107)
#544E57
(84,78,87)
#413C43
(65,60,67)
#2E2A2F
(46,42,47)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #D9CCE3

#D9CCE3
(217,204,227)
#DCD0E5
(220,208,229)
#DFD4E7
(223,212,231)
#E2D8E9
(226,216,233)
#E5DCEB
(229,220,235)
#E8E0ED
(232,224,237)
#EBE4EF
(235,228,239)
#EEE8F1
(238,232,241)
#F1ECF3
(241,236,243)
#F4F0F5
(244,240,245)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CCE3 color. Also use rgb(217,204,227) instead hex code.

Text Font Color

.myTextColor { color: #D9CCE3; }

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

This text font color is #D9CCE3.


Background Color

.myBgColor { background-color: #D9CCE3; }

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

This div background color is #D9CCE3.


Border color

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

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

This div border color is #D9CCE3.


Opacity

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

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

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

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

This text has shadow with #D9CCE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CCE3 on black background.


Color preview on white background

This text has color #D9CCE3 on white background.



Black color preview on #D9CCE3 background

This text has black color on #D9CCE3 background.


White color preview on #D9CCE3 background

This text has white color on #D9CCE3 background.