#CAD0D6

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

Shades of Link Water #CAD0D6

Tints of Link Water #CAD0D6

Color information

#CAD0D6 (or 0xCAD0D6) is unknown color: approx Link Water. HEX triplet: CA, D0 and D6. RGB value is (202,208,214). Sum of RGB (Red+Green+Blue) = 202+208+214=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 214 - color contains mainly: blue. Hex color #CAD0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD0D6 is #352F29. Grayscale: #CECECE. Windows color (decimal): -3485482 or 14078154. OLE color: 14078154.

HSL color Cylindrical-coordinate representation of color #CAD0D6: hue angle of 210º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAD0D6 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202208214-
CMYK0.060.0300.16
HSL210º12.77%81.57%-
HSV(B)210º5.61%83.92%-
XYZ59.0562.5272.57-
YUV206.89132.01124.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 208 (81.64% from 255) = 33.33%
BLUE value IS 214 (83.98% from 255) = 34.29%
R=32.37%
G=33.33%
B=34.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022082140.060.0300.1621012.7781.57
HexCAD0D663010d2d52
Octal3123203266302032215122
Binary110010101101000011010110110110100001101001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD0D6; }

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

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

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

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

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

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

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

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