COLOR #D4CFF5

HEX: #D4CFF5 RGB: (212,207,245)

Color info

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

RGB color model

#D4CFF5 color RGB value is (212,207,245).

RGB: (212,207,245) (83%, 81%, 96%)

RGB channels and saturation

R 212 of 255 = 83%
G 207 of 255 = 81%
B 245 of 255 = 96%

212
207
245

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

Portions of RGB colors in percentages

R + G + B = 212 + 207 + 245 = 664 (100%)
R 212 of 664 ~ 31.93%
G 207 of 664 ~ 31.17%
B 245 of 664 ~ 36.9'%

%31.93
%31.17
%36.9

CMYK color model

#D4CFF5 color CMYK value is (13,16,0,4).

  • cyan value is 13.47%
  • magenta value is 15.51%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (13,16,0,4)
C13M16Y0K4 (13%, 16%, 0%, 4%)
(0.13 / 0.16 / 0.00 / 0.04)

CMYK percentages

%13.47
%15.51
%0
%3.92

Codes

Color #D4CFF5 in popluar color models

D4 CF F5
RGB 212 207 245
HSL 248° 65.52% 88.63%
HSB/HSV 248° 15.51% 96.08%
CMYK 13.47% 15.51% 0.00%
3.92%

Color #D4CFF5 in popluar number systems.

HEX D4 CF F5
Decimal 212 207 245
Binary 11010100 11001111 11110101
Octal 324 317 365

Shades and tints

Shades of #D4CFF5

#D4CFF5
(212,207,245)
#C1BDDF
(193,189,223)
#AEABC9
(174,171,201)
#9B99B3
(155,153,179)
#88879D
(136,135,157)
#757587
(117,117,135)
#626371
(98,99,113)
#4F515B
(79,81,91)
#3C3F45
(60,63,69)
#292D2F
(41,45,47)
#161B19
(22,27,25)
#000000
(0,0,0)

Tints of #D4CFF5

#D4CFF5
(212,207,245)
#D7D3F5
(215,211,245)
#DAD7F5
(218,215,245)
#DDDBF5
(221,219,245)
#E0DFF5
(224,223,245)
#E3E3F5
(227,227,245)
#E6E7F5
(230,231,245)
#E9EBF5
(233,235,245)
#ECEFF5
(236,239,245)
#EFF3F5
(239,243,245)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CFF5 color. Also use rgb(212,207,245) instead hex code.

Text Font Color

.myTextColor { color: #D4CFF5; }

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

This text font color is #D4CFF5.

Background Color

.myBgColor { background-color: #D4CFF5; }

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

This div background color is #D4CFF5.

Border color

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

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

This div border color is #D4CFF5.

Opacity

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

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

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

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

This text has shadow with #D4CFF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CFF5.

Preview

Color preview on black background

This text has color #D4CFF5 on black background.


Color preview on white background

This text has color #D4CFF5 on white background.


Black color preview on #D4CFF5 background

This text has black color on #D4CFF5 background.


White color preview on #D4CFF5 background

This text has white color on #D4CFF5 background.


Related colors

Complementary color

Complementary color for #hex is #2B300A.


I love getcolorcode.com

Triadic colors

1 #F5D4CF and #CFF5D4 with #D4CFF5 are triadic colors.

2 #F5CFD4 and #CFD4F5 with #D4CFF5 are triadic colors.