#CAD0D8

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

Shades of Link Water #CAD0D8

Tints of Link Water #CAD0D8

Color information

#CAD0D8 (or 0xCAD0D8) is unknown color: approx Link Water. HEX triplet: CA, D0 and D8. RGB value is (202,208,216). Sum of RGB (Red+Green+Blue) = 202+208+216=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 216 - color contains mainly: blue. Hex color #CAD0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD0D8 is #352F27. Grayscale: #CFCFCF. Windows color (decimal): -3485480 or 14209226. OLE color: 14209226.

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

Color convert

RGB202208216-
CMYK0.060.0400.15
HSL214.29º15.22%81.96%-
HSV(B)214.29º6.48%84.71%-
XYZ59.3162.6373.93-
YUV207.12133.01124.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.27%
GREEN value IS 208 (81.64% from 255) = 33.23%
BLUE value IS 216 (84.77% from 255) = 34.50%
R=32.27%
G=33.23%
B=34.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022082160.060.0400.15214.2915.2281.96
HexCAD0D8640Fd6f52
Octal3123203306401732617122
Binary110010101101000011011000110100011111101011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD0D8; }

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

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

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

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

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

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

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

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