COLOR #D1CEFD

HEX: #D1CEFD
RGB: (209,206,253)

Color info

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

RGB color model

#D1CEFD color RGB value is (209,206,253).

  • red value is 209;
  • green value is 206;
  • blue value is 253.
RGB:
(209,206,253)
(82%,81%,99%)

RGB channels and saturation

R 209 of 255 = 82%
G 206 of 255 = 81%
B 253 of 255 = 99%

209
206
253

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

Portions of RGB colors in percentages

R + G + B =
209 + 206 + 253 = 668 (100%)
R 209 of 668 ~ 31.29%
G 206 of 668 ~ 30.84%
B 253 of 668 ~ 37.87%

%31.29
%30.84
%37.87

CMYK color model

#D1CEFD color CMYK value is (17,19,0,1).

  • cyan value is 17.39%
  • magenta value is 18.58%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(17,19,0,1)
C17M19Y0K1 
(17%,19%,0%,1%)
(0.17/0.19/0.00/0.01)	

CMYK percentages

%17.39
%18.58
%0
%0.78

Codes

Color #D1CEFD in popluar color models

D1CEFD
RGB209206253
HSL244°92.16%90.00%
HSB/HSV244°18.58%99.22%
CMYK17.39%18.58%0.00%
0.78%

Color #D1CEFD in popluar number systems.

HEXD1CEFD
Decimal209206253
Binary110100011100111011111101
Octal321316375

Shades and tints

Shades of #D1CEFD

#D1CEFD
(209,206,253)
#BEBCE6
(190,188,230)
#ABAACF
(171,170,207)
#9898B8
(152,152,184)
#8586A1
(133,134,161)
#72748A
(114,116,138)
#5F6273
(95,98,115)
#4C505C
(76,80,92)
#393E45
(57,62,69)
#262C2E
(38,44,46)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #D1CEFD

#D1CEFD
(209,206,253)
#D5D2FD
(213,210,253)
#D9D6FD
(217,214,253)
#DDDAFD
(221,218,253)
#E1DEFD
(225,222,253)
#E5E2FD
(229,226,253)
#E9E6FD
(233,230,253)
#EDEAFD
(237,234,253)
#F1EEFD
(241,238,253)
#F5F2FD
(245,242,253)
#F9F6FD
(249,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CEFD color. Also use rgb(209,206,253) instead hex code.

Text Font Color

.myTextColor { color: #D1CEFD; }

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

This text font color is #D1CEFD.


Background Color

.myBgColor { background-color: #D1CEFD; }

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

This div background color is #D1CEFD.


Border color

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

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

This div border color is #D1CEFD.


Opacity

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

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

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

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

This text has shadow with #D1CEFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CEFD on black background.


Color preview on white background

This text has color #D1CEFD on white background.



Black color preview on #D1CEFD background

This text has black color on #D1CEFD background.


White color preview on #D1CEFD background

This text has white color on #D1CEFD background.