#C2CAD4

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

Shades of Link Water #C2CAD4

Tints of Link Water #C2CAD4

Color information

#C2CAD4 (or 0xC2CAD4) is unknown color: approx Link Water. HEX triplet: C2, CA and D4. RGB value is (194,202,212). Sum of RGB (Red+Green+Blue) = 194+202+212=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 212 - color contains mainly: blue. Hex color #C2CAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAD4 is #3D352B. Grayscale: #C8C8C8. Windows color (decimal): -4011308 or 13945538. OLE color: 13945538.

HSL color Cylindrical-coordinate representation of color #C2CAD4: hue angle of 213.33º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2CAD4 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB194202212-
CMYK0.080.0500.17
HSL213.33º17.31%79.61%-
HSV(B)213.33º8.49%83.14%-
XYZ55.2558.4670.66-
YUV200.75134.35123.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.91%
GREEN value IS 202 (79.30% from 255) = 33.22%
BLUE value IS 212 (83.20% from 255) = 34.87%
R=31.91%
G=33.22%
B=34.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1942022120.080.0500.17213.3317.3179.61
HexC2CAD485011d51150
Octal30231232410502132521120
Binary110000101100101011010100100010101000111010101100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CAD4; }

 p { color: rgb(194,202,212); }

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

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

 a { background-color: rgb(194,202,212); }

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

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

 span { border-color: rgb(194,202,212); }

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