#CAD4DA

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

Shades of Link Water #CAD4DA

Tints of Link Water #CAD4DA

Color information

#CAD4DA (or 0xCAD4DA) is unknown color: approx Link Water. HEX triplet: CA, D4 and DA. RGB value is (202,212,218). Sum of RGB (Red+Green+Blue) = 202+212+218=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAD4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD4DA is #352B25. Grayscale: #D1D1D1. Windows color (decimal): -3484454 or 14341322. OLE color: 14341322.

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

Color convert

RGB202212218-
CMYK0.070.0300.15
HSL202.5º17.78%82.35%-
HSV(B)202.5º7.34%85.49%-
XYZ60.5664.7175.63-
YUV209.69132.69122.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 212 (83.20% from 255) = 33.54%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=31.96%
G=33.54%
B=34.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022122180.070.0300.15202.517.7882.35
HexCAD4DA730Fca1252
Octal3123243327301731222122
Binary110010101101010011011010111110111111001010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD4DA; }

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

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

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

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

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

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

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

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