COLOR #D2C4F7

HEX: #D2C4F7 RGB: (210,196,247)

Color info

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

RGB color model

#D2C4F7 color RGB value is (210,196,247).

RGB: (210,196,247) (82%, 77%, 97%)

RGB channels and saturation

R 210 of 255 = 82%
G 196 of 255 = 77%
B 247 of 255 = 97%

210
196
247

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

Portions of RGB colors in percentages

R + G + B = 210 + 196 + 247 = 653 (100%)
R 210 of 653 ~ 32.16%
G 196 of 653 ~ 30.02%
B 247 of 653 ~ 37.83'%

%32.16
%30.02
%37.83

CMYK color model

#D2C4F7 color CMYK value is (15,21,0,3).

  • cyan value is 14.98%
  • magenta value is 20.65%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (15,21,0,3)
C15M21Y0K3 (15%, 21%, 0%, 3%)
(0.15 / 0.21 / 0.00 / 0.03)

CMYK percentages

%14.98
%20.65
%0
%3.14

Codes

Color #D2C4F7 in popluar color models

D2 C4 F7
RGB 210 196 247
HSL 256° 76.12% 86.86%
HSB/HSV 256° 20.65% 96.86%
CMYK 14.98% 20.65% 0.00%
3.14%

Color #D2C4F7 in popluar number systems.

HEX D2 C4 F7
Decimal 210 196 247
Binary 11010010 11000100 11110111
Octal 322 304 367

Shades and tints

Shades of #D2C4F7

#D2C4F7
(210,196,247)
#BFB3E1
(191,179,225)
#ACA2CB
(172,162,203)
#9991B5
(153,145,181)
#86809F
(134,128,159)
#736F89
(115,111,137)
#605E73
(96,94,115)
#4D4D5D
(77,77,93)
#3A3C47
(58,60,71)
#272B31
(39,43,49)
#141A1B
(20,26,27)
#000000
(0,0,0)

Tints of #D2C4F7

#D2C4F7
(210,196,247)
#D6C9F7
(214,201,247)
#DACEF7
(218,206,247)
#DED3F7
(222,211,247)
#E2D8F7
(226,216,247)
#E6DDF7
(230,221,247)
#EAE2F7
(234,226,247)
#EEE7F7
(238,231,247)
#F2ECF7
(242,236,247)
#F6F1F7
(246,241,247)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C4F7 color. Also use rgb(210,196,247) instead hex code.

Text Font Color

.myTextColor { color: #D2C4F7; }

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

This text font color is #D2C4F7.

Background Color

.myBgColor { background-color: #D2C4F7; }

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

This div background color is #D2C4F7.

Border color

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

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

This div border color is #D2C4F7.

Opacity

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

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

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

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

This text has shadow with #D2C4F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2C4F7.

Preview

Color preview on black background

This text has color #D2C4F7 on black background.


Color preview on white background

This text has color #D2C4F7 on white background.


Black color preview on #D2C4F7 background

This text has black color on #D2C4F7 background.


White color preview on #D2C4F7 background

This text has white color on #D2C4F7 background.


Related colors

Complementary color

Complementary color for #hex is #2D3B08.


I love getcolorcode.com

Triadic colors

1 #F7D2C4 and #C4F7D2 with #D2C4F7 are triadic colors.

2 #F7C4D2 and #C4D2F7 with #D2C4F7 are triadic colors.