COLOR #D5C2F2

HEX: #D5C2F2
RGB: (213,194,242)

Color info

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

RGB color model

#D5C2F2 color RGB value is (213,194,242).

  • red value is 213;
  • green value is 194;
  • blue value is 242.
RGB:
(213,194,242)
(84%,76%,95%)

RGB channels and saturation

R 213 of 255 = 84%
G 194 of 255 = 76%
B 242 of 255 = 95%

213
194
242

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

Portions of RGB colors in percentages

R + G + B =
213 + 194 + 242 = 649 (100%)
R 213 of 649 ~ 32.82%
G 194 of 649 ~ 29.89%
B 242 of 649 ~ 37.29%

%32.82
%29.89
%37.29

CMYK color model

#D5C2F2 color CMYK value is (12,20,0,5).

  • cyan value is 11.98%
  • magenta value is 19.83%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(12,20,0,5)
C12M20Y0K5 
(12%,20%,0%,5%)
(0.12/0.20/0.00/0.05)	

CMYK percentages

%11.98
%19.83
%0
%5.1

Codes

Color #D5C2F2 in popluar color models

D5C2F2
RGB213194242
HSL264°64.86%85.49%
HSB/HSV264°19.83%94.90%
CMYK11.98%19.83%0.00%
5.10%

Color #D5C2F2 in popluar number systems.

HEXD5C2F2
Decimal213194242
Binary110101011100001011110010
Octal325302362

Shades and tints

Shades of #D5C2F2

#D5C2F2
(213,194,242)
#C2B1DC
(194,177,220)
#AFA0C6
(175,160,198)
#9C8FB0
(156,143,176)
#897E9A
(137,126,154)
#766D84
(118,109,132)
#635C6E
(99,92,110)
#504B58
(80,75,88)
#3D3A42
(61,58,66)
#2A292C
(42,41,44)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #D5C2F2

#D5C2F2
(213,194,242)
#D8C7F3
(216,199,243)
#DBCCF4
(219,204,244)
#DED1F5
(222,209,245)
#E1D6F6
(225,214,246)
#E4DBF7
(228,219,247)
#E7E0F8
(231,224,248)
#EAE5F9
(234,229,249)
#EDEAFA
(237,234,250)
#F0EFFB
(240,239,251)
#F3F4FC
(243,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C2F2; }

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

This text font color is #D5C2F2.


Background Color

.myBgColor { background-color: #D5C2F2; }

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

This div background color is #D5C2F2.


Border color

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

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

This div border color is #D5C2F2.


Opacity

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

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

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

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

This text has shadow with #D5C2F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C2F2 on black background.


Color preview on white background

This text has color #D5C2F2 on white background.



Black color preview on #D5C2F2 background

This text has black color on #D5C2F2 background.


White color preview on #D5C2F2 background

This text has white color on #D5C2F2 background.