COLOR #D2CEFA

HEX: #D2CEFA RGB: (210,206,250)

Color info

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

RGB color model

#D2CEFA color RGB value is (210,206,250).

RGB: (210,206,250) (82%, 81%, 98%)

RGB channels and saturation

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

210
206
250

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

Portions of RGB colors in percentages

R + G + B = 210 + 206 + 250 = 666 (100%)
R 210 of 666 ~ 31.53%
G 206 of 666 ~ 30.93%
B 250 of 666 ~ 37.54'%

%31.53
%30.93
%37.54

CMYK color model

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

  • cyan value is 16.00%
  • magenta value is 17.60%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (16,18,0,2)
C16M18Y0K2 (16%, 18%, 0%, 2%)
(0.16 / 0.18 / 0.00 / 0.02)

CMYK percentages

%16
%17.6
%0
%1.96

Codes

Color #D2CEFA in popluar color models

D2 CE FA
RGB 210 206 250
HSL 245° 81.48% 89.41%
HSB/HSV 245° 17.60% 98.04%
CMYK 16.00% 17.60% 0.00%
1.96%

Color #D2CEFA in popluar number systems.

HEX D2 CE FA
Decimal 210 206 250
Binary 11010010 11001110 11111010
Octal 322 316 372

Shades and tints

Shades of #D2CEFA

#D2CEFA
(210,206,250)
#BFBCE4
(191,188,228)
#ACAACE
(172,170,206)
#9998B8
(153,152,184)
#8686A2
(134,134,162)
#73748C
(115,116,140)
#606276
(96,98,118)
#4D5060
(77,80,96)
#3A3E4A
(58,62,74)
#272C34
(39,44,52)
#141A1E
(20,26,30)
#000000
(0,0,0)

Tints of #D2CEFA

#D2CEFA
(210,206,250)
#D6D2FA
(214,210,250)
#DAD6FA
(218,214,250)
#DEDAFA
(222,218,250)
#E2DEFA
(226,222,250)
#E6E2FA
(230,226,250)
#EAE6FA
(234,230,250)
#EEEAFA
(238,234,250)
#F2EEFA
(242,238,250)
#F6F2FA
(246,242,250)
#FAF6FA
(250,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2CEFA; }

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

This text font color is #D2CEFA.

Background Color

.myBgColor { background-color: #D2CEFA; }

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

This div background color is #D2CEFA.

Border color

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

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

This div border color is #D2CEFA.

Opacity

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

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

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

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

This text has shadow with #D2CEFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2CEFA.

Preview

Color preview on black background

This text has color #D2CEFA on black background.


Color preview on white background

This text has color #D2CEFA on white background.


Black color preview on #D2CEFA background

This text has black color on #D2CEFA background.


White color preview on #D2CEFA background

This text has white color on #D2CEFA background.


Related colors

Complementary color

Complementary color for #hex is #2D3105.


I love getcolorcode.com

Triadic colors

1 #FAD2CE and #CEFAD2 with #D2CEFA are triadic colors.

2 #FACED2 and #CED2FA with #D2CEFA are triadic colors.