#CAD8DE

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

Shades of Pattens Blue #CAD8DE

Tints of Pattens Blue #CAD8DE

Color information

#CAD8DE (or 0xCAD8DE) is unknown color: approx Pattens Blue. HEX triplet: CA, D8 and DE. RGB value is (202,216,222). Sum of RGB (Red+Green+Blue) = 202+216+222=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAD8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8DE is #352721. Grayscale: #D4D4D4. Windows color (decimal): -3483426 or 14604490. OLE color: 14604490.

HSL color Cylindrical-coordinate representation of color #CAD8DE: hue angle of 198º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAD8DE is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202216222-
CMYK0.090.0300.13
HSL198º23.26%83.14%-
HSV(B)198º9.01%87.06%-
XYZ62.166.9478.76-
YUV212.5133.36120.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.56%
GREEN value IS 216 (84.77% from 255) = 33.75%
BLUE value IS 222 (87.11% from 255) = 34.69%
R=31.56%
G=33.75%
B=34.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022162220.090.0300.1319823.2683.14
HexCAD8DE930Dc61753
Octal31233033611301530627123
Binary1100101011011000110111101001110110111000110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD8DE; }

 p { color: rgb(202,216,222); }

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

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

 a { background-color: rgb(202,216,222); }

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

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

 span { border-color: rgb(202,216,222); }

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