COLOR #D0CCFB

HEX: #D0CCFB
RGB: (208,204,251)

Color info

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

RGB color model

#D0CCFB color RGB value is (208,204,251).

  • red value is 208;
  • green value is 204;
  • blue value is 251.
RGB:
(208,204,251)
(82%,80%,98%)

RGB channels and saturation

R 208 of 255 = 82%
G 204 of 255 = 80%
B 251 of 255 = 98%

208
204
251

R + G + B ~ 87%. #D0CCFB is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 204 + 251 = 663 (100%)
R 208 of 663 ~ 31.37%
G 204 of 663 ~ 30.77%
B 251 of 663 ~ 37.86%

%31.37
%30.77
%37.86

CMYK color model

#D0CCFB color CMYK value is (17,19,0,2).

  • cyan value is 17.13%
  • magenta value is 18.73%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(17,19,0,2)
C17M19Y0K2 
(17%,19%,0%,2%)
(0.17/0.19/0.00/0.02)	

CMYK percentages

%17.13
%18.73
%0
%1.57

Codes

Color #D0CCFB in popluar color models

D0CCFB
RGB208204251
HSL245°85.45%89.22%
HSB/HSV245°18.73%98.43%
CMYK17.13%18.73%0.00%
1.57%

Color #D0CCFB in popluar number systems.

HEXD0CCFB
Decimal208204251
Binary110100001100110011111011
Octal320314373

Shades and tints

Shades of #D0CCFB

#D0CCFB
(208,204,251)
#BEBAE5
(190,186,229)
#ACA8CF
(172,168,207)
#9A96B9
(154,150,185)
#8884A3
(136,132,163)
#76728D
(118,114,141)
#646077
(100,96,119)
#524E61
(82,78,97)
#403C4B
(64,60,75)
#2E2A35
(46,42,53)
#1C181F
(28,24,31)
#000000
(0,0,0)

Tints of #D0CCFB

#D0CCFB
(208,204,251)
#D4D0FB
(212,208,251)
#D8D4FB
(216,212,251)
#DCD8FB
(220,216,251)
#E0DCFB
(224,220,251)
#E4E0FB
(228,224,251)
#E8E4FB
(232,228,251)
#ECE8FB
(236,232,251)
#F0ECFB
(240,236,251)
#F4F0FB
(244,240,251)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0CCFB color. Also use rgb(208,204,251) instead hex code.

Text Font Color

.myTextColor { color: #D0CCFB; }

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

This text font color is #D0CCFB.


Background Color

.myBgColor { background-color: #D0CCFB; }

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

This div background color is #D0CCFB.


Border color

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

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

This div border color is #D0CCFB.


Opacity

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

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

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

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

This text has shadow with #D0CCFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CCFB on black background.


Color preview on white background

This text has color #D0CCFB on white background.



Black color preview on #D0CCFB background

This text has black color on #D0CCFB background.


White color preview on #D0CCFB background

This text has white color on #D0CCFB background.