COLOR #DDEFEB

HEX: #DDEFEB RGB: (221,239,235)

Color info

#DDEFEB contains red, green and blue colors in about the same proportion. Web safe color of #DDEFEB is #CCFFFF (or #CFF).

RGB color model

#DDEFEB color RGB value is (221,239,235).

RGB: (221,239,235) (87%, 94%, 92%)

RGB channels and saturation

R 221 of 255 = 87%
G 239 of 255 = 94%
B 235 of 255 = 92%

221
239
235

R + G + B ~ 91%. #DDEFEB is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 239 + 235 = 695 (100%)
R 221 of 695 ~ 31.8%
G 239 of 695 ~ 34.39%
B 235 of 695 ~ 33.81'%

%31.8
%34.39
%33.81

CMYK color model

#DDEFEB color CMYK value is (8,0,2,6).

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 6.27%

CMYK: (8,0,2,6)
C8M0Y2K6 (8%, 0%, 2%, 6%)
(0.08 / 0.00 / 0.02 / 0.06)

CMYK percentages

%7.53
%0
%1.67
%6.27

Codes

Color #DDEFEB in popluar color models

DD EF EB
RGB 221 239 235
HSL 167° 36.00% 90.20%
HSB/HSV 167° 7.53% 93.73%
CMYK 7.53% 0.00% 1.67%
6.27%

Color #DDEFEB in popluar number systems.

HEX DD EF EB
Decimal 221 239 235
Binary 11011101 11101111 11101011
Octal 335 357 353

Shades and tints

Shades of #DDEFEB

#DDEFEB
(221,239,235)
#C9DAD6
(201,218,214)
#B5C5C1
(181,197,193)
#A1B0AC
(161,176,172)
#8D9B97
(141,155,151)
#798682
(121,134,130)
#65716D
(101,113,109)
#515C58
(81,92,88)
#3D4743
(61,71,67)
#29322E
(41,50,46)
#151D19
(21,29,25)
#000000
(0,0,0)

Tints of #DDEFEB

#DDEFEB
(221,239,235)
#E0F0EC
(224,240,236)
#E3F1ED
(227,241,237)
#E6F2EE
(230,242,238)
#E9F3EF
(233,243,239)
#ECF4F0
(236,244,240)
#EFF5F1
(239,245,241)
#F2F6F2
(242,246,242)
#F5F7F3
(245,247,243)
#F8F8F4
(248,248,244)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEFEB color. Also use rgb(221,239,235) instead hex code.

Text Font Color

.myTextColor { color: #DDEFEB; }

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

This text font color is #DDEFEB.

Background Color

.myBgColor { background-color: #DDEFEB; }

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

This div background color is #DDEFEB.

Border color

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

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

This div border color is #DDEFEB.

Opacity

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

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

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

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

This text has shadow with #DDEFEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEFEB.

Preview

Color preview on black background

This text has color #DDEFEB on black background.


Color preview on white background

This text has color #DDEFEB on white background.


Black color preview on #DDEFEB background

This text has black color on #DDEFEB background.


White color preview on #DDEFEB background

This text has white color on #DDEFEB background.


Related colors

Complementary color

Complementary color for #hex is #221014.


I love getcolorcode.com

Triadic colors

1 #EBDDEF and #EFEBDD with #DDEFEB are triadic colors.

2 #EBEFDD and #EFDDEB with #DDEFEB are triadic colors.