COLOR #DEF2EF

HEX: #DEF2EF RGB: (222,242,239)

Color info

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

RGB color model

#DEF2EF color RGB value is (222,242,239).

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

RGB channels and saturation

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

222
242
239

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

Portions of RGB colors in percentages

R + G + B = 222 + 242 + 239 = 703 (100%)
R 222 of 703 ~ 31.58%
G 242 of 703 ~ 34.42%
B 239 of 703 ~ 34'%

%31.58
%34.42
%34

CMYK color model

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

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.10%

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

CMYK percentages

%8.26
%0
%1.24
%5.1

Codes

Color #DEF2EF in popluar color models

DE F2 EF
RGB 222 242 239
HSL 171° 43.48% 90.98%
HSB/HSV 171° 8.26% 94.90%
CMYK 8.26% 0.00% 1.24%
5.10%

Color #DEF2EF in popluar number systems.

HEX DE F2 EF
Decimal 222 242 239
Binary 11011110 11110010 11101111
Octal 336 362 357

Shades and tints

Shades of #DEF2EF

#DEF2EF
(222,242,239)
#CADCDA
(202,220,218)
#B6C6C5
(182,198,197)
#A2B0B0
(162,176,176)
#8E9A9B
(142,154,155)
#7A8486
(122,132,134)
#666E71
(102,110,113)
#52585C
(82,88,92)
#3E4247
(62,66,71)
#2A2C32
(42,44,50)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #DEF2EF

#DEF2EF
(222,242,239)
#E1F3F0
(225,243,240)
#E4F4F1
(228,244,241)
#E7F5F2
(231,245,242)
#EAF6F3
(234,246,243)
#EDF7F4
(237,247,244)
#F0F8F5
(240,248,245)
#F3F9F6
(243,249,246)
#F6FAF7
(246,250,247)
#F9FBF8
(249,251,248)
#FCFCF9
(252,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF2EF; }

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

This text font color is #DEF2EF.

Background Color

.myBgColor { background-color: #DEF2EF; }

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

This div background color is #DEF2EF.

Border color

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

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

This div border color is #DEF2EF.

Opacity

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

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

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

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

This text has shadow with #DEF2EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF2EF.

Preview

Color preview on black background

This text has color #DEF2EF on black background.


Color preview on white background

This text has color #DEF2EF on white background.


Black color preview on #DEF2EF background

This text has black color on #DEF2EF background.


White color preview on #DEF2EF background

This text has white color on #DEF2EF background.


Related colors

Complementary color

Complementary color for #hex is #210D10.


I love getcolorcode.com

Triadic colors

1 #EFDEF2 and #F2EFDE with #DEF2EF are triadic colors.

2 #EFF2DE and #F2DEEF with #DEF2EF are triadic colors.