COLOR #CDD4F5

HEX: #CDD4F5
RGB: (205,212,245)

Color info

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

RGB color model

#CDD4F5 color RGB value is (205,212,245).

  • red value is 205;
  • green value is 212;
  • blue value is 245.
RGB:
(205,212,245)
(80%,83%,96%)

RGB channels and saturation

R 205 of 255 = 80%
G 212 of 255 = 83%
B 245 of 255 = 96%

205
212
245

R + G + B ~ 86%. #CDD4F5 is light color.

Portions of RGB colors in percentages

R + G + B =
205 + 212 + 245 = 662 (100%)
R 205 of 662 ~ 30.97%
G 212 of 662 ~ 32.02%
B 245 of 662 ~ 37.01%

%30.97
%32.02
%37.01

CMYK color model

#CDD4F5 color CMYK value is (16,13,0,4).

  • cyan value is 16.33%
  • magenta value is 13.47%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(16,13,0,4)
C16M13Y0K4 
(16%,13%,0%,4%)
(0.16/0.13/0.00/0.04)	

CMYK percentages

%16.33
%13.47
%0
%3.92

Codes

Color #CDD4F5 in popluar color models

CDD4F5
RGB205212245
HSL230°66.67%88.24%
HSB/HSV230°16.33%96.08%
CMYK16.33%13.47%0.00%
3.92%

Color #CDD4F5 in popluar number systems.

HEXCDD4F5
Decimal205212245
Binary110011011101010011110101
Octal315324365

Shades and tints

Shades of #CDD4F5

#CDD4F5
(205,212,245)
#BBC1DF
(187,193,223)
#A9AEC9
(169,174,201)
#979BB3
(151,155,179)
#85889D
(133,136,157)
#737587
(115,117,135)
#616271
(97,98,113)
#4F4F5B
(79,79,91)
#3D3C45
(61,60,69)
#2B292F
(43,41,47)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #CDD4F5

#CDD4F5
(205,212,245)
#D1D7F5
(209,215,245)
#D5DAF5
(213,218,245)
#D9DDF5
(217,221,245)
#DDE0F5
(221,224,245)
#E1E3F5
(225,227,245)
#E5E6F5
(229,230,245)
#E9E9F5
(233,233,245)
#EDECF5
(237,236,245)
#F1EFF5
(241,239,245)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDD4F5 color. Also use rgb(205,212,245) instead hex code.

Text Font Color

.myTextColor { color: #CDD4F5; }

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

This text font color is #CDD4F5.


Background Color

.myBgColor { background-color: #CDD4F5; }

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

This div background color is #CDD4F5.


Border color

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

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

This div border color is #CDD4F5.


Opacity

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

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

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

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

This text has shadow with #CDD4F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD4F5 on black background.


Color preview on white background

This text has color #CDD4F5 on white background.



Black color preview on #CDD4F5 background

This text has black color on #CDD4F5 background.


White color preview on #CDD4F5 background

This text has white color on #CDD4F5 background.