COLOR #CADDFA

HEX: #CADDFA RGB: (202,221,250)

Color info

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

RGB color model

#CADDFA color RGB value is (202,221,250).

RGB: (202,221,250) (79%, 87%, 98%)

RGB channels and saturation

R 202 of 255 = 79%
G 221 of 255 = 87%
B 250 of 255 = 98%

202
221
250

R + G + B ~ 88%. #CADDFA is light color.

Portions of RGB colors in percentages

R + G + B = 202 + 221 + 250 = 673 (100%)
R 202 of 673 ~ 30.01%
G 221 of 673 ~ 32.84%
B 250 of 673 ~ 37.15'%

%30.01
%32.84
%37.15

CMYK color model

#CADDFA color CMYK value is (19,12,0,2).

  • cyan value is 19.20%
  • magenta value is 11.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (19,12,0,2) C19M12Y0K2 (19%,12%,0%,2%) (0.19/0.12/0.00/0.02) 

CMYK percentages

%19.2
%11.6
%0
%1.96

Codes

Color #CADDFA in popluar color models

CA DD FA
RGB 202 221 250
HSL 216° 82.76% 88.63%
HSB/HSV 216° 19.20% 98.04%
CMYK 19.20% 11.60% 0.00%
1.96%

Color #CADDFA in popluar number systems.

HEX CA DD FA
Decimal 202 221 250
Binary 11001010 11011101 11111010
Octal 312 335 372

Shades and tints

Shades of #CADDFA

#CADDFA
(202,221,250)
#B8C9E4
(184,201,228)
#A6B5CE
(166,181,206)
#94A1B8
(148,161,184)
#828DA2
(130,141,162)
#70798C
(112,121,140)
#5E6576
(94,101,118)
#4C5160
(76,81,96)
#3A3D4A
(58,61,74)
#282934
(40,41,52)
#16151E
(22,21,30)
#000000
(0,0,0)

Tints of #CADDFA

#CADDFA
(202,221,250)
#CEE0FA
(206,224,250)
#D2E3FA
(210,227,250)
#D6E6FA
(214,230,250)
#DAE9FA
(218,233,250)
#DEECFA
(222,236,250)
#E2EFFA
(226,239,250)
#E6F2FA
(230,242,250)
#EAF5FA
(234,245,250)
#EEF8FA
(238,248,250)
#F2FBFA
(242,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CADDFA; }

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

This text font color is #CADDFA.

Background Color

.myBgColor { background-color: #CADDFA; }

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

This div background color is #CADDFA.

Border color

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

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

This div border color is #CADDFA.

Opacity

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

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

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

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

This text has shadow with #CADDFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CADDFA.

Preview

Color preview on black background

This text has color #CADDFA on black background.


Color preview on white background

This text has color #CADDFA on white background.


Black color preview on #CADDFA background

This text has black color on #CADDFA background.


White color preview on #CADDFA background

This text has white color on #CADDFA background.


Related colors

Complementary color

Complementary color for #hex is #352205.


I love getcolorcode.com

Triadic colors

1 #FACADD and #DDFACA with #CADDFA are triadic colors.

2 #FADDCA and #DDCAFA with #CADDFA are triadic colors.