#C4CBDC

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

Shades of Link Water #C4CBDC

Tints of Link Water #C4CBDC

Color information

#C4CBDC (or 0xC4CBDC) is unknown color: approx Link Water. HEX triplet: C4, CB and DC. RGB value is (196,203,220). Sum of RGB (Red+Green+Blue) = 196+203+220=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBDC is #3B3423. Grayscale: #CACACA. Windows color (decimal): -3879972 or 14470084. OLE color: 14470084.

HSL color Cylindrical-coordinate representation of color #C4CBDC: hue angle of 222.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4CBDC is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196203220-
CMYK0.110.0800.14
HSL222.5º25.53%81.57%-
HSV(B)222.5º10.91%86.27%-
XYZ57.0459.6176.21-
YUV202.84137.68123.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.66%
GREEN value IS 203 (79.69% from 255) = 32.79%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=31.66%
G=32.79%
B=35.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962032200.110.0800.14222.525.5381.57
HexC4CBDCB80Ede1a52
Octal304313334131001633632122
Binary110001001100101111011100101110000111011011110110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CBDC; }

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

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

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

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

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

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

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

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