COLOR #DBD8FA

HEX: #DBD8FA RGB: (219,216,250)

Color info

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

RGB color model

#DBD8FA color RGB value is (219,216,250).

RGB: (219,216,250) (86%, 85%, 98%)

RGB channels and saturation

R 219 of 255 = 86%
G 216 of 255 = 85%
B 250 of 255 = 98%

219
216
250

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

Portions of RGB colors in percentages

R + G + B = 219 + 216 + 250 = 685 (100%)
R 219 of 685 ~ 31.97%
G 216 of 685 ~ 31.53%
B 250 of 685 ~ 36.5'%

%31.97
%31.53
%36.5

CMYK color model

#DBD8FA color CMYK value is (12,14,0,2).

  • cyan value is 12.40%
  • magenta value is 13.60%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (12,14,0,2)
C12M14Y0K2 (12%, 14%, 0%, 2%)
(0.12 / 0.14 / 0.00 / 0.02)

CMYK percentages

%12.4
%13.6
%0
%1.96

Codes

Color #DBD8FA in popluar color models

DB D8 FA
RGB 219 216 250
HSL 245° 77.27% 91.37%
HSB/HSV 245° 13.60% 98.04%
CMYK 12.40% 13.60% 0.00%
1.96%

Color #DBD8FA in popluar number systems.

HEX DB D8 FA
Decimal 219 216 250
Binary 11011011 11011000 11111010
Octal 333 330 372

Shades and tints

Shades of #DBD8FA

#DBD8FA
(219,216,250)
#C8C5E4
(200,197,228)
#B5B2CE
(181,178,206)
#A29FB8
(162,159,184)
#8F8CA2
(143,140,162)
#7C798C
(124,121,140)
#696676
(105,102,118)
#565360
(86,83,96)
#43404A
(67,64,74)
#302D34
(48,45,52)
#1D1A1E
(29,26,30)
#000000
(0,0,0)

Tints of #DBD8FA

#DBD8FA
(219,216,250)
#DEDBFA
(222,219,250)
#E1DEFA
(225,222,250)
#E4E1FA
(228,225,250)
#E7E4FA
(231,228,250)
#EAE7FA
(234,231,250)
#EDEAFA
(237,234,250)
#F0EDFA
(240,237,250)
#F3F0FA
(243,240,250)
#F6F3FA
(246,243,250)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD8FA; }

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

This text font color is #DBD8FA.

Background Color

.myBgColor { background-color: #DBD8FA; }

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

This div background color is #DBD8FA.

Border color

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

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

This div border color is #DBD8FA.

Opacity

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

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

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

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

This text has shadow with #DBD8FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD8FA.

Preview

Color preview on black background

This text has color #DBD8FA on black background.


Color preview on white background

This text has color #DBD8FA on white background.


Black color preview on #DBD8FA background

This text has black color on #DBD8FA background.


White color preview on #DBD8FA background

This text has white color on #DBD8FA background.


Related colors

Complementary color

Complementary color for #hex is #242705.


I love getcolorcode.com

Triadic colors

1 #FADBD8 and #D8FADB with #DBD8FA are triadic colors.

2 #FAD8DB and #D8DBFA with #DBD8FA are triadic colors.