COLOR #DBDEEE

HEX: #DBDEEE RGB: (219,222,238)

Color info

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

RGB color model

#DBDEEE color RGB value is (219,222,238).

RGB: (219,222,238) (86%, 87%, 93%)

RGB channels and saturation

R 219 of 255 = 86%
G 222 of 255 = 87%
B 238 of 255 = 93%

219
222
238

R + G + B ~ 89%. #DBDEEE is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 222 + 238 = 679 (100%)
R 219 of 679 ~ 32.25%
G 222 of 679 ~ 32.7%
B 238 of 679 ~ 35.05'%

%32.25
%32.7
%35.05

CMYK color model

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

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

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

CMYK percentages

%7.98
%6.72
%0
%6.67

Codes

Color #DBDEEE in popluar color models

DB DE EE
RGB 219 222 238
HSL 231° 35.85% 89.61%
HSB/HSV 231° 7.98% 93.33%
CMYK 7.98% 6.72% 0.00%
6.67%

Color #DBDEEE in popluar number systems.

HEX DB DE EE
Decimal 219 222 238
Binary 11011011 11011110 11101110
Octal 333 336 356

Shades and tints

Shades of #DBDEEE

#DBDEEE
(219,222,238)
#C8CAD9
(200,202,217)
#B5B6C4
(181,182,196)
#A2A2AF
(162,162,175)
#8F8E9A
(143,142,154)
#7C7A85
(124,122,133)
#696670
(105,102,112)
#56525B
(86,82,91)
#433E46
(67,62,70)
#302A31
(48,42,49)
#1D161C
(29,22,28)
#000000
(0,0,0)

Tints of #DBDEEE

#DBDEEE
(219,222,238)
#DEE1EF
(222,225,239)
#E1E4F0
(225,228,240)
#E4E7F1
(228,231,241)
#E7EAF2
(231,234,242)
#EAEDF3
(234,237,243)
#EDF0F4
(237,240,244)
#F0F3F5
(240,243,245)
#F3F6F6
(243,246,246)
#F6F9F7
(246,249,247)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDEEE; }

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

This text font color is #DBDEEE.

Background Color

.myBgColor { background-color: #DBDEEE; }

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

This div background color is #DBDEEE.

Border color

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

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

This div border color is #DBDEEE.

Opacity

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

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

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

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

This text has shadow with #DBDEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDEEE.

Preview

Color preview on black background

This text has color #DBDEEE on black background.


Color preview on white background

This text has color #DBDEEE on white background.


Black color preview on #DBDEEE background

This text has black color on #DBDEEE background.


White color preview on #DBDEEE background

This text has white color on #DBDEEE background.


Related colors

Complementary color

Complementary color for #hex is #242111.


I love getcolorcode.com

Triadic colors

1 #EEDBDE and #DEEEDB with #DBDEEE are triadic colors.

2 #EEDEDB and #DEDBEE with #DBDEEE are triadic colors.