#CADAE5

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

Shades of Pattens Blue #CADAE5

Tints of Pattens Blue #CADAE5

Color information

#CADAE5 (or 0xCADAE5) is unknown color: approx Pattens Blue. HEX triplet: CA, DA and E5. RGB value is (202,218,229). Sum of RGB (Red+Green+Blue) = 202+218+229=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 229 - color contains mainly: blue. Hex color #CADAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADAE5 is #35251A. Grayscale: #D6D6D6. Windows color (decimal): -3482907 or 15063754. OLE color: 15063754.

HSL color Cylindrical-coordinate representation of color #CADAE5: hue angle of 204.44º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CADAE5 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202218229-
CMYK0.120.0500.10
HSL204.44º34.18%84.51%-
HSV(B)204.44º11.79%89.8%-
XYZ63.5768.3683.97-
YUV214.47136.2119.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.12%
GREEN value IS 218 (85.55% from 255) = 33.59%
BLUE value IS 229 (89.84% from 255) = 35.29%
R=31.12%
G=33.59%
B=35.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022182290.120.0500.10204.4434.1884.51
HexCADAE5C50Acc2255
Octal31233234514501231442125
Binary110010101101101011100101110010101010110011001000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADAE5; }

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

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

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

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

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

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

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

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