#CAD5DF

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

Shades of Link Water #CAD5DF

Tints of Link Water #CAD5DF

Color information

#CAD5DF (or 0xCAD5DF) is unknown color: approx Link Water. HEX triplet: CA, D5 and DF. RGB value is (202,213,223). Sum of RGB (Red+Green+Blue) = 202+213+223=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAD5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5DF is #352A20. Grayscale: #D2D2D2. Windows color (decimal): -3484193 or 14669258. OLE color: 14669258.

HSL color Cylindrical-coordinate representation of color #CAD5DF: hue angle of 208.57º degrees, saturation: 0.25, 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 #CAD5DF is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202213223-
CMYK0.090.0400.13
HSL208.57º24.71%83.33%-
HSV(B)208.57º9.42%87.45%-
XYZ61.4765.4779.21-
YUV210.85134.86121.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 213 (83.59% from 255) = 33.39%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=31.66%
G=33.39%
B=34.95%

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
Decimal2022132230.090.0400.13208.5724.7183.33
HexCAD5DF940Dd11953
Octal31232533711401532131123
Binary11001010110101011101111110011000110111010001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5DF; }

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

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

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

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

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

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

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

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