COLOR #D6CAFA

HEX: #D6CAFA RGB: (214,202,250)

Color info

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

RGB color model

#D6CAFA color RGB value is (214,202,250).

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

RGB channels and saturation

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

214
202
250

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

Portions of RGB colors in percentages

R + G + B = 214 + 202 + 250 = 666 (100%)
R 214 of 666 ~ 32.13%
G 202 of 666 ~ 30.33%
B 250 of 666 ~ 37.54'%

%32.13
%30.33
%37.54

CMYK color model

#D6CAFA color CMYK value is (14,19,0,2).

  • cyan value is 14.40%
  • magenta value is 19.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (14,19,0,2)
C14M19Y0K2 (14%, 19%, 0%, 2%)
(0.14 / 0.19 / 0.00 / 0.02)

CMYK percentages

%14.4
%19.2
%0
%1.96

Codes

Color #D6CAFA in popluar color models

D6 CA FA
RGB 214 202 250
HSL 255° 82.76% 88.63%
HSB/HSV 255° 19.20% 98.04%
CMYK 14.40% 19.20% 0.00%
1.96%

Color #D6CAFA in popluar number systems.

HEX D6 CA FA
Decimal 214 202 250
Binary 11010110 11001010 11111010
Octal 326 312 372

Shades and tints

Shades of #D6CAFA

#D6CAFA
(214,202,250)
#C3B8E4
(195,184,228)
#B0A6CE
(176,166,206)
#9D94B8
(157,148,184)
#8A82A2
(138,130,162)
#77708C
(119,112,140)
#645E76
(100,94,118)
#514C60
(81,76,96)
#3E3A4A
(62,58,74)
#2B2834
(43,40,52)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #D6CAFA

#D6CAFA
(214,202,250)
#D9CEFA
(217,206,250)
#DCD2FA
(220,210,250)
#DFD6FA
(223,214,250)
#E2DAFA
(226,218,250)
#E5DEFA
(229,222,250)
#E8E2FA
(232,226,250)
#EBE6FA
(235,230,250)
#EEEAFA
(238,234,250)
#F1EEFA
(241,238,250)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CAFA; }

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

This text font color is #D6CAFA.

Background Color

.myBgColor { background-color: #D6CAFA; }

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

This div background color is #D6CAFA.

Border color

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

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

This div border color is #D6CAFA.

Opacity

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

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

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

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

This text has shadow with #D6CAFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CAFA.

Preview

Color preview on black background

This text has color #D6CAFA on black background.


Color preview on white background

This text has color #D6CAFA on white background.


Black color preview on #D6CAFA background

This text has black color on #D6CAFA background.


White color preview on #D6CAFA background

This text has white color on #D6CAFA background.


Related colors

Complementary color

Complementary color for #hex is #293505.


I love getcolorcode.com

Triadic colors

1 #FAD6CA and #CAFAD6 with #D6CAFA are triadic colors.

2 #FACAD6 and #CAD6FA with #D6CAFA are triadic colors.