COLOR #DBDCEE

HEX: #DBDCEE RGB: (219,220,238)

Color info

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

RGB color model

#DBDCEE color RGB value is (219,220,238).

RGB: (219,220,238) (86%, 86%, 93%)

RGB channels and saturation

R 219 of 255 = 86%
G 220 of 255 = 86%
B 238 of 255 = 93%

219
220
238

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

Portions of RGB colors in percentages

R + G + B = 219 + 220 + 238 = 677 (100%)
R 219 of 677 ~ 32.35%
G 220 of 677 ~ 32.5%
B 238 of 677 ~ 35.16'%

%32.35
%32.5
%35.16

CMYK color model

#DBDCEE color CMYK value is (8,8,0,7).

  • cyan value is 7.98%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (8,8,0,7)
C8M8Y0K7 (8%, 8%, 0%, 7%)
(0.08 / 0.08 / 0.00 / 0.07)

CMYK percentages

%7.98
%7.56
%0
%6.67

Codes

Color #DBDCEE in popluar color models

DB DC EE
RGB 219 220 238
HSL 237° 35.85% 89.61%
HSB/HSV 237° 7.98% 93.33%
CMYK 7.98% 7.56% 0.00%
6.67%

Color #DBDCEE in popluar number systems.

HEX DB DC EE
Decimal 219 220 238
Binary 11011011 11011100 11101110
Octal 333 334 356

Shades and tints

Shades of #DBDCEE

#DBDCEE
(219,220,238)
#C8C8D9
(200,200,217)
#B5B4C4
(181,180,196)
#A2A0AF
(162,160,175)
#8F8C9A
(143,140,154)
#7C7885
(124,120,133)
#696470
(105,100,112)
#56505B
(86,80,91)
#433C46
(67,60,70)
#302831
(48,40,49)
#1D141C
(29,20,28)
#000000
(0,0,0)

Tints of #DBDCEE

#DBDCEE
(219,220,238)
#DEDFEF
(222,223,239)
#E1E2F0
(225,226,240)
#E4E5F1
(228,229,241)
#E7E8F2
(231,232,242)
#EAEBF3
(234,235,243)
#EDEEF4
(237,238,244)
#F0F1F5
(240,241,245)
#F3F4F6
(243,244,246)
#F6F7F7
(246,247,247)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBDCEE color. Also use rgb(219,220,238) instead hex code.

Text Font Color

.myTextColor { color: #DBDCEE; }

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

This text font color is #DBDCEE.

Background Color

.myBgColor { background-color: #DBDCEE; }

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

This div background color is #DBDCEE.

Border color

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

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

This div border color is #DBDCEE.

Opacity

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

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

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

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

This text has shadow with #DBDCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDCEE.

Preview

Color preview on black background

This text has color #DBDCEE on black background.


Color preview on white background

This text has color #DBDCEE on white background.


Black color preview on #DBDCEE background

This text has black color on #DBDCEE background.


White color preview on #DBDCEE background

This text has white color on #DBDCEE background.


Related colors

Complementary color

Complementary color for #hex is #242311.


I love getcolorcode.com

Triadic colors

1 #EEDBDC and #DCEEDB with #DBDCEE are triadic colors.

2 #EEDCDB and #DCDBEE with #DBDCEE are triadic colors.