#CAD1DC

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

Shades of Link Water #CAD1DC

Tints of Link Water #CAD1DC

Color information

#CAD1DC (or 0xCAD1DC) is unknown color: approx Link Water. HEX triplet: CA, D1 and DC. RGB value is (202,209,220). Sum of RGB (Red+Green+Blue) = 202+209+220=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAD1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD1DC is #352E23. Grayscale: #D0D0D0. Windows color (decimal): -3485220 or 14471626. OLE color: 14471626.

HSL color Cylindrical-coordinate representation of color #CAD1DC: hue angle of 216.67º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAD1DC is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202209220-
CMYK0.080.0500.14
HSL216.67º20.45%82.75%-
HSV(B)216.67º8.18%86.27%-
XYZ60.0863.3276.77-
YUV208.16134.68123.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 209 (82.03% from 255) = 33.12%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=32.01%
G=33.12%
B=34.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022092200.080.0500.14216.6720.4582.75
HexCAD1DC850Ed91453
Octal31232133410501633124123
Binary11001010110100011101110010001010111011011001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1DC; }

 p { color: rgb(202,209,220); }

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

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

 a { background-color: rgb(202,209,220); }

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

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

 span { border-color: rgb(202,209,220); }

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