COLOR #DEF9DB

HEX: #DEF9DB RGB: (222,249,219)

Color info

#DEF9DB contains red, green and blue colors in about the same proportion. Web safe color of #DEF9DB is #CCFFCC (or #CFC).

RGB color model

#DEF9DB color RGB value is (222,249,219).

RGB: (222,249,219) (87%, 98%, 86%)

RGB channels and saturation

R 222 of 255 = 87%
G 249 of 255 = 98%
B 219 of 255 = 86%

222
249
219

R + G + B ~ 90%. #DEF9DB is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 249 + 219 = 690 (100%)
R 222 of 690 ~ 32.17%
G 249 of 690 ~ 36.09%
B 219 of 690 ~ 31.74'%

%32.17
%36.09
%31.74

CMYK color model

#DEF9DB color CMYK value is (11,0,12,2).

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 2.35%

CMYK: (11,0,12,2)
C11M0Y12K2 (11%, 0%, 12%, 2%)
(0.11 / 0.00 / 0.12 / 0.02)

CMYK percentages

%10.84
%0
%12.05
%2.35

Codes

Color #DEF9DB in popluar color models

DE F9 DB
RGB 222 249 219
HSL 114° 71.43% 91.76%
HSB/HSV 114° 12.05% 97.65%
CMYK 10.84% 0.00% 12.05%
2.35%

Color #DEF9DB in popluar number systems.

HEX DE F9 DB
Decimal 222 249 219
Binary 11011110 11111001 11011011
Octal 336 371 333

Shades and tints

Shades of #DEF9DB

#DEF9DB
(222,249,219)
#CAE3C8
(202,227,200)
#B6CDB5
(182,205,181)
#A2B7A2
(162,183,162)
#8EA18F
(142,161,143)
#7A8B7C
(122,139,124)
#667569
(102,117,105)
#525F56
(82,95,86)
#3E4943
(62,73,67)
#2A3330
(42,51,48)
#161D1D
(22,29,29)
#000000
(0,0,0)

Tints of #DEF9DB

#DEF9DB
(222,249,219)
#E1F9DE
(225,249,222)
#E4F9E1
(228,249,225)
#E7F9E4
(231,249,228)
#EAF9E7
(234,249,231)
#EDF9EA
(237,249,234)
#F0F9ED
(240,249,237)
#F3F9F0
(243,249,240)
#F6F9F3
(246,249,243)
#F9F9F6
(249,249,246)
#FCF9F9
(252,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF9DB color. Also use rgb(222,249,219) instead hex code.

Text Font Color

.myTextColor { color: #DEF9DB; }

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

This text font color is #DEF9DB.

Background Color

.myBgColor { background-color: #DEF9DB; }

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

This div background color is #DEF9DB.

Border color

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

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

This div border color is #DEF9DB.

Opacity

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

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

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

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

This text has shadow with #DEF9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF9DB.

Preview

Color preview on black background

This text has color #DEF9DB on black background.


Color preview on white background

This text has color #DEF9DB on white background.


Black color preview on #DEF9DB background

This text has black color on #DEF9DB background.


White color preview on #DEF9DB background

This text has white color on #DEF9DB background.


Related colors

Complementary color

Complementary color for #hex is #210624.


I love getcolorcode.com

Triadic colors

1 #DBDEF9 and #F9DBDE with #DEF9DB are triadic colors.

2 #DBF9DE and #F9DEDB with #DEF9DB are triadic colors.