COLOR #D4CFFA

HEX: #D4CFFA RGB: (212,207,250)

Color info

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

RGB color model

#D4CFFA color RGB value is (212,207,250).

RGB: (212,207,250) (83%, 81%, 98%)

RGB channels and saturation

R 212 of 255 = 83%
G 207 of 255 = 81%
B 250 of 255 = 98%

212
207
250

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

Portions of RGB colors in percentages

R + G + B = 212 + 207 + 250 = 669 (100%)
R 212 of 669 ~ 31.69%
G 207 of 669 ~ 30.94%
B 250 of 669 ~ 37.37'%

%31.69
%30.94
%37.37

CMYK color model

#D4CFFA color CMYK value is (15,17,0,2).

  • cyan value is 15.20%
  • magenta value is 17.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (15,17,0,2)
C15M17Y0K2 (15%, 17%, 0%, 2%)
(0.15 / 0.17 / 0.00 / 0.02)

CMYK percentages

%15.2
%17.2
%0
%1.96

Codes

Color #D4CFFA in popluar color models

D4 CF FA
RGB 212 207 250
HSL 247° 81.13% 89.61%
HSB/HSV 247° 17.20% 98.04%
CMYK 15.20% 17.20% 0.00%
1.96%

Color #D4CFFA in popluar number systems.

HEX D4 CF FA
Decimal 212 207 250
Binary 11010100 11001111 11111010
Octal 324 317 372

Shades and tints

Shades of #D4CFFA

#D4CFFA
(212,207,250)
#C1BDE4
(193,189,228)
#AEABCE
(174,171,206)
#9B99B8
(155,153,184)
#8887A2
(136,135,162)
#75758C
(117,117,140)
#626376
(98,99,118)
#4F5160
(79,81,96)
#3C3F4A
(60,63,74)
#292D34
(41,45,52)
#161B1E
(22,27,30)
#000000
(0,0,0)

Tints of #D4CFFA

#D4CFFA
(212,207,250)
#D7D3FA
(215,211,250)
#DAD7FA
(218,215,250)
#DDDBFA
(221,219,250)
#E0DFFA
(224,223,250)
#E3E3FA
(227,227,250)
#E6E7FA
(230,231,250)
#E9EBFA
(233,235,250)
#ECEFFA
(236,239,250)
#EFF3FA
(239,243,250)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CFFA; }

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

This text font color is #D4CFFA.

Background Color

.myBgColor { background-color: #D4CFFA; }

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

This div background color is #D4CFFA.

Border color

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

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

This div border color is #D4CFFA.

Opacity

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

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

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

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

This text has shadow with #D4CFFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CFFA.

Preview

Color preview on black background

This text has color #D4CFFA on black background.


Color preview on white background

This text has color #D4CFFA on white background.


Black color preview on #D4CFFA background

This text has black color on #D4CFFA background.


White color preview on #D4CFFA background

This text has white color on #D4CFFA background.


Related colors

Complementary color

Complementary color for #hex is #2B3005.


I love getcolorcode.com

Triadic colors

1 #FAD4CF and #CFFAD4 with #D4CFFA are triadic colors.

2 #FACFD4 and #CFD4FA with #D4CFFA are triadic colors.