COLOR #DBEDDD

HEX: #DBEDDD RGB: (219,237,221)

Color info

#DBEDDD contains red, green and blue colors in about the same proportion. Web safe color of #DBEDDD is #CCFFCC (or #CFC).

RGB color model

#DBEDDD color RGB value is (219,237,221).

RGB: (219,237,221) (86%, 93%, 87%)

RGB channels and saturation

R 219 of 255 = 86%
G 237 of 255 = 93%
B 221 of 255 = 87%

219
237
221

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

Portions of RGB colors in percentages

R + G + B = 219 + 237 + 221 = 677 (100%)
R 219 of 677 ~ 32.35%
G 237 of 677 ~ 35.01%
B 221 of 677 ~ 32.64'%

%32.35
%35.01
%32.64

CMYK color model

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

  • cyan value is 7.59%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 7.06%

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

CMYK percentages

%7.59
%0
%6.75
%7.06

Codes

Color #DBEDDD in popluar color models

DB ED DD
RGB 219 237 221
HSL 127° 33.33% 89.41%
HSB/HSV 127° 7.59% 92.94%
CMYK 7.59% 0.00% 6.75%
7.06%

Color #DBEDDD in popluar number systems.

HEX DB ED DD
Decimal 219 237 221
Binary 11011011 11101101 11011101
Octal 333 355 335

Shades and tints

Shades of #DBEDDD

#DBEDDD
(219,237,221)
#C8D8C9
(200,216,201)
#B5C3B5
(181,195,181)
#A2AEA1
(162,174,161)
#8F998D
(143,153,141)
#7C8479
(124,132,121)
#696F65
(105,111,101)
#565A51
(86,90,81)
#43453D
(67,69,61)
#303029
(48,48,41)
#1D1B15
(29,27,21)
#000000
(0,0,0)

Tints of #DBEDDD

#DBEDDD
(219,237,221)
#DEEEE0
(222,238,224)
#E1EFE3
(225,239,227)
#E4F0E6
(228,240,230)
#E7F1E9
(231,241,233)
#EAF2EC
(234,242,236)
#EDF3EF
(237,243,239)
#F0F4F2
(240,244,242)
#F3F5F5
(243,245,245)
#F6F6F8
(246,246,248)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBEDDD color. Also use rgb(219,237,221) instead hex code.

Text Font Color

.myTextColor { color: #DBEDDD; }

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

This text font color is #DBEDDD.

Background Color

.myBgColor { background-color: #DBEDDD; }

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

This div background color is #DBEDDD.

Border color

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

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

This div border color is #DBEDDD.

Opacity

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

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

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

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

This text has shadow with #DBEDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEDDD.

Preview

Color preview on black background

This text has color #DBEDDD on black background.


Color preview on white background

This text has color #DBEDDD on white background.


Black color preview on #DBEDDD background

This text has black color on #DBEDDD background.


White color preview on #DBEDDD background

This text has white color on #DBEDDD background.


Related colors

Complementary color

Complementary color for #hex is #241222.


I love getcolorcode.com

Triadic colors

1 #DDDBED and #EDDDDB with #DBEDDD are triadic colors.

2 #DDEDDB and #EDDBDD with #DBEDDD are triadic colors.