#CAD1DA

Color #CAD1DA Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #CAD1DA

Tints of Link Water #CAD1DA

Color information

#CAD1DA (or 0xCAD1DA) is unknown color: approx Link Water. HEX triplet: CA, D1 and DA. RGB value is (202,209,218). Sum of RGB (Red+Green+Blue) = 202+209+218=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAD1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD1DA is #352E25. Grayscale: #CFCFCF. Windows color (decimal): -3485222 or 14340554. OLE color: 14340554.

HSL color Cylindrical-coordinate representation of color #CAD1DA: hue angle of 213.75º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CAD1DA is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202209218-
CMYK0.070.0400.15
HSL213.75º17.78%82.35%-
HSV(B)213.75º7.34%85.49%-
XYZ59.8163.2275.38-
YUV207.93133.68123.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 209 (82.03% from 255) = 33.23%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=32.11%
G=33.23%
B=34.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022092180.070.0400.15213.7517.7882.35
HexCAD1DA740Fd61252
Octal3123213327401732622122
Binary1100101011010001110110101111000111111010110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1DA; }

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

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

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

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

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

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

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

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