COLOR #DEFDEE

HEX: #DEFDEE
RGB: (222,253,238)

Color info

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

RGB color model

#DEFDEE color RGB value is (222,253,238).

  • red value is 222;
  • green value is 253;
  • blue value is 238.
RGB:
(222,253,238)
(87%,99%,93%)

RGB channels and saturation

R 222 of 255 = 87%
G 253 of 255 = 99%
B 238 of 255 = 93%

222
253
238

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

Portions of RGB colors in percentages

R + G + B =
222 + 253 + 238 = 713 (100%)
R 222 of 713 ~ 31.14%
G 253 of 713 ~ 35.48%
B 238 of 713 ~ 33.38%

%31.14
%35.48
%33.38

CMYK color model

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

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

CMYK percentages

%12.25
%0
%5.93
%0.78

Codes

Color #DEFDEE in popluar color models

DEFDEE
RGB222253238
HSL151°88.57%93.14%
HSB/HSV151°12.25%99.22%
CMYK12.25%0.00%5.93%
0.78%

Color #DEFDEE in popluar number systems.

HEXDEFDEE
Decimal222253238
Binary110111101111110111101110
Octal336375356

Shades and tints

Shades of #DEFDEE

#DEFDEE
(222,253,238)
#CAE6D9
(202,230,217)
#B6CFC4
(182,207,196)
#A2B8AF
(162,184,175)
#8EA19A
(142,161,154)
#7A8A85
(122,138,133)
#667370
(102,115,112)
#525C5B
(82,92,91)
#3E4546
(62,69,70)
#2A2E31
(42,46,49)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #DEFDEE

#DEFDEE
(222,253,238)
#E1FDEF
(225,253,239)
#E4FDF0
(228,253,240)
#E7FDF1
(231,253,241)
#EAFDF2
(234,253,242)
#EDFDF3
(237,253,243)
#F0FDF4
(240,253,244)
#F3FDF5
(243,253,245)
#F6FDF6
(246,253,246)
#F9FDF7
(249,253,247)
#FCFDF8
(252,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEFDEE color. Also use rgb(222,253,238) instead hex code.

Text Font Color

.myTextColor { color: #DEFDEE; }

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

This text font color is #DEFDEE.


Background Color

.myBgColor { background-color: #DEFDEE; }

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

This div background color is #DEFDEE.


Border color

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

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

This div border color is #DEFDEE.


Opacity

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

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

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

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

This text has shadow with #DEFDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEFDEE on black background.


Color preview on white background

This text has color #DEFDEE on white background.



Black color preview on #DEFDEE background

This text has black color on #DEFDEE background.


White color preview on #DEFDEE background

This text has white color on #DEFDEE background.