COLOR #D1CBEB

HEX: #D1CBEB RGB: (209,203,235)

Color info

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

RGB color model

#D1CBEB color RGB value is (209,203,235).

RGB: (209,203,235) (82%, 80%, 92%)

RGB channels and saturation

R 209 of 255 = 82%
G 203 of 255 = 80%
B 235 of 255 = 92%

209
203
235

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

Portions of RGB colors in percentages

R + G + B = 209 + 203 + 235 = 647 (100%)
R 209 of 647 ~ 32.3%
G 203 of 647 ~ 31.38%
B 235 of 647 ~ 36.32'%

%32.3
%31.38
%36.32

CMYK color model

#D1CBEB color CMYK value is (11,14,0,8).

  • cyan value is 11.06%
  • magenta value is 13.62%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (11,14,0,8)
C11M14Y0K8 (11%, 14%, 0%, 8%)
(0.11 / 0.14 / 0.00 / 0.08)

CMYK percentages

%11.06
%13.62
%0
%7.84

Codes

Color #D1CBEB in popluar color models

D1 CB EB
RGB 209 203 235
HSL 251° 44.44% 85.88%
HSB/HSV 251° 13.62% 92.16%
CMYK 11.06% 13.62% 0.00%
7.84%

Color #D1CBEB in popluar number systems.

HEX D1 CB EB
Decimal 209 203 235
Binary 11010001 11001011 11101011
Octal 321 313 353

Shades and tints

Shades of #D1CBEB

#D1CBEB
(209,203,235)
#BEB9D6
(190,185,214)
#ABA7C1
(171,167,193)
#9895AC
(152,149,172)
#858397
(133,131,151)
#727182
(114,113,130)
#5F5F6D
(95,95,109)
#4C4D58
(76,77,88)
#393B43
(57,59,67)
#26292E
(38,41,46)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #D1CBEB

#D1CBEB
(209,203,235)
#D5CFEC
(213,207,236)
#D9D3ED
(217,211,237)
#DDD7EE
(221,215,238)
#E1DBEF
(225,219,239)
#E5DFF0
(229,223,240)
#E9E3F1
(233,227,241)
#EDE7F2
(237,231,242)
#F1EBF3
(241,235,243)
#F5EFF4
(245,239,244)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CBEB color. Also use rgb(209,203,235) instead hex code.

Text Font Color

.myTextColor { color: #D1CBEB; }

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

This text font color is #D1CBEB.

Background Color

.myBgColor { background-color: #D1CBEB; }

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

This div background color is #D1CBEB.

Border color

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

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

This div border color is #D1CBEB.

Opacity

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

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

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

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

This text has shadow with #D1CBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1CBEB.

Preview

Color preview on black background

This text has color #D1CBEB on black background.


Color preview on white background

This text has color #D1CBEB on white background.


Black color preview on #D1CBEB background

This text has black color on #D1CBEB background.


White color preview on #D1CBEB background

This text has white color on #D1CBEB background.


Related colors

Complementary color

Complementary color for #hex is #2E3414.


I love getcolorcode.com

Triadic colors

1 #EBD1CB and #CBEBD1 with #D1CBEB are triadic colors.

2 #EBCBD1 and #CBD1EB with #D1CBEB are triadic colors.