COLOR #D1CFF6

HEX: #D1CFF6 RGB: (209,207,246)

Color info

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

RGB color model

#D1CFF6 color RGB value is (209,207,246).

RGB: (209,207,246) (82%, 81%, 96%)

RGB channels and saturation

R 209 of 255 = 82%
G 207 of 255 = 81%
B 246 of 255 = 96%

209
207
246

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

Portions of RGB colors in percentages

R + G + B = 209 + 207 + 246 = 662 (100%)
R 209 of 662 ~ 31.57%
G 207 of 662 ~ 31.27%
B 246 of 662 ~ 37.16'%

%31.57
%31.27
%37.16

CMYK color model

#D1CFF6 color CMYK value is (15,16,0,4).

  • cyan value is 15.04%
  • magenta value is 15.85%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (15,16,0,4)
C15M16Y0K4 (15%, 16%, 0%, 4%)
(0.15 / 0.16 / 0.00 / 0.04)

CMYK percentages

%15.04
%15.85
%0
%3.53

Codes

Color #D1CFF6 in popluar color models

D1 CF F6
RGB 209 207 246
HSL 243° 68.42% 88.82%
HSB/HSV 243° 15.85% 96.47%
CMYK 15.04% 15.85% 0.00%
3.53%

Color #D1CFF6 in popluar number systems.

HEX D1 CF F6
Decimal 209 207 246
Binary 11010001 11001111 11110110
Octal 321 317 366

Shades and tints

Shades of #D1CFF6

#D1CFF6
(209,207,246)
#BEBDE0
(190,189,224)
#ABABCA
(171,171,202)
#9899B4
(152,153,180)
#85879E
(133,135,158)
#727588
(114,117,136)
#5F6372
(95,99,114)
#4C515C
(76,81,92)
#393F46
(57,63,70)
#262D30
(38,45,48)
#131B1A
(19,27,26)
#000000
(0,0,0)

Tints of #D1CFF6

#D1CFF6
(209,207,246)
#D5D3F6
(213,211,246)
#D9D7F6
(217,215,246)
#DDDBF6
(221,219,246)
#E1DFF6
(225,223,246)
#E5E3F6
(229,227,246)
#E9E7F6
(233,231,246)
#EDEBF6
(237,235,246)
#F1EFF6
(241,239,246)
#F5F3F6
(245,243,246)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CFF6 color. Also use rgb(209,207,246) instead hex code.

Text Font Color

.myTextColor { color: #D1CFF6; }

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

This text font color is #D1CFF6.

Background Color

.myBgColor { background-color: #D1CFF6; }

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

This div background color is #D1CFF6.

Border color

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

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

This div border color is #D1CFF6.

Opacity

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

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

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

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

This text has shadow with #D1CFF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1CFF6.

Preview

Color preview on black background

This text has color #D1CFF6 on black background.


Color preview on white background

This text has color #D1CFF6 on white background.


Black color preview on #D1CFF6 background

This text has black color on #D1CFF6 background.


White color preview on #D1CFF6 background

This text has white color on #D1CFF6 background.


Related colors

Complementary color

Complementary color for #hex is #2E3009.


I love getcolorcode.com

Triadic colors

1 #F6D1CF and #CFF6D1 with #D1CFF6 are triadic colors.

2 #F6CFD1 and #CFD1F6 with #D1CFF6 are triadic colors.