#CAD6DF

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

Shades of Link Water #CAD6DF

Tints of Link Water #CAD6DF

Color information

#CAD6DF (or 0xCAD6DF) is unknown color: approx Link Water. HEX triplet: CA, D6 and DF. RGB value is (202,214,223). Sum of RGB (Red+Green+Blue) = 202+214+223=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAD6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6DF is #352920. Grayscale: #D3D3D3. Windows color (decimal): -3483937 or 14669514. OLE color: 14669514.

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

Color convert

RGB202214223-
CMYK0.090.0400.13
HSL205.71º24.71%83.33%-
HSV(B)205.71º9.42%87.45%-
XYZ61.7265.9879.29-
YUV211.44134.52121.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=31.61%
G=33.49%
B=34.90%

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
Decimal2022142230.090.0400.13205.7124.7183.33
HexCAD6DF940Dce1953
Octal31232633711401531631123
Binary11001010110101101101111110011000110111001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6DF; }

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

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

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

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

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

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

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

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