COLOR #CDD5F5

HEX: #CDD5F5
RGB: (205,213,245)

Color info

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

RGB color model

#CDD5F5 color RGB value is (205,213,245).

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

RGB channels and saturation

R 205 of 255 = 80%
G 213 of 255 = 84%
B 245 of 255 = 96%

205
213
245

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

Portions of RGB colors in percentages

R + G + B =
205 + 213 + 245 = 663 (100%)
R 205 of 663 ~ 30.92%
G 213 of 663 ~ 32.13%
B 245 of 663 ~ 36.95%

%30.92
%32.13
%36.95

CMYK color model

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

  • cyan value is 16.33%
  • magenta value is 13.06%
  • 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.06
%0
%3.92

Codes

Color #CDD5F5 in popluar color models

CDD5F5
RGB205213245
HSL228°66.67%88.24%
HSB/HSV228°16.33%96.08%
CMYK16.33%13.06%0.00%
3.92%

Color #CDD5F5 in popluar number systems.

HEXCDD5F5
Decimal205213245
Binary110011011101010111110101
Octal315325365

Shades and tints

Shades of #CDD5F5

#CDD5F5
(205,213,245)
#BBC2DF
(187,194,223)
#A9AFC9
(169,175,201)
#979CB3
(151,156,179)
#85899D
(133,137,157)
#737687
(115,118,135)
#616371
(97,99,113)
#4F505B
(79,80,91)
#3D3D45
(61,61,69)
#2B2A2F
(43,42,47)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #CDD5F5

#CDD5F5
(205,213,245)
#D1D8F5
(209,216,245)
#D5DBF5
(213,219,245)
#D9DEF5
(217,222,245)
#DDE1F5
(221,225,245)
#E1E4F5
(225,228,245)
#E5E7F5
(229,231,245)
#E9EAF5
(233,234,245)
#EDEDF5
(237,237,245)
#F1F0F5
(241,240,245)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDD5F5; }

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

This text font color is #CDD5F5.


Background Color

.myBgColor { background-color: #CDD5F5; }

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

This div background color is #CDD5F5.


Border color

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

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

This div border color is #CDD5F5.


Opacity

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

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

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

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

This text has shadow with #CDD5F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD5F5 on black background.


Color preview on white background

This text has color #CDD5F5 on white background.



Black color preview on #CDD5F5 background

This text has black color on #CDD5F5 background.


White color preview on #CDD5F5 background

This text has white color on #CDD5F5 background.