COLOR #D9CAFD

HEX: #D9CAFD RGB: (217,202,253)

Color info

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

RGB color model

#D9CAFD color RGB value is (217,202,253).

RGB: (217,202,253) (85%, 79%, 99%)

RGB channels and saturation

R 217 of 255 = 85%
G 202 of 255 = 79%
B 253 of 255 = 99%

217
202
253

R + G + B ~ 88%. #D9CAFD is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 202 + 253 = 672 (100%)
R 217 of 672 ~ 32.29%
G 202 of 672 ~ 30.06%
B 253 of 672 ~ 37.65'%

%32.29
%30.06
%37.65

CMYK color model

#D9CAFD color CMYK value is (14,20,0,1).

  • cyan value is 14.23%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (14,20,0,1)
C14M20Y0K1 (14%, 20%, 0%, 1%)
(0.14 / 0.20 / 0.00 / 0.01)

CMYK percentages

%14.23
%20.16
%0
%0.78

Codes

Color #D9CAFD in popluar color models

D9 CA FD
RGB 217 202 253
HSL 258° 92.73% 89.22%
HSB/HSV 258° 20.16% 99.22%
CMYK 14.23% 20.16% 0.00%
0.78%

Color #D9CAFD in popluar number systems.

HEX D9 CA FD
Decimal 217 202 253
Binary 11011001 11001010 11111101
Octal 331 312 375

Shades and tints

Shades of #D9CAFD

#D9CAFD
(217,202,253)
#C6B8E6
(198,184,230)
#B3A6CF
(179,166,207)
#A094B8
(160,148,184)
#8D82A1
(141,130,161)
#7A708A
(122,112,138)
#675E73
(103,94,115)
#544C5C
(84,76,92)
#413A45
(65,58,69)
#2E282E
(46,40,46)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #D9CAFD

#D9CAFD
(217,202,253)
#DCCEFD
(220,206,253)
#DFD2FD
(223,210,253)
#E2D6FD
(226,214,253)
#E5DAFD
(229,218,253)
#E8DEFD
(232,222,253)
#EBE2FD
(235,226,253)
#EEE6FD
(238,230,253)
#F1EAFD
(241,234,253)
#F4EEFD
(244,238,253)
#F7F2FD
(247,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CAFD color. Also use rgb(217,202,253) instead hex code.

Text Font Color

.myTextColor { color: #D9CAFD; }

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

This text font color is #D9CAFD.

Background Color

.myBgColor { background-color: #D9CAFD; }

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

This div background color is #D9CAFD.

Border color

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

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

This div border color is #D9CAFD.

Opacity

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

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

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

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

This text has shadow with #D9CAFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9CAFD.

Preview

Color preview on black background

This text has color #D9CAFD on black background.


Color preview on white background

This text has color #D9CAFD on white background.


Black color preview on #D9CAFD background

This text has black color on #D9CAFD background.


White color preview on #D9CAFD background

This text has white color on #D9CAFD background.


Related colors

Complementary color

Complementary color for #hex is #263502.


I love getcolorcode.com

Triadic colors

1 #FDD9CA and #CAFDD9 with #D9CAFD are triadic colors.

2 #FDCAD9 and #CAD9FD with #D9CAFD are triadic colors.