COLOR #D0C5F3

HEX: #D0C5F3 RGB: (208,197,243)

Color info

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

RGB color model

#D0C5F3 color RGB value is (208,197,243).

RGB: (208,197,243) (82%, 77%, 95%)

RGB channels and saturation

R 208 of 255 = 82%
G 197 of 255 = 77%
B 243 of 255 = 95%

208
197
243

R + G + B ~ 85%. #D0C5F3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 197 + 243 = 648 (100%)
R 208 of 648 ~ 32.1%
G 197 of 648 ~ 30.4%
B 243 of 648 ~ 37.5'%

%32.1
%30.4
%37.5

CMYK color model

#D0C5F3 color CMYK value is (14,19,0,5).

  • cyan value is 14.40%
  • magenta value is 18.93%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK: (14,19,0,5) C14M19Y0K5 (14%,19%,0%,5%) (0.14/0.19/0.00/0.05) 

CMYK percentages

%14.4
%18.93
%0
%4.71

Codes

Color #D0C5F3 in popluar color models

D0 C5 F3
RGB 208 197 243
HSL 254° 65.71% 86.27%
HSB/HSV 254° 18.93% 95.29%
CMYK 14.40% 18.93% 0.00%
4.71%

Color #D0C5F3 in popluar number systems.

HEX D0 C5 F3
Decimal 208 197 243
Binary 11010000 11000101 11110011
Octal 320 305 363

Shades and tints

Shades of #D0C5F3

#D0C5F3
(208,197,243)
#BEB4DD
(190,180,221)
#ACA3C7
(172,163,199)
#9A92B1
(154,146,177)
#88819B
(136,129,155)
#767085
(118,112,133)
#645F6F
(100,95,111)
#524E59
(82,78,89)
#403D43
(64,61,67)
#2E2C2D
(46,44,45)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #D0C5F3

#D0C5F3
(208,197,243)
#D4CAF4
(212,202,244)
#D8CFF5
(216,207,245)
#DCD4F6
(220,212,246)
#E0D9F7
(224,217,247)
#E4DEF8
(228,222,248)
#E8E3F9
(232,227,249)
#ECE8FA
(236,232,250)
#F0EDFB
(240,237,251)
#F4F2FC
(244,242,252)
#F8F7FD
(248,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C5F3 color. Also use rgb(208,197,243) instead hex code.

Text Font Color

.myTextColor { color: #D0C5F3; }

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

This text font color is #D0C5F3.

Background Color

.myBgColor { background-color: #D0C5F3; }

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

This div background color is #D0C5F3.

Border color

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

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

This div border color is #D0C5F3.

Opacity

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

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

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

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

This text has shadow with #D0C5F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0C5F3.

Preview

Color preview on black background

This text has color #D0C5F3 on black background.


Color preview on white background

This text has color #D0C5F3 on white background.


Black color preview on #D0C5F3 background

This text has black color on #D0C5F3 background.


White color preview on #D0C5F3 background

This text has white color on #D0C5F3 background.


Related colors

Complementary color

Complementary color for #hex is #2F3A0C.


I love getcolorcode.com

Triadic colors

1 #F3D0C5 and #C5F3D0 with #D0C5F3 are triadic colors.

2 #F3C5D0 and #C5D0F3 with #D0C5F3 are triadic colors.