COLOR #DECAF0

HEX: #DECAF0 RGB: (222,202,240)

Color info

#DECAF0 contains red, green and blue colors in about the same proportion. Web safe color of #DECAF0 is #CCCCFF (or #CCF).

RGB color model

#DECAF0 color RGB value is (222,202,240).

RGB: (222,202,240) (87%, 79%, 94%)

RGB channels and saturation

R 222 of 255 = 87%
G 202 of 255 = 79%
B 240 of 255 = 94%

222
202
240

R + G + B ~ 87%. #DECAF0 is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 202 + 240 = 664 (100%)
R 222 of 664 ~ 33.43%
G 202 of 664 ~ 30.42%
B 240 of 664 ~ 36.14'%

%33.43
%30.42
%36.14

CMYK color model

#DECAF0 color CMYK value is (8,16,0,6).

  • cyan value is 7.50%
  • magenta value is 15.83%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (8,16,0,6)
C8M16Y0K6 (8%, 16%, 0%, 6%)
(0.08 / 0.16 / 0.00 / 0.06)

CMYK percentages

%7.5
%15.83
%0
%5.88

Codes

Color #DECAF0 in popluar color models

DE CA F0
RGB 222 202 240
HSL 272° 55.88% 86.67%
HSB/HSV 272° 15.83% 94.12%
CMYK 7.50% 15.83% 0.00%
5.88%

Color #DECAF0 in popluar number systems.

HEX DE CA F0
Decimal 222 202 240
Binary 11011110 11001010 11110000
Octal 336 312 360

Shades and tints

Shades of #DECAF0

#DECAF0
(222,202,240)
#CAB8DB
(202,184,219)
#B6A6C6
(182,166,198)
#A294B1
(162,148,177)
#8E829C
(142,130,156)
#7A7087
(122,112,135)
#665E72
(102,94,114)
#524C5D
(82,76,93)
#3E3A48
(62,58,72)
#2A2833
(42,40,51)
#16161E
(22,22,30)
#000000
(0,0,0)

Tints of #DECAF0

#DECAF0
(222,202,240)
#E1CEF1
(225,206,241)
#E4D2F2
(228,210,242)
#E7D6F3
(231,214,243)
#EADAF4
(234,218,244)
#EDDEF5
(237,222,245)
#F0E2F6
(240,226,246)
#F3E6F7
(243,230,247)
#F6EAF8
(246,234,248)
#F9EEF9
(249,238,249)
#FCF2FA
(252,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DECAF0 color. Also use rgb(222,202,240) instead hex code.

Text Font Color

.myTextColor { color: #DECAF0; }

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

This text font color is #DECAF0.

Background Color

.myBgColor { background-color: #DECAF0; }

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

This div background color is #DECAF0.

Border color

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

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

This div border color is #DECAF0.

Opacity

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

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

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

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

This text has shadow with #DECAF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DECAF0.

Preview

Color preview on black background

This text has color #DECAF0 on black background.


Color preview on white background

This text has color #DECAF0 on white background.


Black color preview on #DECAF0 background

This text has black color on #DECAF0 background.


White color preview on #DECAF0 background

This text has white color on #DECAF0 background.


Related colors

Complementary color

Complementary color for #hex is #21350F.


I love getcolorcode.com

Triadic colors

1 #F0DECA and #CAF0DE with #DECAF0 are triadic colors.

2 #F0CADE and #CADEF0 with #DECAF0 are triadic colors.