#CAD2DA

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

Shades of Link Water #CAD2DA

Tints of Link Water #CAD2DA

Color information

#CAD2DA (or 0xCAD2DA) is unknown color: approx Link Water. HEX triplet: CA, D2 and DA. RGB value is (202,210,218). Sum of RGB (Red+Green+Blue) = 202+210+218=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAD2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD2DA is #352D25. Grayscale: #D0D0D0. Windows color (decimal): -3484966 or 14340810. OLE color: 14340810.

HSL color Cylindrical-coordinate representation of color #CAD2DA: hue angle of 210º 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 #CAD2DA is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202210218-
CMYK0.070.0400.15
HSL210º17.78%82.35%-
HSV(B)210º7.34%85.49%-
XYZ60.0663.7175.46-
YUV208.52133.35123.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 210 (82.42% from 255) = 33.33%
BLUE value IS 218 (85.55% from 255) = 34.60%
R=32.06%
G=33.33%
B=34.60%

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
Decimal2022102180.070.0400.1521017.7882.35
HexCAD2DA740Fd21252
Octal3123223327401732222122
Binary1100101011010010110110101111000111111010010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD2DA; }

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

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

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

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

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

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

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

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