COLOR #DDFEFF

HEX: #DDFEFF
RGB: (221,254,255)

Color info

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

RGB color model

#DDFEFF color RGB value is (221,254,255).

  • red value is 221;
  • green value is 254;
  • blue value is 255.
RGB:
(221,254,255)
(87%,100%,100%)

RGB channels and saturation

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

221
254
255

R + G + B ~ 96%. #DDFEFF is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 254 + 255 = 730 (100%)
R 221 of 730 ~ 30.27%
G 254 of 730 ~ 34.79%
B 255 of 730 ~ 34.93%

%30.27
%34.79
%34.93

CMYK color model

#DDFEFF color CMYK value is (13,0,0,0).

  • cyan value is 13.33%
  • magenta value is 0.39%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(13,0,0,0)
C13M0Y0K0 
(13%,0%,0%,0%)
(0.13/0.00/0.00/0.00)	

CMYK percentages

%13.33
%0.39
%0
%0

Codes

Color #DDFEFF in popluar color models

DDFEFF
RGB221254255
HSL182°100.00%93.33%
HSB/HSV182°13.33%100.00%
CMYK13.33%0.39%0.00%
0.00%

Color #DDFEFF in popluar number systems.

HEXDDFEFF
Decimal221254255
Binary110111011111111011111111
Octal335376377

Shades and tints

Shades of #DDFEFF

#DDFEFF
(221,254,255)
#C9E7E8
(201,231,232)
#B5D0D1
(181,208,209)
#A1B9BA
(161,185,186)
#8DA2A3
(141,162,163)
#798B8C
(121,139,140)
#657475
(101,116,117)
#515D5E
(81,93,94)
#3D4647
(61,70,71)
#292F30
(41,47,48)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #DDFEFF

#DDFEFF
(221,254,255)
#E0FEFF
(224,254,255)
#E3FEFF
(227,254,255)
#E6FEFF
(230,254,255)
#E9FEFF
(233,254,255)
#ECFEFF
(236,254,255)
#EFFEFF
(239,254,255)
#F2FEFF
(242,254,255)
#F5FEFF
(245,254,255)
#F8FEFF
(248,254,255)
#FBFEFF
(251,254,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFEFF; }

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

This text font color is #DDFEFF.


Background Color

.myBgColor { background-color: #DDFEFF; }

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

This div background color is #DDFEFF.


Border color

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

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

This div border color is #DDFEFF.


Opacity

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

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

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

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

This text has shadow with #DDFEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFEFF on black background.


Color preview on white background

This text has color #DDFEFF on white background.



Black color preview on #DDFEFF background

This text has black color on #DDFEFF background.


White color preview on #DDFEFF background

This text has white color on #DDFEFF background.