COLOR #DDFAF3

HEX: #DDFAF3
RGB: (221,250,243)

Color info

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

RGB color model

#DDFAF3 color RGB value is (221,250,243).

  • red value is 221;
  • green value is 250;
  • blue value is 243.
RGB:
(221,250,243)
(87%,98%,95%)

RGB channels and saturation

R 221 of 255 = 87%
G 250 of 255 = 98%
B 243 of 255 = 95%

221
250
243

R + G + B ~ 93%. #DDFAF3 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 250 + 243 = 714 (100%)
R 221 of 714 ~ 30.95%
G 250 of 714 ~ 35.01%
B 243 of 714 ~ 34.03%

%30.95
%35.01
%34.03

CMYK color model

#DDFAF3 color CMYK value is (12,0,3,2).

  • cyan value is 11.60%
  • magenta value is 0.00%
  • yellow value is 2.80%
  • key color value is 1.96%
CMYK:
(12,0,3,2)
C12M0Y3K2 
(12%,0%,3%,2%)
(0.12/0.00/0.03/0.02)	

CMYK percentages

%11.6
%0
%2.8
%1.96

Codes

Color #DDFAF3 in popluar color models

DDFAF3
RGB221250243
HSL166°74.36%92.35%
HSB/HSV166°11.60%98.04%
CMYK11.60%0.00%2.80%
1.96%

Color #DDFAF3 in popluar number systems.

HEXDDFAF3
Decimal221250243
Binary110111011111101011110011
Octal335372363

Shades and tints

Shades of #DDFAF3

#DDFAF3
(221,250,243)
#C9E4DD
(201,228,221)
#B5CEC7
(181,206,199)
#A1B8B1
(161,184,177)
#8DA29B
(141,162,155)
#798C85
(121,140,133)
#65766F
(101,118,111)
#516059
(81,96,89)
#3D4A43
(61,74,67)
#29342D
(41,52,45)
#151E17
(21,30,23)
#000000
(0,0,0)

Tints of #DDFAF3

#DDFAF3
(221,250,243)
#E0FAF4
(224,250,244)
#E3FAF5
(227,250,245)
#E6FAF6
(230,250,246)
#E9FAF7
(233,250,247)
#ECFAF8
(236,250,248)
#EFFAF9
(239,250,249)
#F2FAFA
(242,250,250)
#F5FAFB
(245,250,251)
#F8FAFC
(248,250,252)
#FBFAFD
(251,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFAF3; }

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

This text font color is #DDFAF3.


Background Color

.myBgColor { background-color: #DDFAF3; }

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

This div background color is #DDFAF3.


Border color

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

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

This div border color is #DDFAF3.


Opacity

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

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

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

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

This text has shadow with #DDFAF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFAF3 on black background.


Color preview on white background

This text has color #DDFAF3 on white background.



Black color preview on #DDFAF3 background

This text has black color on #DDFAF3 background.


White color preview on #DDFAF3 background

This text has white color on #DDFAF3 background.