#C4CED9

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

Shades of Link Water #C4CED9

Tints of Link Water #C4CED9

Color information

#C4CED9 (or 0xC4CED9) is unknown color: approx Link Water. HEX triplet: C4, CE and D9. RGB value is (196,206,217). Sum of RGB (Red+Green+Blue) = 196+206+217=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 217 - color contains mainly: blue. Hex color #C4CED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CED9 is #3B3126. Grayscale: #CCCCCC. Windows color (decimal): -3879207 or 14274244. OLE color: 14274244.

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

Color convert

RGB196206217-
CMYK0.100.0500.15
HSL211.43º21.65%80.98%-
HSV(B)211.43º9.68%85.1%-
XYZ57.3660.8974.38-
YUV204.26135.19122.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.66%
GREEN value IS 206 (80.86% from 255) = 33.28%
BLUE value IS 217 (85.16% from 255) = 35.06%
R=31.66%
G=33.28%
B=35.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962062170.100.0500.15211.4321.6580.98
HexC4CED9A50Fd31651
Octal30431633112501732326121
Binary11000100110011101101100110101010111111010011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CED9; }

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

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

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

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

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

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

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

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