COLOR #DDEEF3

HEX: #DDEEF3 RGB: (221,238,243)

Color info

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

RGB color model

#DDEEF3 color RGB value is (221,238,243).

RGB: (221,238,243) (87%, 93%, 95%)

RGB channels and saturation

R 221 of 255 = 87%
G 238 of 255 = 93%
B 243 of 255 = 95%

221
238
243

R + G + B ~ 92%. #DDEEF3 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 238 + 243 = 702 (100%)
R 221 of 702 ~ 31.48%
G 238 of 702 ~ 33.9%
B 243 of 702 ~ 34.62'%

%31.48
%33.9
%34.62

CMYK color model

#DDEEF3 color CMYK value is (9,2,0,5).

  • cyan value is 9.05%
  • magenta value is 2.06%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (9,2,0,5)
C9M2Y0K5 (9%, 2%, 0%, 5%)
(0.09 / 0.02 / 0.00 / 0.05)

CMYK percentages

%9.05
%2.06
%0
%4.71

Codes

Color #DDEEF3 in popluar color models

DD EE F3
RGB 221 238 243
HSL 194° 47.83% 90.98%
HSB/HSV 194° 9.05% 95.29%
CMYK 9.05% 2.06% 0.00%
4.71%

Color #DDEEF3 in popluar number systems.

HEX DD EE F3
Decimal 221 238 243
Binary 11011101 11101110 11110011
Octal 335 356 363

Shades and tints

Shades of #DDEEF3

#DDEEF3
(221,238,243)
#C9D9DD
(201,217,221)
#B5C4C7
(181,196,199)
#A1AFB1
(161,175,177)
#8D9A9B
(141,154,155)
#798585
(121,133,133)
#65706F
(101,112,111)
#515B59
(81,91,89)
#3D4643
(61,70,67)
#29312D
(41,49,45)
#151C17
(21,28,23)
#000000
(0,0,0)

Tints of #DDEEF3

#DDEEF3
(221,238,243)
#E0EFF4
(224,239,244)
#E3F0F5
(227,240,245)
#E6F1F6
(230,241,246)
#E9F2F7
(233,242,247)
#ECF3F8
(236,243,248)
#EFF4F9
(239,244,249)
#F2F5FA
(242,245,250)
#F5F6FB
(245,246,251)
#F8F7FC
(248,247,252)
#FBF8FD
(251,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEEF3 color. Also use rgb(221,238,243) instead hex code.

Text Font Color

.myTextColor { color: #DDEEF3; }

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

This text font color is #DDEEF3.

Background Color

.myBgColor { background-color: #DDEEF3; }

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

This div background color is #DDEEF3.

Border color

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

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

This div border color is #DDEEF3.

Opacity

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

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

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

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

This text has shadow with #DDEEF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEEF3.

Preview

Color preview on black background

This text has color #DDEEF3 on black background.


Color preview on white background

This text has color #DDEEF3 on white background.


Black color preview on #DDEEF3 background

This text has black color on #DDEEF3 background.


White color preview on #DDEEF3 background

This text has white color on #DDEEF3 background.


Related colors

Complementary color

Complementary color for #hex is #22110C.


I love getcolorcode.com

Triadic colors

1 #F3DDEE and #EEF3DD with #DDEEF3 are triadic colors.

2 #F3EEDD and #EEDDF3 with #DDEEF3 are triadic colors.