COLOR #DEF1EF

HEX: #DEF1EF RGB: (222,241,239)

Color info

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

RGB color model

#DEF1EF color RGB value is (222,241,239).

RGB: (222,241,239) (87%, 95%, 94%)

RGB channels and saturation

R 222 of 255 = 87%
G 241 of 255 = 95%
B 239 of 255 = 94%

222
241
239

R + G + B ~ 92%. #DEF1EF is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 241 + 239 = 702 (100%)
R 222 of 702 ~ 31.62%
G 241 of 702 ~ 34.33%
B 239 of 702 ~ 34.05'%

%31.62
%34.33
%34.05

CMYK color model

#DEF1EF color CMYK value is (8,0,1,5).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.49%

CMYK: (8,0,1,5)
C8M0Y1K5 (8%, 0%, 1%, 5%)
(0.08 / 0.00 / 0.01 / 0.05)

CMYK percentages

%7.88
%0
%0.83
%5.49

Codes

Color #DEF1EF in popluar color models

DE F1 EF
RGB 222 241 239
HSL 174° 40.43% 90.78%
HSB/HSV 174° 7.88% 94.51%
CMYK 7.88% 0.00% 0.83%
5.49%

Color #DEF1EF in popluar number systems.

HEX DE F1 EF
Decimal 222 241 239
Binary 11011110 11110001 11101111
Octal 336 361 357

Shades and tints

Shades of #DEF1EF

#DEF1EF
(222,241,239)
#CADCDA
(202,220,218)
#B6C7C5
(182,199,197)
#A2B2B0
(162,178,176)
#8E9D9B
(142,157,155)
#7A8886
(122,136,134)
#667371
(102,115,113)
#525E5C
(82,94,92)
#3E4947
(62,73,71)
#2A3432
(42,52,50)
#161F1D
(22,31,29)
#000000
(0,0,0)

Tints of #DEF1EF

#DEF1EF
(222,241,239)
#E1F2F0
(225,242,240)
#E4F3F1
(228,243,241)
#E7F4F2
(231,244,242)
#EAF5F3
(234,245,243)
#EDF6F4
(237,246,244)
#F0F7F5
(240,247,245)
#F3F8F6
(243,248,246)
#F6F9F7
(246,249,247)
#F9FAF8
(249,250,248)
#FCFBF9
(252,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF1EF color. Also use rgb(222,241,239) instead hex code.

Text Font Color

.myTextColor { color: #DEF1EF; }

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

This text font color is #DEF1EF.

Background Color

.myBgColor { background-color: #DEF1EF; }

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

This div background color is #DEF1EF.

Border color

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

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

This div border color is #DEF1EF.

Opacity

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

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

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

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

This text has shadow with #DEF1EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF1EF.

Preview

Color preview on black background

This text has color #DEF1EF on black background.


Color preview on white background

This text has color #DEF1EF on white background.


Black color preview on #DEF1EF background

This text has black color on #DEF1EF background.


White color preview on #DEF1EF background

This text has white color on #DEF1EF background.


Related colors

Complementary color

Complementary color for #hex is #210E10.


I love getcolorcode.com

Triadic colors

1 #EFDEF1 and #F1EFDE with #DEF1EF are triadic colors.

2 #EFF1DE and #F1DEEF with #DEF1EF are triadic colors.