COLOR #DDCAF0

HEX: #DDCAF0
RGB: (221,202,240)

Color info

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

RGB color model

#DDCAF0 color RGB value is (221,202,240).

  • red value is 221;
  • green value is 202;
  • blue value is 240.
RGB:
(221,202,240)
(87%,79%,94%)

RGB channels and saturation

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

221
202
240

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

Portions of RGB colors in percentages

R + G + B =
221 + 202 + 240 = 663 (100%)
R 221 of 663 ~ 33.33%
G 202 of 663 ~ 30.47%
B 240 of 663 ~ 36.2%

%33.33
%30.47
%36.2

CMYK color model

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

  • cyan value is 7.92%
  • 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.92
%15.83
%0
%5.88

Codes

Color #DDCAF0 in popluar color models

DDCAF0
RGB221202240
HSL270°55.88%86.67%
HSB/HSV270°15.83%94.12%
CMYK7.92%15.83%0.00%
5.88%

Color #DDCAF0 in popluar number systems.

HEXDDCAF0
Decimal221202240
Binary110111011100101011110000
Octal335312360

Shades and tints

Shades of #DDCAF0

#DDCAF0
(221,202,240)
#C9B8DB
(201,184,219)
#B5A6C6
(181,166,198)
#A194B1
(161,148,177)
#8D829C
(141,130,156)
#797087
(121,112,135)
#655E72
(101,94,114)
#514C5D
(81,76,93)
#3D3A48
(61,58,72)
#292833
(41,40,51)
#15161E
(21,22,30)
#000000
(0,0,0)

Tints of #DDCAF0

#DDCAF0
(221,202,240)
#E0CEF1
(224,206,241)
#E3D2F2
(227,210,242)
#E6D6F3
(230,214,243)
#E9DAF4
(233,218,244)
#ECDEF5
(236,222,245)
#EFE2F6
(239,226,246)
#F2E6F7
(242,230,247)
#F5EAF8
(245,234,248)
#F8EEF9
(248,238,249)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCAF0; }

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

This text font color is #DDCAF0.


Background Color

.myBgColor { background-color: #DDCAF0; }

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

This div background color is #DDCAF0.


Border color

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

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

This div border color is #DDCAF0.


Opacity

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

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

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

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

This text has shadow with #DDCAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCAF0 on black background.


Color preview on white background

This text has color #DDCAF0 on white background.



Black color preview on #DDCAF0 background

This text has black color on #DDCAF0 background.


White color preview on #DDCAF0 background

This text has white color on #DDCAF0 background.