COLOR #DFFCED

HEX: #DFFCED
RGB: (223,252,237)

Color info

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

RGB color model

#DFFCED color RGB value is (223,252,237).

  • red value is 223;
  • green value is 252;
  • blue value is 237.
RGB:
(223,252,237)
(87%,99%,93%)

RGB channels and saturation

R 223 of 255 = 87%
G 252 of 255 = 99%
B 237 of 255 = 93%

223
252
237

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

Portions of RGB colors in percentages

R + G + B =
223 + 252 + 237 = 712 (100%)
R 223 of 712 ~ 31.32%
G 252 of 712 ~ 35.39%
B 237 of 712 ~ 33.29%

%31.32
%35.39
%33.29

CMYK color model

#DFFCED color CMYK value is (12,0,6,1).

  • cyan value is 11.51%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 1.18%
CMYK:
(12,0,6,1)
C12M0Y6K1 
(12%,0%,6%,1%)
(0.12/0.00/0.06/0.01)	

CMYK percentages

%11.51
%0
%5.95
%1.18

Codes

Color #DFFCED in popluar color models

DFFCED
RGB223252237
HSL149°82.86%93.14%
HSB/HSV149°11.51%98.82%
CMYK11.51%0.00%5.95%
1.18%

Color #DFFCED in popluar number systems.

HEXDFFCED
Decimal223252237
Binary110111111111110011101101
Octal337374355

Shades and tints

Shades of #DFFCED

#DFFCED
(223,252,237)
#CBE6D8
(203,230,216)
#B7D0C3
(183,208,195)
#A3BAAE
(163,186,174)
#8FA499
(143,164,153)
#7B8E84
(123,142,132)
#67786F
(103,120,111)
#53625A
(83,98,90)
#3F4C45
(63,76,69)
#2B3630
(43,54,48)
#17201B
(23,32,27)
#000000
(0,0,0)

Tints of #DFFCED

#DFFCED
(223,252,237)
#E1FCEE
(225,252,238)
#E3FCEF
(227,252,239)
#E5FCF0
(229,252,240)
#E7FCF1
(231,252,241)
#E9FCF2
(233,252,242)
#EBFCF3
(235,252,243)
#EDFCF4
(237,252,244)
#EFFCF5
(239,252,245)
#F1FCF6
(241,252,246)
#F3FCF7
(243,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFFCED color. Also use rgb(223,252,237) instead hex code.

Text Font Color

.myTextColor { color: #DFFCED; }

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

This text font color is #DFFCED.


Background Color

.myBgColor { background-color: #DFFCED; }

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

This div background color is #DFFCED.


Border color

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

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

This div border color is #DFFCED.


Opacity

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

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

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

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

This text has shadow with #DFFCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFCED on black background.


Color preview on white background

This text has color #DFFCED on white background.



Black color preview on #DFFCED background

This text has black color on #DFFCED background.


White color preview on #DFFCED background

This text has white color on #DFFCED background.