COLOR #D5C2FB

HEX: #D5C2FB RGB: (213,194,251)

Color info

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

RGB color model

#D5C2FB color RGB value is (213,194,251).

RGB: (213,194,251) (84%, 76%, 98%)

RGB channels and saturation

R 213 of 255 = 84%
G 194 of 255 = 76%
B 251 of 255 = 98%

213
194
251

R + G + B ~ 86%. #D5C2FB is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 194 + 251 = 658 (100%)
R 213 of 658 ~ 32.37%
G 194 of 658 ~ 29.48%
B 251 of 658 ~ 38.15'%

%32.37
%29.48
%38.15

CMYK color model

#D5C2FB color CMYK value is (15,23,0,2).

  • cyan value is 15.14%
  • magenta value is 22.71%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (15,23,0,2)
C15M23Y0K2 (15%, 23%, 0%, 2%)
(0.15 / 0.23 / 0.00 / 0.02)

CMYK percentages

%15.14
%22.71
%0
%1.57

Codes

Color #D5C2FB in popluar color models

D5 C2 FB
RGB 213 194 251
HSL 260° 87.69% 87.25%
HSB/HSV 260° 22.71% 98.43%
CMYK 15.14% 22.71% 0.00%
1.57%

Color #D5C2FB in popluar number systems.

HEX D5 C2 FB
Decimal 213 194 251
Binary 11010101 11000010 11111011
Octal 325 302 373

Shades and tints

Shades of #D5C2FB

#D5C2FB
(213,194,251)
#C2B1E5
(194,177,229)
#AFA0CF
(175,160,207)
#9C8FB9
(156,143,185)
#897EA3
(137,126,163)
#766D8D
(118,109,141)
#635C77
(99,92,119)
#504B61
(80,75,97)
#3D3A4B
(61,58,75)
#2A2935
(42,41,53)
#17181F
(23,24,31)
#000000
(0,0,0)

Tints of #D5C2FB

#D5C2FB
(213,194,251)
#D8C7FB
(216,199,251)
#DBCCFB
(219,204,251)
#DED1FB
(222,209,251)
#E1D6FB
(225,214,251)
#E4DBFB
(228,219,251)
#E7E0FB
(231,224,251)
#EAE5FB
(234,229,251)
#EDEAFB
(237,234,251)
#F0EFFB
(240,239,251)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C2FB color. Also use rgb(213,194,251) instead hex code.

Text Font Color

.myTextColor { color: #D5C2FB; }

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

This text font color is #D5C2FB.

Background Color

.myBgColor { background-color: #D5C2FB; }

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

This div background color is #D5C2FB.

Border color

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

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

This div border color is #D5C2FB.

Opacity

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

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

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

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

This text has shadow with #D5C2FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C2FB.

Preview

Color preview on black background

This text has color #D5C2FB on black background.


Color preview on white background

This text has color #D5C2FB on white background.


Black color preview on #D5C2FB background

This text has black color on #D5C2FB background.


White color preview on #D5C2FB background

This text has white color on #D5C2FB background.


Related colors

Complementary color

Complementary color for #hex is #2A3D04.


I love getcolorcode.com

Triadic colors

1 #FBD5C2 and #C2FBD5 with #D5C2FB are triadic colors.

2 #FBC2D5 and #C2D5FB with #D5C2FB are triadic colors.