COLOR #D4C0EB

HEX: #D4C0EB
RGB: (212,192,235)

Color info

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

RGB color model

#D4C0EB color RGB value is (212,192,235).

  • red value is 212;
  • green value is 192;
  • blue value is 235.
RGB:
(212,192,235)
(83%,75%,92%)

RGB channels and saturation

R 212 of 255 = 83%
G 192 of 255 = 75%
B 235 of 255 = 92%

212
192
235

R + G + B ~ 83%. #D4C0EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 192 + 235 = 639 (100%)
R 212 of 639 ~ 33.18%
G 192 of 639 ~ 30.05%
B 235 of 639 ~ 36.78%

%33.18
%30.05
%36.78

CMYK color model

#D4C0EB color CMYK value is (10,18,0,8).

  • cyan value is 9.79%
  • magenta value is 18.30%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(10,18,0,8)
C10M18Y0K8 
(10%,18%,0%,8%)
(0.10/0.18/0.00/0.08)	

CMYK percentages

%9.79
%18.3
%0
%7.84

Codes

Color #D4C0EB in popluar color models

D4C0EB
RGB212192235
HSL268°51.81%83.73%
HSB/HSV268°18.30%92.16%
CMYK9.79%18.30%0.00%
7.84%

Color #D4C0EB in popluar number systems.

HEXD4C0EB
Decimal212192235
Binary110101001100000011101011
Octal324300353

Shades and tints

Shades of #D4C0EB

#D4C0EB
(212,192,235)
#C1AFD6
(193,175,214)
#AE9EC1
(174,158,193)
#9B8DAC
(155,141,172)
#887C97
(136,124,151)
#756B82
(117,107,130)
#625A6D
(98,90,109)
#4F4958
(79,73,88)
#3C3843
(60,56,67)
#29272E
(41,39,46)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #D4C0EB

#D4C0EB
(212,192,235)
#D7C5EC
(215,197,236)
#DACAED
(218,202,237)
#DDCFEE
(221,207,238)
#E0D4EF
(224,212,239)
#E3D9F0
(227,217,240)
#E6DEF1
(230,222,241)
#E9E3F2
(233,227,242)
#ECE8F3
(236,232,243)
#EFEDF4
(239,237,244)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C0EB color. Also use rgb(212,192,235) instead hex code.

Text Font Color

.myTextColor { color: #D4C0EB; }

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

This text font color is #D4C0EB.


Background Color

.myBgColor { background-color: #D4C0EB; }

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

This div background color is #D4C0EB.


Border color

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

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

This div border color is #D4C0EB.


Opacity

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

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

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

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

This text has shadow with #D4C0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C0EB on black background.


Color preview on white background

This text has color #D4C0EB on white background.



Black color preview on #D4C0EB background

This text has black color on #D4C0EB background.


White color preview on #D4C0EB background

This text has white color on #D4C0EB background.