COLOR #DEF1EE

HEX: #DEF1EE RGB: (222,241,238)

Color info

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

RGB color model

#DEF1EE color RGB value is (222,241,238).

RGB: (222,241,238) (87%, 95%, 93%)

RGB channels and saturation

R 222 of 255 = 87%
G 241 of 255 = 95%
B 238 of 255 = 93%

222
241
238

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

Portions of RGB colors in percentages

R + G + B = 222 + 241 + 238 = 701 (100%)
R 222 of 701 ~ 31.67%
G 241 of 701 ~ 34.38%
B 238 of 701 ~ 33.95'%

%31.67
%34.38
%33.95

CMYK color model

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

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • 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
%1.24
%5.49

Codes

Color #DEF1EE in popluar color models

DE F1 EE
RGB 222 241 238
HSL 171° 40.43% 90.78%
HSB/HSV 171° 7.88% 94.51%
CMYK 7.88% 0.00% 1.24%
5.49%

Color #DEF1EE in popluar number systems.

HEX DE F1 EE
Decimal 222 241 238
Binary 11011110 11110001 11101110
Octal 336 361 356

Shades and tints

Shades of #DEF1EE

#DEF1EE
(222,241,238)
#CADCD9
(202,220,217)
#B6C7C4
(182,199,196)
#A2B2AF
(162,178,175)
#8E9D9A
(142,157,154)
#7A8885
(122,136,133)
#667370
(102,115,112)
#525E5B
(82,94,91)
#3E4946
(62,73,70)
#2A3431
(42,52,49)
#161F1C
(22,31,28)
#000000
(0,0,0)

Tints of #DEF1EE

#DEF1EE
(222,241,238)
#E1F2EF
(225,242,239)
#E4F3F0
(228,243,240)
#E7F4F1
(231,244,241)
#EAF5F2
(234,245,242)
#EDF6F3
(237,246,243)
#F0F7F4
(240,247,244)
#F3F8F5
(243,248,245)
#F6F9F6
(246,249,246)
#F9FAF7
(249,250,247)
#FCFBF8
(252,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF1EE; }

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

This text font color is #DEF1EE.

Background Color

.myBgColor { background-color: #DEF1EE; }

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

This div background color is #DEF1EE.

Border color

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

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

This div border color is #DEF1EE.

Opacity

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

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

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

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

This text has shadow with #DEF1EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF1EE.

Preview

Color preview on black background

This text has color #DEF1EE on black background.


Color preview on white background

This text has color #DEF1EE on white background.


Black color preview on #DEF1EE background

This text has black color on #DEF1EE background.


White color preview on #DEF1EE background

This text has white color on #DEF1EE background.


Related colors

Complementary color

Complementary color for #hex is #210E11.


I love getcolorcode.com

Triadic colors

1 #EEDEF1 and #F1EEDE with #DEF1EE are triadic colors.

2 #EEF1DE and #F1DEEE with #DEF1EE are triadic colors.