#CAD5DD

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

Shades of Link Water #CAD5DD

Tints of Link Water #CAD5DD

Color information

#CAD5DD (or 0xCAD5DD) is unknown color: approx Link Water. HEX triplet: CA, D5 and DD. RGB value is (202,213,221). Sum of RGB (Red+Green+Blue) = 202+213+221=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAD5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5DD is #352A22. Grayscale: #D2D2D2. Windows color (decimal): -3484195 or 14538186. OLE color: 14538186.

HSL color Cylindrical-coordinate representation of color #CAD5DD: hue angle of 205.26º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAD5DD is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202213221-
CMYK0.090.0400.13
HSL205.26º21.84%82.94%-
HSV(B)205.26º8.6%86.67%-
XYZ61.265.3777.8-
YUV210.62133.86121.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 213 (83.59% from 255) = 33.49%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=31.76%
G=33.49%
B=34.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022132210.090.0400.13205.2621.8482.94
HexCAD5DD940Dcd1653
Octal31232533511401531526123
Binary11001010110101011101110110011000110111001101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5DD; }

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

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

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

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

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

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

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

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