#CAD5DC

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

Shades of Link Water #CAD5DC

Tints of Link Water #CAD5DC

Color information

#CAD5DC (or 0xCAD5DC) is unknown color: approx Link Water. HEX triplet: CA, D5 and DC. RGB value is (202,213,220). Sum of RGB (Red+Green+Blue) = 202+213+220=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAD5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5DC is #352A23. Grayscale: #D2D2D2. Windows color (decimal): -3484196 or 14472650. OLE color: 14472650.

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

Color convert

RGB202213220-
CMYK0.080.0300.14
HSL203.33º20.45%82.75%-
HSV(B)203.33º8.18%86.27%-
XYZ61.0765.3177.1-
YUV210.51133.36121.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 213 (83.59% from 255) = 33.54%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=31.81%
G=33.54%
B=34.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022132200.080.0300.14203.3320.4582.75
HexCAD5DC830Ecb1453
Octal31232533410301631324123
Binary1100101011010101110111001000110111011001011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5DC; }

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

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

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

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

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

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

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

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