COLOR #DDFEF6

HEX: #DDFEF6 RGB: (221,254,246)

Color info

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

RGB color model

#DDFEF6 color RGB value is (221,254,246).

RGB: (221,254,246) (87%, 100%, 96%)

RGB channels and saturation

R 221 of 255 = 87%
G 254 of 255 = 100%
B 246 of 255 = 96%

221
254
246

R + G + B ~ 94%. #DDFEF6 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 254 + 246 = 721 (100%)
R 221 of 721 ~ 30.65%
G 254 of 721 ~ 35.23%
B 246 of 721 ~ 34.12'%

%30.65
%35.23
%34.12

CMYK color model

#DDFEF6 color CMYK value is (13,0,3,0).

  • cyan value is 12.99%
  • magenta value is 0.00%
  • yellow value is 3.15%
  • key color value is 0.39%
CMYK: (13,0,3,0) C13M0Y3K0 (13%,0%,3%,0%) (0.13/0.00/0.03/0.00) 

CMYK percentages

%12.99
%0
%3.15
%0.39

Codes

Color #DDFEF6 in popluar color models

DD FE F6
RGB 221 254 246
HSL 165° 94.29% 93.14%
HSB/HSV 165° 12.99% 99.61%
CMYK 12.99% 0.00% 3.15%
0.39%

Color #DDFEF6 in popluar number systems.

HEX DD FE F6
Decimal 221 254 246
Binary 11011101 11111110 11110110
Octal 335 376 366

Shades and tints

Shades of #DDFEF6

#DDFEF6
(221,254,246)
#C9E7E0
(201,231,224)
#B5D0CA
(181,208,202)
#A1B9B4
(161,185,180)
#8DA29E
(141,162,158)
#798B88
(121,139,136)
#657472
(101,116,114)
#515D5C
(81,93,92)
#3D4646
(61,70,70)
#292F30
(41,47,48)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #DDFEF6

#DDFEF6
(221,254,246)
#E0FEF6
(224,254,246)
#E3FEF6
(227,254,246)
#E6FEF6
(230,254,246)
#E9FEF6
(233,254,246)
#ECFEF6
(236,254,246)
#EFFEF6
(239,254,246)
#F2FEF6
(242,254,246)
#F5FEF6
(245,254,246)
#F8FEF6
(248,254,246)
#FBFEF6
(251,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDFEF6 color. Also use rgb(221,254,246) instead hex code.

Text Font Color

.myTextColor { color: #DDFEF6; }

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

This text font color is #DDFEF6.

Background Color

.myBgColor { background-color: #DDFEF6; }

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

This div background color is #DDFEF6.

Border color

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

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

This div border color is #DDFEF6.

Opacity

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

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

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

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

This text has shadow with #DDFEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDFEF6.

Preview

Color preview on black background

This text has color #DDFEF6 on black background.


Color preview on white background

This text has color #DDFEF6 on white background.


Black color preview on #DDFEF6 background

This text has black color on #DDFEF6 background.


White color preview on #DDFEF6 background

This text has white color on #DDFEF6 background.


Related colors

Complementary color

Complementary color for #hex is #220109.


I love getcolorcode.com

Triadic colors

1 #F6DDFE and #FEF6DD with #DDFEF6 are triadic colors.

2 #F6FEDD and #FEDDF6 with #DDFEF6 are triadic colors.