COLOR #D4C8EF

HEX: #D4C8EF RGB: (212,200,239)

Color info

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

RGB color model

#D4C8EF color RGB value is (212,200,239).

RGB: (212,200,239) (83%, 78%, 94%)

RGB channels and saturation

R 212 of 255 = 83%
G 200 of 255 = 78%
B 239 of 255 = 94%

212
200
239

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

Portions of RGB colors in percentages

R + G + B = 212 + 200 + 239 = 651 (100%)
R 212 of 651 ~ 32.57%
G 200 of 651 ~ 30.72%
B 239 of 651 ~ 36.71'%

%32.57
%30.72
%36.71

CMYK color model

#D4C8EF color CMYK value is (11,16,0,6).

  • cyan value is 11.30%
  • magenta value is 16.32%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (11,16,0,6)
C11M16Y0K6 (11%, 16%, 0%, 6%)
(0.11 / 0.16 / 0.00 / 0.06)

CMYK percentages

%11.3
%16.32
%0
%6.27

Codes

Color #D4C8EF in popluar color models

D4 C8 EF
RGB 212 200 239
HSL 258° 54.93% 86.08%
HSB/HSV 258° 16.32% 93.73%
CMYK 11.30% 16.32% 0.00%
6.27%

Color #D4C8EF in popluar number systems.

HEX D4 C8 EF
Decimal 212 200 239
Binary 11010100 11001000 11101111
Octal 324 310 357

Shades and tints

Shades of #D4C8EF

#D4C8EF
(212,200,239)
#C1B6DA
(193,182,218)
#AEA4C5
(174,164,197)
#9B92B0
(155,146,176)
#88809B
(136,128,155)
#756E86
(117,110,134)
#625C71
(98,92,113)
#4F4A5C
(79,74,92)
#3C3847
(60,56,71)
#292632
(41,38,50)
#16141D
(22,20,29)
#000000
(0,0,0)

Tints of #D4C8EF

#D4C8EF
(212,200,239)
#D7CDF0
(215,205,240)
#DAD2F1
(218,210,241)
#DDD7F2
(221,215,242)
#E0DCF3
(224,220,243)
#E3E1F4
(227,225,244)
#E6E6F5
(230,230,245)
#E9EBF6
(233,235,246)
#ECF0F7
(236,240,247)
#EFF5F8
(239,245,248)
#F2FAF9
(242,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C8EF color. Also use rgb(212,200,239) instead hex code.

Text Font Color

.myTextColor { color: #D4C8EF; }

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

This text font color is #D4C8EF.

Background Color

.myBgColor { background-color: #D4C8EF; }

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

This div background color is #D4C8EF.

Border color

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

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

This div border color is #D4C8EF.

Opacity

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

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

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

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

This text has shadow with #D4C8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4C8EF.

Preview

Color preview on black background

This text has color #D4C8EF on black background.


Color preview on white background

This text has color #D4C8EF on white background.


Black color preview on #D4C8EF background

This text has black color on #D4C8EF background.


White color preview on #D4C8EF background

This text has white color on #D4C8EF background.


Related colors

Complementary color

Complementary color for #hex is #2B3710.


I love getcolorcode.com

Triadic colors

1 #EFD4C8 and #C8EFD4 with #D4C8EF are triadic colors.

2 #EFC8D4 and #C8D4EF with #D4C8EF are triadic colors.