COLOR #D6CAFB

HEX: #D6CAFB RGB: (214,202,251)

Color info

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

RGB color model

#D6CAFB color RGB value is (214,202,251).

RGB: (214,202,251) (84%, 79%, 98%)

RGB channels and saturation

R 214 of 255 = 84%
G 202 of 255 = 79%
B 251 of 255 = 98%

214
202
251

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

Portions of RGB colors in percentages

R + G + B = 214 + 202 + 251 = 667 (100%)
R 214 of 667 ~ 32.08%
G 202 of 667 ~ 30.28%
B 251 of 667 ~ 37.63'%

%32.08
%30.28
%37.63

CMYK color model

#D6CAFB color CMYK value is (15,20,0,2).

  • cyan value is 14.74%
  • magenta value is 19.52%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (15,20,0,2)
C15M20Y0K2 (15%, 20%, 0%, 2%)
(0.15 / 0.20 / 0.00 / 0.02)

CMYK percentages

%14.74
%19.52
%0
%1.57

Codes

Color #D6CAFB in popluar color models

D6 CA FB
RGB 214 202 251
HSL 255° 85.96% 88.82%
HSB/HSV 255° 19.52% 98.43%
CMYK 14.74% 19.52% 0.00%
1.57%

Color #D6CAFB in popluar number systems.

HEX D6 CA FB
Decimal 214 202 251
Binary 11010110 11001010 11111011
Octal 326 312 373

Shades and tints

Shades of #D6CAFB

#D6CAFB
(214,202,251)
#C3B8E5
(195,184,229)
#B0A6CF
(176,166,207)
#9D94B9
(157,148,185)
#8A82A3
(138,130,163)
#77708D
(119,112,141)
#645E77
(100,94,119)
#514C61
(81,76,97)
#3E3A4B
(62,58,75)
#2B2835
(43,40,53)
#18161F
(24,22,31)
#000000
(0,0,0)

Tints of #D6CAFB

#D6CAFB
(214,202,251)
#D9CEFB
(217,206,251)
#DCD2FB
(220,210,251)
#DFD6FB
(223,214,251)
#E2DAFB
(226,218,251)
#E5DEFB
(229,222,251)
#E8E2FB
(232,226,251)
#EBE6FB
(235,230,251)
#EEEAFB
(238,234,251)
#F1EEFB
(241,238,251)
#F4F2FB
(244,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CAFB color. Also use rgb(214,202,251) instead hex code.

Text Font Color

.myTextColor { color: #D6CAFB; }

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

This text font color is #D6CAFB.

Background Color

.myBgColor { background-color: #D6CAFB; }

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

This div background color is #D6CAFB.

Border color

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

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

This div border color is #D6CAFB.

Opacity

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

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

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

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

This text has shadow with #D6CAFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CAFB.

Preview

Color preview on black background

This text has color #D6CAFB on black background.


Color preview on white background

This text has color #D6CAFB on white background.


Black color preview on #D6CAFB background

This text has black color on #D6CAFB background.


White color preview on #D6CAFB background

This text has white color on #D6CAFB background.


Related colors

Complementary color

Complementary color for #hex is #293504.


I love getcolorcode.com

Triadic colors

1 #FBD6CA and #CAFBD6 with #D6CAFB are triadic colors.

2 #FBCAD6 and #CAD6FB with #D6CAFB are triadic colors.