COLOR #D7CCEF

HEX: #D7CCEF RGB: (215,204,239)

Color info

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

RGB color model

#D7CCEF color RGB value is (215,204,239).

RGB: (215,204,239) (84%, 80%, 94%)

RGB channels and saturation

R 215 of 255 = 84%
G 204 of 255 = 80%
B 239 of 255 = 94%

215
204
239

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

Portions of RGB colors in percentages

R + G + B = 215 + 204 + 239 = 658 (100%)
R 215 of 658 ~ 32.67%
G 204 of 658 ~ 31%
B 239 of 658 ~ 36.32'%

%32.67
%31
%36.32

CMYK color model

#D7CCEF color CMYK value is (10,15,0,6).

  • cyan value is 10.04%
  • magenta value is 14.64%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (10,15,0,6)
C10M15Y0K6 (10%, 15%, 0%, 6%)
(0.10 / 0.15 / 0.00 / 0.06)

CMYK percentages

%10.04
%14.64
%0
%6.27

Codes

Color #D7CCEF in popluar color models

D7 CC EF
RGB 215 204 239
HSL 259° 52.24% 86.86%
HSB/HSV 259° 14.64% 93.73%
CMYK 10.04% 14.64% 0.00%
6.27%

Color #D7CCEF in popluar number systems.

HEX D7 CC EF
Decimal 215 204 239
Binary 11010111 11001100 11101111
Octal 327 314 357

Shades and tints

Shades of #D7CCEF

#D7CCEF
(215,204,239)
#C4BADA
(196,186,218)
#B1A8C5
(177,168,197)
#9E96B0
(158,150,176)
#8B849B
(139,132,155)
#787286
(120,114,134)
#656071
(101,96,113)
#524E5C
(82,78,92)
#3F3C47
(63,60,71)
#2C2A32
(44,42,50)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #D7CCEF

#D7CCEF
(215,204,239)
#DAD0F0
(218,208,240)
#DDD4F1
(221,212,241)
#E0D8F2
(224,216,242)
#E3DCF3
(227,220,243)
#E6E0F4
(230,224,244)
#E9E4F5
(233,228,245)
#ECE8F6
(236,232,246)
#EFECF7
(239,236,247)
#F2F0F8
(242,240,248)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CCEF color. Also use rgb(215,204,239) instead hex code.

Text Font Color

.myTextColor { color: #D7CCEF; }

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

This text font color is #D7CCEF.

Background Color

.myBgColor { background-color: #D7CCEF; }

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

This div background color is #D7CCEF.

Border color

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

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

This div border color is #D7CCEF.

Opacity

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

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

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

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

This text has shadow with #D7CCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CCEF.

Preview

Color preview on black background

This text has color #D7CCEF on black background.


Color preview on white background

This text has color #D7CCEF on white background.


Black color preview on #D7CCEF background

This text has black color on #D7CCEF background.


White color preview on #D7CCEF background

This text has white color on #D7CCEF background.


Related colors

Complementary color

Complementary color for #hex is #283310.


I love getcolorcode.com

Triadic colors

1 #EFD7CC and #CCEFD7 with #D7CCEF are triadic colors.

2 #EFCCD7 and #CCD7EF with #D7CCEF are triadic colors.