#CAD6E1

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

Shades of Link Water #CAD6E1

Tints of Link Water #CAD6E1

Color information

#CAD6E1 (or 0xCAD6E1) is unknown color: approx Link Water. HEX triplet: CA, D6 and E1. RGB value is (202,214,225). Sum of RGB (Red+Green+Blue) = 202+214+225=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAD6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6E1 is #35291E. Grayscale: #D3D3D3. Windows color (decimal): -3483935 or 14800586. OLE color: 14800586.

HSL color Cylindrical-coordinate representation of color #CAD6E1: hue angle of 208.7º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAD6E1 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202214225-
CMYK0.100.0500.12
HSL208.7º27.71%83.73%-
HSV(B)208.7º10.22%88.24%-
XYZ61.9966.0980.72-
YUV211.67135.52121.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 214 (83.98% from 255) = 33.39%
BLUE value IS 225 (88.28% from 255) = 35.10%
R=31.51%
G=33.39%
B=35.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022142250.100.0500.12208.727.7183.73
HexCAD6E1A50Cd11c54
Octal31232634112501432134124
Binary11001010110101101110000110101010110011010001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6E1; }

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

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

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

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

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

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

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

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