#CAD3D8

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

Shades of Link Water #CAD3D8

Tints of Link Water #CAD3D8

Color information

#CAD3D8 (or 0xCAD3D8) is unknown color: approx Link Water. HEX triplet: CA, D3 and D8. RGB value is (202,211,216). Sum of RGB (Red+Green+Blue) = 202+211+216=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 216 - color contains mainly: blue. Hex color #CAD3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD3D8 is #352C27. Grayscale: #D0D0D0. Windows color (decimal): -3484712 or 14209994. OLE color: 14209994.

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

Color convert

RGB202211216-
CMYK0.060.0200.15
HSL201.43º15.22%81.96%-
HSV(B)201.43º6.48%84.71%-
XYZ60.0564.174.17-
YUV208.88132.02123.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 211 (82.81% from 255) = 33.55%
BLUE value IS 216 (84.77% from 255) = 34.34%
R=32.11%
G=33.55%
B=34.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022112160.060.0200.15201.4315.2281.96
HexCAD3D8620Fc9f52
Octal3123233306201731117122
Binary11001010110100111101100011010011111100100111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD3D8; }

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

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

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

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

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

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

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

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