COLOR #DBD8FF

HEX: #DBD8FF RGB: (219,216,255)

Color info

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

RGB color model

#DBD8FF color RGB value is (219,216,255).

RGB: (219,216,255) (86%, 85%, 100%)

RGB channels and saturation

R 219 of 255 = 86%
G 216 of 255 = 85%
B 255 of 255 = 100%

219
216
255

R + G + B ~ 90%. #DBD8FF is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 216 + 255 = 690 (100%)
R 219 of 690 ~ 31.74%
G 216 of 690 ~ 31.3%
B 255 of 690 ~ 36.96'%

%31.74
%31.3
%36.96

CMYK color model

#DBD8FF color CMYK value is (14,15,0,0).

  • cyan value is 14.12%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (14,15,0,0) C14M15Y0K0 (14%,15%,0%,0%) (0.14/0.15/0.00/0.00) 

CMYK percentages

%14.12
%15.29
%0
%0

Codes

Color #DBD8FF in popluar color models

DB D8 FF
RGB 219 216 255
HSL 245° 100.00% 92.35%
HSB/HSV 245° 15.29% 100.00%
CMYK 14.12% 15.29% 0.00%
0.00%

Color #DBD8FF in popluar number systems.

HEX DB D8 FF
Decimal 219 216 255
Binary 11011011 11011000 11111111
Octal 333 330 377

Shades and tints

Shades of #DBD8FF

#DBD8FF
(219,216,255)
#C8C5E8
(200,197,232)
#B5B2D1
(181,178,209)
#A29FBA
(162,159,186)
#8F8CA3
(143,140,163)
#7C798C
(124,121,140)
#696675
(105,102,117)
#56535E
(86,83,94)
#434047
(67,64,71)
#302D30
(48,45,48)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #DBD8FF

#DBD8FF
(219,216,255)
#DEDBFF
(222,219,255)
#E1DEFF
(225,222,255)
#E4E1FF
(228,225,255)
#E7E4FF
(231,228,255)
#EAE7FF
(234,231,255)
#EDEAFF
(237,234,255)
#F0EDFF
(240,237,255)
#F3F0FF
(243,240,255)
#F6F3FF
(246,243,255)
#F9F6FF
(249,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD8FF color. Also use rgb(219,216,255) instead hex code.

Text Font Color

.myTextColor { color: #DBD8FF; }

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

This text font color is #DBD8FF.

Background Color

.myBgColor { background-color: #DBD8FF; }

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

This div background color is #DBD8FF.

Border color

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

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

This div border color is #DBD8FF.

Opacity

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

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

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

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

This text has shadow with #DBD8FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD8FF.

Preview

Color preview on black background

This text has color #DBD8FF on black background.


Color preview on white background

This text has color #DBD8FF on white background.


Black color preview on #DBD8FF background

This text has black color on #DBD8FF background.


White color preview on #DBD8FF background

This text has white color on #DBD8FF background.


Related colors

Complementary color

Complementary color for #hex is #242700.


I love getcolorcode.com

Triadic colors

1 #FFDBD8 and #D8FFDB with #DBD8FF are triadic colors.

2 #FFD8DB and #D8DBFF with #DBD8FF are triadic colors.