COLOR #DCEEEB

HEX: #DCEEEB RGB: (220,238,235)

Color info

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

RGB color model

#DCEEEB color RGB value is (220,238,235).

RGB: (220,238,235) (86%, 93%, 92%)

RGB channels and saturation

R 220 of 255 = 86%
G 238 of 255 = 93%
B 235 of 255 = 92%

220
238
235

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

Portions of RGB colors in percentages

R + G + B = 220 + 238 + 235 = 693 (100%)
R 220 of 693 ~ 31.75%
G 238 of 693 ~ 34.34%
B 235 of 693 ~ 33.91'%

%31.75
%34.34
%33.91

CMYK color model

#DCEEEB color CMYK value is (8,0,1,7).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 1.26%
  • key color value is 6.67%

CMYK: (8,0,1,7)
C8M0Y1K7 (8%, 0%, 1%, 7%)
(0.08 / 0.00 / 0.01 / 0.07)

CMYK percentages

%7.56
%0
%1.26
%6.67

Codes

Color #DCEEEB in popluar color models

DC EE EB
RGB 220 238 235
HSL 170° 34.62% 89.80%
HSB/HSV 170° 7.56% 93.33%
CMYK 7.56% 0.00% 1.26%
6.67%

Color #DCEEEB in popluar number systems.

HEX DC EE EB
Decimal 220 238 235
Binary 11011100 11101110 11101011
Octal 334 356 353

Shades and tints

Shades of #DCEEEB

#DCEEEB
(220,238,235)
#C8D9D6
(200,217,214)
#B4C4C1
(180,196,193)
#A0AFAC
(160,175,172)
#8C9A97
(140,154,151)
#788582
(120,133,130)
#64706D
(100,112,109)
#505B58
(80,91,88)
#3C4643
(60,70,67)
#28312E
(40,49,46)
#141C19
(20,28,25)
#000000
(0,0,0)

Tints of #DCEEEB

#DCEEEB
(220,238,235)
#DFEFEC
(223,239,236)
#E2F0ED
(226,240,237)
#E5F1EE
(229,241,238)
#E8F2EF
(232,242,239)
#EBF3F0
(235,243,240)
#EEF4F1
(238,244,241)
#F1F5F2
(241,245,242)
#F4F6F3
(244,246,243)
#F7F7F4
(247,247,244)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCEEEB color. Also use rgb(220,238,235) instead hex code.

Text Font Color

.myTextColor { color: #DCEEEB; }

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

This text font color is #DCEEEB.

Background Color

.myBgColor { background-color: #DCEEEB; }

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

This div background color is #DCEEEB.

Border color

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

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

This div border color is #DCEEEB.

Opacity

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

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

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

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

This text has shadow with #DCEEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCEEEB.

Preview

Color preview on black background

This text has color #DCEEEB on black background.


Color preview on white background

This text has color #DCEEEB on white background.


Black color preview on #DCEEEB background

This text has black color on #DCEEEB background.


White color preview on #DCEEEB background

This text has white color on #DCEEEB background.


Related colors

Complementary color

Complementary color for #hex is #231114.


I love getcolorcode.com

Triadic colors

1 #EBDCEE and #EEEBDC with #DCEEEB are triadic colors.

2 #EBEEDC and #EEDCEB with #DCEEEB are triadic colors.