#C4CADA

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

Shades of Link Water #C4CADA

Tints of Link Water #C4CADA

Color information

#C4CADA (or 0xC4CADA) is unknown color: approx Link Water. HEX triplet: C4, CA and DA. RGB value is (196,202,218). Sum of RGB (Red+Green+Blue) = 196+202+218=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4CADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CADA is #3B3525. Grayscale: #C9C9C9. Windows color (decimal): -3880230 or 14338756. OLE color: 14338756.

HSL color Cylindrical-coordinate representation of color #C4CADA: hue angle of 223.64º degrees, saturation: 0.23, 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 #C4CADA is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196202218-
CMYK0.100.0700.15
HSL223.64º22.92%81.18%-
HSV(B)223.64º10.09%85.49%-
XYZ56.5459.0474.75-
YUV202.03137.01123.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.82%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 218 (85.55% from 255) = 35.39%
R=31.82%
G=32.79%
B=35.39%

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
Decimal1962022180.100.0700.15223.6422.9281.18
HexC4CADAA70Fe01751
Octal30431233212701734027121
Binary11000100110010101101101010101110111111100000101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CADA; }

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

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

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

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

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

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

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

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