#C4CAD9

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

Shades of Link Water #C4CAD9

Tints of Link Water #C4CAD9

Color information

#C4CAD9 (or 0xC4CAD9) is unknown color: approx Link Water. HEX triplet: C4, CA and D9. RGB value is (196,202,217). Sum of RGB (Red+Green+Blue) = 196+202+217=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 217 - color contains mainly: blue. Hex color #C4CAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CAD9 is #3B3526. Grayscale: #C9C9C9. Windows color (decimal): -3880231 or 14273220. OLE color: 14273220.

HSL color Cylindrical-coordinate representation of color #C4CAD9: hue angle of 222.86º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4CAD9 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196202217-
CMYK0.100.0700.15
HSL222.86º21.65%80.98%-
HSV(B)222.86º9.68%85.1%-
XYZ56.4158.9974.06-
YUV201.92136.51123.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.87%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 217 (85.16% from 255) = 35.28%
R=31.87%
G=32.85%
B=35.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962022170.100.0700.15222.8621.6580.98
HexC4CAD9A70Fdf1651
Octal30431233112701733726121
Binary11000100110010101101100110101110111111011111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CAD9; }

 p { color: rgb(196,202,217); }

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

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

 a { background-color: rgb(196,202,217); }

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

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

 span { border-color: rgb(196,202,217); }

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