#CAD6E3

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

Shades of Link Water #CAD6E3

Tints of Link Water #CAD6E3

Color information

#CAD6E3 (or 0xCAD6E3) is unknown color: approx Link Water. HEX triplet: CA, D6 and E3. RGB value is (202,214,227). Sum of RGB (Red+Green+Blue) = 202+214+227=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 227 (89.06% from 255 or 35.30% from 643); Max value from RGB is 227 - color contains mainly: blue. Hex color #CAD6E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6E3 is #35291C. Grayscale: #D3D3D3. Windows color (decimal): -3483933 or 14931658. OLE color: 14931658.

HSL color Cylindrical-coordinate representation of color #CAD6E3: hue angle of 211.2º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAD6E3 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202214227-
CMYK0.110.0600.11
HSL211.2º30.86%84.12%-
HSV(B)211.2º11.01%89.02%-
XYZ62.2766.282.17-
YUV211.89136.52120.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.42%
GREEN value IS 214 (83.98% from 255) = 33.28%
BLUE value IS 227 (89.06% from 255) = 35.30%
R=31.42%
G=33.28%
B=35.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022142270.110.0600.11211.230.8684.12
HexCAD6E3B60Bd31f54
Octal31232634313601332337124
Binary11001010110101101110001110111100101111010011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6E3; }

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

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

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

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

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

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

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

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