COLOR #D6CEFF

HEX: #D6CEFF RGB: (214,206,255)

Color info

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

RGB color model

#D6CEFF color RGB value is (214,206,255).

RGB: (214,206,255) (84%, 81%, 100%)

RGB channels and saturation

R 214 of 255 = 84%
G 206 of 255 = 81%
B 255 of 255 = 100%

214
206
255

R + G + B ~ 88%. #D6CEFF is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 206 + 255 = 675 (100%)
R 214 of 675 ~ 31.7%
G 206 of 675 ~ 30.52%
B 255 of 675 ~ 37.78'%

%31.7
%30.52
%37.78

CMYK color model

#D6CEFF color CMYK value is (16,19,0,0).

  • cyan value is 16.08%
  • magenta value is 19.22%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (16,19,0,0)
C16M19Y0K0 (16%, 19%, 0%, 0%)
(0.16 / 0.19 / 0.00 / 0.00)

CMYK percentages

%16.08
%19.22
%0
%0

Codes

Color #D6CEFF in popluar color models

D6 CE FF
RGB 214 206 255
HSL 250° 100.00% 90.39%
HSB/HSV 250° 19.22% 100.00%
CMYK 16.08% 19.22% 0.00%
0.00%

Color #D6CEFF in popluar number systems.

HEX D6 CE FF
Decimal 214 206 255
Binary 11010110 11001110 11111111
Octal 326 316 377

Shades and tints

Shades of #D6CEFF

#D6CEFF
(214,206,255)
#C3BCE8
(195,188,232)
#B0AAD1
(176,170,209)
#9D98BA
(157,152,186)
#8A86A3
(138,134,163)
#77748C
(119,116,140)
#646275
(100,98,117)
#51505E
(81,80,94)
#3E3E47
(62,62,71)
#2B2C30
(43,44,48)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #D6CEFF

#D6CEFF
(214,206,255)
#D9D2FF
(217,210,255)
#DCD6FF
(220,214,255)
#DFDAFF
(223,218,255)
#E2DEFF
(226,222,255)
#E5E2FF
(229,226,255)
#E8E6FF
(232,230,255)
#EBEAFF
(235,234,255)
#EEEEFF
(238,238,255)
#F1F2FF
(241,242,255)
#F4F6FF
(244,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CEFF color. Also use rgb(214,206,255) instead hex code.

Text Font Color

.myTextColor { color: #D6CEFF; }

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

This text font color is #D6CEFF.

Background Color

.myBgColor { background-color: #D6CEFF; }

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

This div background color is #D6CEFF.

Border color

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

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

This div border color is #D6CEFF.

Opacity

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

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

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

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

This text has shadow with #D6CEFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CEFF.

Preview

Color preview on black background

This text has color #D6CEFF on black background.


Color preview on white background

This text has color #D6CEFF on white background.


Black color preview on #D6CEFF background

This text has black color on #D6CEFF background.


White color preview on #D6CEFF background

This text has white color on #D6CEFF background.


Related colors

Complementary color

Complementary color for #hex is #293100.


I love getcolorcode.com

Triadic colors

1 #FFD6CE and #CEFFD6 with #D6CEFF are triadic colors.

2 #FFCED6 and #CED6FF with #D6CEFF are triadic colors.