#CAD8DF

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

Shades of Pattens Blue #CAD8DF

Tints of Pattens Blue #CAD8DF

Color information

#CAD8DF (or 0xCAD8DF) is unknown color: approx Pattens Blue. HEX triplet: CA, D8 and DF. RGB value is (202,216,223). Sum of RGB (Red+Green+Blue) = 202+216+223=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAD8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8DF is #352720. Grayscale: #D4D4D4. Windows color (decimal): -3483425 or 14670026. OLE color: 14670026.

HSL color Cylindrical-coordinate representation of color #CAD8DF: hue angle of 200º degrees, saturation: 0.25, 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 #CAD8DF is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202216223-
CMYK0.090.0300.13
HSL200º24.71%83.33%-
HSV(B)200º9.42%87.45%-
XYZ62.236779.46-
YUV212.61133.86120.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 216 (84.77% from 255) = 33.70%
BLUE value IS 223 (87.5% from 255) = 34.79%
R=31.51%
G=33.70%
B=34.79%

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
Decimal2022162230.090.0300.1320024.7183.33
HexCAD8DF930Dc81953
Octal31233033711301531031123
Binary1100101011011000110111111001110110111001000110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD8DF; }

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

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

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

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

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

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

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

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