#C2CBDC

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

Shades of Link Water #C2CBDC

Tints of Link Water #C2CBDC

Color information

#C2CBDC (or 0xC2CBDC) is unknown color: approx Link Water. HEX triplet: C2, CB and DC. RGB value is (194,203,220). Sum of RGB (Red+Green+Blue) = 194+203+220=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBDC is #3D3423. Grayscale: #CACACA. Windows color (decimal): -4011044 or 14470082. OLE color: 14470082.

HSL color Cylindrical-coordinate representation of color #C2CBDC: hue angle of 219.23º 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 #C2CBDC is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194203220-
CMYK0.120.0800.14
HSL219.23º27.08%81.18%-
HSV(B)219.23º11.82%86.27%-
XYZ56.5259.3576.19-
YUV202.25138.02122.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.44%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=31.44%
G=32.90%
B=35.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942032200.120.0800.14219.2327.0881.18
HexC2CBDCC80Edb1b51
Octal302313334141001633333121
Binary110000101100101111011100110010000111011011011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CBDC; }

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

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

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

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

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

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

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

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