COLOR #D2CEFB

HEX: #D2CEFB
RGB: (210,206,251)

Color info

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

RGB color model

#D2CEFB color RGB value is (210,206,251).

  • red value is 210;
  • green value is 206;
  • blue value is 251.
RGB:
(210,206,251)
(82%,81%,98%)

RGB channels and saturation

R 210 of 255 = 82%
G 206 of 255 = 81%
B 251 of 255 = 98%

210
206
251

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

Portions of RGB colors in percentages

R + G + B =
210 + 206 + 251 = 667 (100%)
R 210 of 667 ~ 31.48%
G 206 of 667 ~ 30.88%
B 251 of 667 ~ 37.63%

%31.48
%30.88
%37.63

CMYK color model

#D2CEFB color CMYK value is (16,18,0,2).

  • cyan value is 16.33%
  • magenta value is 17.93%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(16,18,0,2)
C16M18Y0K2 
(16%,18%,0%,2%)
(0.16/0.18/0.00/0.02)	

CMYK percentages

%16.33
%17.93
%0
%1.57

Codes

Color #D2CEFB in popluar color models

D2CEFB
RGB210206251
HSL245°84.91%89.61%
HSB/HSV245°17.93%98.43%
CMYK16.33%17.93%0.00%
1.57%

Color #D2CEFB in popluar number systems.

HEXD2CEFB
Decimal210206251
Binary110100101100111011111011
Octal322316373

Shades and tints

Shades of #D2CEFB

#D2CEFB
(210,206,251)
#BFBCE5
(191,188,229)
#ACAACF
(172,170,207)
#9998B9
(153,152,185)
#8686A3
(134,134,163)
#73748D
(115,116,141)
#606277
(96,98,119)
#4D5061
(77,80,97)
#3A3E4B
(58,62,75)
#272C35
(39,44,53)
#141A1F
(20,26,31)
#000000
(0,0,0)

Tints of #D2CEFB

#D2CEFB
(210,206,251)
#D6D2FB
(214,210,251)
#DAD6FB
(218,214,251)
#DEDAFB
(222,218,251)
#E2DEFB
(226,222,251)
#E6E2FB
(230,226,251)
#EAE6FB
(234,230,251)
#EEEAFB
(238,234,251)
#F2EEFB
(242,238,251)
#F6F2FB
(246,242,251)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CEFB color. Also use rgb(210,206,251) instead hex code.

Text Font Color

.myTextColor { color: #D2CEFB; }

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

This text font color is #D2CEFB.


Background Color

.myBgColor { background-color: #D2CEFB; }

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

This div background color is #D2CEFB.


Border color

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

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

This div border color is #D2CEFB.


Opacity

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

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

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

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

This text has shadow with #D2CEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CEFB on black background.


Color preview on white background

This text has color #D2CEFB on white background.



Black color preview on #D2CEFB background

This text has black color on #D2CEFB background.


White color preview on #D2CEFB background

This text has white color on #D2CEFB background.