#C2CFDC

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

Shades of Link Water #C2CFDC

Tints of Link Water #C2CFDC

Color information

#C2CFDC (or 0xC2CFDC) is unknown color: approx Link Water. HEX triplet: C2, CF and DC. RGB value is (194,207,220). Sum of RGB (Red+Green+Blue) = 194+207+220=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFDC is #3D3023. Grayscale: #CCCCCC. Windows color (decimal): -4010020 or 14471106. OLE color: 14471106.

HSL color Cylindrical-coordinate representation of color #C2CFDC: hue angle of 210º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2CFDC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194207220-
CMYK0.120.0600.14
HSL210º27.08%81.18%-
HSV(B)210º11.82%86.27%-
XYZ57.4861.2676.51-
YUV204.6136.69120.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.24%
GREEN value IS 207 (81.25% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=31.24%
G=33.33%
B=35.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942072200.120.0600.1421027.0881.18
HexC2CFDCC60Ed21b51
Octal30231733414601632233121
Binary11000010110011111101110011001100111011010010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CFDC; }

 p { color: rgb(194,207,220); }

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

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

 a { background-color: rgb(194,207,220); }

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

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

 span { border-color: rgb(194,207,220); }

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