#CADCE7

Color #CADCE7 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #CADCE7

Tints of Pattens Blue #CADCE7

Color information

#CADCE7 (or 0xCADCE7) is unknown color: approx Pattens Blue. HEX triplet: CA, DC and E7. RGB value is (202,220,231). Sum of RGB (Red+Green+Blue) = 202+220+231=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 231 - color contains mainly: blue. Hex color #CADCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCE7 is #352318. Grayscale: #D7D7D7. Windows color (decimal): -3482393 or 15195338. OLE color: 15195338.

HSL color Cylindrical-coordinate representation of color #CADCE7: hue angle of 202.76º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CADCE7 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202220231-
CMYK0.130.0500.09
HSL202.76º37.66%84.9%-
HSV(B)202.76º12.55%90.59%-
XYZ64.3769.5185.63-
YUV215.87136.54118.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 30.93%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 231 (90.62% from 255) = 35.38%
R=30.93%
G=33.69%
B=35.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022202310.130.0500.09202.7637.6684.9
HexCADCE7D509cb2655
Octal31233434715501131346125
Binary110010101101110011100111110110101001110010111001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCE7; }

 p { color: rgb(202,220,231); }

 H1.HeaderClassName
 {
   color: #CADCE7;
 }
 .AnyTagClassName
 {
   color: #CADCE7;
 }
</style>
background-color css

<style>
 a { background-color: #CADCE7; }

 a { background-color: rgb(202,220,231); }

 div.DivClassName
 {
   background-color: #CADCE7;
 }
 .BgClassName
 {
   background-color: #CADCE7;
 }
</style>
border-color css

<style>
 span { border-color: #CADCE7; }

 span { border-color: rgb(202,220,231); }

 td.TdClassName
 {
   border-color: #CADCE7;
 }
 .TagClassName
 {
   border-color: #CADCE7;
 }
</style>