#CADAE1

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

Shades of Pattens Blue #CADAE1

Tints of Pattens Blue #CADAE1

Color information

#CADAE1 (or 0xCADAE1) is unknown color: approx Pattens Blue. HEX triplet: CA, DA and E1. RGB value is (202,218,225). Sum of RGB (Red+Green+Blue) = 202+218+225=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 225 - color contains mainly: blue. Hex color #CADAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADAE1 is #35251E. Grayscale: #D5D5D5. Windows color (decimal): -3482911 or 14801610. OLE color: 14801610.

HSL color Cylindrical-coordinate representation of color #CADAE1: hue angle of 198.26º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CADAE1 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202218225-
CMYK0.100.0300.12
HSL198.26º27.71%83.73%-
HSV(B)198.26º10.22%88.24%-
XYZ63.0268.1481.06-
YUV214.01134.2119.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.32%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 225 (88.28% from 255) = 34.88%
R=31.32%
G=33.80%
B=34.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022182250.100.0300.12198.2627.7183.73
HexCADAE1A30Cc61c54
Octal31233234112301430634124
Binary1100101011011010111000011010110110011000110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADAE1; }

 p { color: rgb(202,218,225); }

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

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

 a { background-color: rgb(202,218,225); }

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

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

 span { border-color: rgb(202,218,225); }

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